|
STS DATA VALIDATIONS PL/SQL Triggers, Packages, and Stored Procedures All triggers and stored procedures are stored within the database. These can be edited using the procedure editor included in the TOAD software. Each procedure is also saved to an external text file in order to make it easier to recreate the procedures. The procedures can be edited either by loading the source into the TOAD procedure editor directly from the Oracle database or by loading the script file into the editor. Care should be taken to maintain updated versions of the files at all locations. The procedure script files are located on sceolaun: C:\oracle\trap_procedures, trap_triggers, trap_functions, and trap_packages Triggers: OMIT_INSERT_AFT Packages and Procedures Used During Data Validation Process (Alphabetical Order): Packages: CtyDataPkg Stored Procedures:
Triggers, Packages, and Stored Procedures Used During Data Validation Process (in order of use): TEST_PLACEMENT TABLE Trigger TPLACE_UPD_BEF_ROW calls the following packages and procedures: Tdatapkg.get_gm_sequence_id Trigger TPLACE_INS_UPD_AFT_ROW calls: Tdatapkg (package variables only) Trigger TPLACE_INS_UPD_AFT calls: Tdatapkg
(package variables only) OMITTED_SITES TABLE Trigger OMIT_INSERT_AFT calls: No procedures called PLACEMENT TABLE Trigger PLACE_INSERT_AFT calls: No procedures called TEST_PLACEMENT_CTY TABLE Trigger TPLACE_CTY_UPD_BEF_ROW calls: CtyDataPkg.get_cty_gm_sequence_id Trigger TPLACE_CTY_INS_UPD_AFT calls: CtyDataPkg
(variables only) Trigger TPLACE_CTY_INS_UPD_AFT_ROW calls: CtyDataPkg (variables only) OMITTED_SITES_CTY TABLE Trigger OMIT_CTY_INSERT_AFT calls: No procedures called PLACEMENT_CTY TABLE Trigger PLACE_CTY_INSERT_AFT calls: No procedures called TEST_INSPECTION TABLE Trigger TINSPECT_UPD_BEF_ROW calls: Tdatapkg.get_gm_sequence_id Trigger TINSPECT_INS_UPD_AFT calls: Tdatapkg
(variables only) Trigger TINSPECT_INS_UPD_AFT_ROW calls: Tdatapkg (variables only) TEST_INSPECTION_CTY TABLE Trigger TINSPECT_UPD_BEF_ROW calls: CtyDataPkg.get_cty_gm_sequence_id Trigger TINSPECT_CTY_INS_UPD_AFT calls: CtyDataPkg
(variables only) Trigger TINSPECT_CTY_INS_UPD_AFT_ROW calls: CtyDataPkg (variables only) |