DBA Data[Home] [Help]

APPS.OPI_DBI_JOB_TXN_STG_PKG dependencies on OPI_DBI_COMMON_MOD_INCR_PKG

Line 4106: IF(opi_dbi_common_mod_incr_pkg.ETL_REPORT_SUCCESS(1,1) = FALSE

4102:
4103: BIS_COLLECTION_UTILITIES.PUT_LINE('Entering Procedure '|| l_proc_name);
4104:
4105: l_stmt_num := 10;
4106: IF(opi_dbi_common_mod_incr_pkg.ETL_REPORT_SUCCESS(1,1) = FALSE
4107: OR opi_dbi_common_mod_incr_pkg.ETL_REPORT_SUCCESS(1,2) = FALSE) THEN
4108: --{
4109: BIS_COLLECTION_UTILITIES.put_line('Failed to store current run time bounds and new run time bounds for next run.');
4110: RAISE_APPLICATION_ERROR(-20000, errbuf);

Line 4107: OR opi_dbi_common_mod_incr_pkg.ETL_REPORT_SUCCESS(1,2) = FALSE) THEN

4103: BIS_COLLECTION_UTILITIES.PUT_LINE('Entering Procedure '|| l_proc_name);
4104:
4105: l_stmt_num := 10;
4106: IF(opi_dbi_common_mod_incr_pkg.ETL_REPORT_SUCCESS(1,1) = FALSE
4107: OR opi_dbi_common_mod_incr_pkg.ETL_REPORT_SUCCESS(1,2) = FALSE) THEN
4108: --{
4109: BIS_COLLECTION_UTILITIES.put_line('Failed to store current run time bounds and new run time bounds for next run.');
4110: RAISE_APPLICATION_ERROR(-20000, errbuf);
4111: --}

Line 4238: IF opi_dbi_common_mod_incr_pkg.incr_end_bounds_setup (1, 1) = FALSE OR

4234: --}
4235: ELSE
4236: --{
4237: l_stmt_num := 22;
4238: IF opi_dbi_common_mod_incr_pkg.incr_end_bounds_setup (1, 1) = FALSE OR
4239: opi_dbi_common_mod_incr_pkg.incr_end_bounds_setup (1, 2) = FALSE THEN
4240: --{
4241: BIS_COLLECTION_UTILITIES.put_line('Incremental load concurrent program is running out of turn. ');
4242: BIS_COLLECTION_UTILITIES.put_line('Please submit the incremental load request set for incremental data collection. ');

Line 4239: opi_dbi_common_mod_incr_pkg.incr_end_bounds_setup (1, 2) = FALSE THEN

4235: ELSE
4236: --{
4237: l_stmt_num := 22;
4238: IF opi_dbi_common_mod_incr_pkg.incr_end_bounds_setup (1, 1) = FALSE OR
4239: opi_dbi_common_mod_incr_pkg.incr_end_bounds_setup (1, 2) = FALSE THEN
4240: --{
4241: BIS_COLLECTION_UTILITIES.put_line('Incremental load concurrent program is running out of turn. ');
4242: BIS_COLLECTION_UTILITIES.put_line('Please submit the incremental load request set for incremental data collection. ');
4243:

Line 4273: IF opi_dbi_common_mod_incr_pkg.run_incr_load (1, 1) = FALSE OR

4269: --}
4270: ELSE
4271: --{
4272: l_stmt_num := 27;
4273: IF opi_dbi_common_mod_incr_pkg.run_incr_load (1, 1) = FALSE OR
4274: opi_dbi_common_mod_incr_pkg.run_incr_load (1, 2) = FALSE THEN
4275: --{
4276: BIS_COLLECTION_UTILITIES.put_line('Incremental load concurrent program should not be running. ');
4277: BIS_COLLECTION_UTILITIES.put_line('If the initial load request set has already been run successfully, please submit the incremental load request set. ');

Line 4274: opi_dbi_common_mod_incr_pkg.run_incr_load (1, 2) = FALSE THEN

4270: ELSE
4271: --{
4272: l_stmt_num := 27;
4273: IF opi_dbi_common_mod_incr_pkg.run_incr_load (1, 1) = FALSE OR
4274: opi_dbi_common_mod_incr_pkg.run_incr_load (1, 2) = FALSE THEN
4275: --{
4276: BIS_COLLECTION_UTILITIES.put_line('Incremental load concurrent program should not be running. ');
4277: BIS_COLLECTION_UTILITIES.put_line('If the initial load request set has already been run successfully, please submit the incremental load request set. ');
4278: BIS_COLLECTION_UTILITIES.put_line('If not, please run the initial load request set. ');