DBA Data[Home] [Help]

APPS.OPI_DBI_WIP_SCRAP_INCR_PKG dependencies on OPI_DBI_COMMON_MOD_INCR_PKG

Line 390: IF (NOT (opi_dbi_common_mod_incr_pkg.incr_end_bounds_setup

386: l_stmt_id := 0;
387:
388: -- Check if all the bounds have been properly set up
389: l_stmt_id := 10;
390: IF (NOT (opi_dbi_common_mod_incr_pkg.incr_end_bounds_setup
391: (WIP_SCRAP_ETL, OPI_SOURCE))) THEN
392: RAISE run_common_module;
393: END IF;
394:

Line 398: IF (NOT (opi_dbi_common_mod_incr_pkg.run_incr_load

394:
395:
396: l_stmt_id := 15;
397: -- check if it is ok to run incremental load
398: IF (NOT (opi_dbi_common_mod_incr_pkg.run_incr_load
399: (WIP_SCRAP_ETL, OPI_SOURCE))) THEN
400: RAISE cannot_run_incr_load;
401: END IF;
402:

Line 518: IF (NOT (opi_dbi_common_mod_incr_pkg.etl_report_success

514:
515: -- If the entire collection was successful, then try and report this
516: -- success to the OPI_DBI_RUN_LOG_CURR.
517: l_stmt_id := 30;
518: IF (NOT (opi_dbi_common_mod_incr_pkg.etl_report_success
519: (WIP_SCRAP_ETL, OPI_SOURCE))) THEN
520:
521: RAISE could_not_log_success;
522: END IF;