DBA Data[Home] [Help]

APPS.OPI_DBI_WIP_COMP_INCR_PKG dependencies on OPI_DBI_COMMON_MOD_INCR_PKG

Line 425: IF (NOT (opi_dbi_common_mod_incr_pkg.incr_end_bounds_setup

421: l_stmt_id := 0;
422:
423: -- Check if all the bounds have been properly set up
424: l_stmt_id := 10;
425: IF (NOT (opi_dbi_common_mod_incr_pkg.incr_end_bounds_setup
426: (WIP_COMPLETION_ETL, OPI_SOURCE))) THEN
427: RAISE run_common_module;
428: END IF;
429:

Line 432: IF (NOT (opi_dbi_common_mod_incr_pkg.run_incr_load

428: END IF;
429:
430: l_stmt_id := 15;
431: -- check if it is ok to run incremental load
432: IF (NOT (opi_dbi_common_mod_incr_pkg.run_incr_load
433: (WIP_COMPLETION_ETL, OPI_SOURCE))) THEN
434: RAISE cannot_run_incr_load;
435: END IF;
436:

Line 551: IF (NOT (opi_dbi_common_mod_incr_pkg.etl_report_success

547:
548: -- If the entire collection was successful, then try and report this
549: -- success to the OPI_DBI_RUN_LOG_CURR.
550: l_stmt_id := 30;
551: IF (NOT (opi_dbi_common_mod_incr_pkg.etl_report_success
552: (WIP_COMPLETION_ETL, OPI_SOURCE))) THEN
553:
554: RAISE could_not_log_success;
555: END IF;