Changeset 3161
- Timestamp:
- 08/05/08 15:33:57 (5 years ago)
- Location:
- DB/branches/leap-second-dev-branch/storedprocedures
- Files:
-
- 19 edited
-
assocamp_pkg.sql (modified) (1 diff)
-
copydata_pkg.sql (modified) (1 diff)
-
db_cleanup_pkg.sql (modified) (1 diff)
-
epref_pkg.sql (modified) (1 diff)
-
eventpriority_pkg.sql (modified) (1 diff)
-
file_util_pkg.sql (modified) (1 diff)
-
formats_pkg.sql (modified) (1 diff)
-
geo_region_pkg.sql (modified) (1 diff)
-
importevent_pkg.sql (modified) (1 diff)
-
magpref_pkg.sql (modified) (1 diff)
-
match_pkg.sql (modified) (1 diff)
-
pcs_pkg.sql (modified) (1 diff)
-
quarry_pkg.sql (modified) (1 diff)
-
truetime_pkg.sql (modified) (1 diff)
-
util_pkg.sql (modified) (1 diff)
-
wave_pkg.sql (modified) (1 diff)
-
wavearc_pkg.sql (modified) (1 diff)
-
wavefile_pkg.sql (modified) (1 diff)
-
wheres_pkg.sql (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
DB/branches/leap-second-dev-branch/storedprocedures/assocamp_pkg.sql
r2982 r3161 9 9 -- Contact: Doug Given USGS 10 10 -- 11 -- Currently in production: yes/no ? -check with doug11 -- Used in production: yes, UTC version 12 12 -- 13 13 -- <LIST DEPENDENT APPLICATIONS HERE> -
DB/branches/leap-second-dev-branch/storedprocedures/copydata_pkg.sql
r2963 r3161 15 15 -- Contact: Allan Walter USGS 16 16 -- 17 -- Currently in production: no, used for testing and developement schemas17 -- Used in production: no, UTC version 18 18 -- 19 19 -- <LIST DEPENDENT APPLICATIONS HERE> -
DB/branches/leap-second-dev-branch/storedprocedures/db_cleanup_pkg.sql
r2963 r3161 6 6 -- Contact: Allan Walter USGS 7 7 -- 8 -- Currently in production: yes8 -- Used in production: yes, UTC version 9 9 -- 10 10 -- Package of PL/SQL procedures that delete table rows associated with specific event or origin ids. -
DB/branches/leap-second-dev-branch/storedprocedures/epref_pkg.sql
r2982 r3161 13 13 -- Contact: Doug Given, Allan Walter USGS 14 14 -- 15 -- Currently used in production: yes15 -- Used in production: yes, UTC version 16 16 -- 17 17 -- <LIST DEPENDENT APPLICATIONS HERE> -
DB/branches/leap-second-dev-branch/storedprocedures/eventpriority_pkg.sql
r2498 r3161 6 6 -- Contact: Doug Given USGS 7 7 -- 8 -- May be experimental or deprecated ?8 -- Used in production: no, UTC version 9 9 -- 10 10 -- NOTE the existance of redundant loaded Java classes: -
DB/branches/leap-second-dev-branch/storedprocedures/file_util_pkg.sql
r1137 r3161 6 6 -- Contact: Allan Walter USGS 7 7 -- 8 -- Currently used in production: no8 -- Used in production: no, UTC version 9 9 -- 10 10 -- Package of PL/SQL functions to: -
DB/branches/leap-second-dev-branch/storedprocedures/formats_pkg.sql
r2791 r3161 11 11 -- Contact: Doug Given USGS 12 12 -- 13 -- Currently used in production: yes/no ? - check with DDG13 -- Used in production: yes, UTC version 14 14 -- 15 15 -- <LIST DEPENDENT APPLICATIONS HERE> -
DB/branches/leap-second-dev-branch/storedprocedures/geo_region_pkg.sql
r2810 r3161 6 6 -- Contact: Allan Walter USGS 7 7 -- 8 -- Currently in production: yes8 -- Used in production: yes, UTC version 9 9 -- 10 10 -- Function/Procedures for testing whether geographic point lies -
DB/branches/leap-second-dev-branch/storedprocedures/importevent_pkg.sql
r2963 r3161 24 24 -- Contact: Allan Walter USGS 25 25 -- 26 -- Currently in production: no, used for testing and developement schemas26 -- Used in production: no, UTC version 27 27 -- 28 28 -- <LIST DEPENDENT APPLICATIONS HERE> -
DB/branches/leap-second-dev-branch/storedprocedures/magpref_pkg.sql
r3160 r3161 6 6 -- Contact: Allan Walter, Doug Given USGS Pasadena 7 7 -- 8 -- Used in production: yes 8 -- Used in production: yes, UTC version 9 9 -- 10 10 -- <LIST DEPENDENT APPLICATIONS HERE> -
DB/branches/leap-second-dev-branch/storedprocedures/match_pkg.sql
r2832 r3161 3 3 -- Contact: Allan Walter, Doug Given USGS 4 4 -- 5 -- Currently used in production: yes5 -- Used in production: yes, UTC version 6 6 -- 7 7 -- <LIST DEPENDENT APPLICATIONS HERE> -
DB/branches/leap-second-dev-branch/storedprocedures/pcs_pkg.sql
r2986 r3161 23 23 -- Contact: Doug Given, Allan Walter USGS 24 24 -- 25 -- Currently used in production: yes25 -- Used in production: yes, UTC version 26 26 -- 27 27 -- <LIST DEPENDENT APPLICATIONS HERE> -
DB/branches/leap-second-dev-branch/storedprocedures/quarry_pkg.sql
r2498 r3161 10 10 -- Contact: Allan Walter USGS 11 11 -- 12 -- Currently used in production: yes12 -- Used in production: yes, UTC version 13 13 -- 14 14 -- <LIST DEPENDENT APPLICATIONS HERE> -
DB/branches/leap-second-dev-branch/storedprocedures/truetime_pkg.sql
r3160 r3161 1 1 CREATE OR REPLACE PACKAGE TRUETIME AUTHID DEFINER AS 2 2 -- 3 -- Used in production: yes, UTC version 4 -- 3 5 -- <DEPENDS ON> 4 6 -- No Java classes -
DB/branches/leap-second-dev-branch/storedprocedures/util_pkg.sql
r2498 r3161 6 6 -- Contact: Doug Given, Allan Walter USGS 7 7 -- 8 -- Currently used in production: yes8 -- Used in production: yes, UTC version 9 9 -- 10 10 -- <LIST DEPENDENT APPLICATIONS HERE> -
DB/branches/leap-second-dev-branch/storedprocedures/wave_pkg.sql
r1593 r3161 8 8 -- Contact: Allan Walter USGS 9 9 -- 10 -- Currently used in production: yes10 -- Used in production: yes, UTC version 11 11 -- 12 12 -- <LIST DEPENDENT APPLICATIONS HERE> -
DB/branches/leap-second-dev-branch/storedprocedures/wavearc_pkg.sql
r1137 r3161 12 12 -- Contact: Doug Given USGS 13 13 -- 14 -- Currently used in production: yes/no ? - check with Doug Given may be experimental14 -- Used in production: no, UTC version 15 15 -- 16 16 -- <LIST DEPENDENT APPLICATIONS HERE> -
DB/branches/leap-second-dev-branch/storedprocedures/wavefile_pkg.sql
r2963 r3161 8 8 -- Contact: Doug Given, Allan Walter USGS at SCEDC (pathCI) 9 9 -- Stephane Zuzlewski at NCEDC (pathNC) 10 11 -- 12 -- Currently used in production: yes 10 -- 11 -- Used in production: yes, UTC version 13 12 -- 14 13 -- <LIST DEPENDENT APPLICATIONS HERE> -
DB/branches/leap-second-dev-branch/storedprocedures/wheres_pkg.sql
r1895 r3161 9 9 -- Contact: Allan Walter USGS 10 10 -- 11 -- Currently used in production: yes11 -- Used in production: yes, UTC version 12 12 -- 13 13 -- <LIST DEPENDENT APPLICATIONS HERE>
Note: See TracChangeset
for help on using the changeset viewer.
