DBA Data[Home] [Help]

APPS.OPI_DBI_WIP_COMP_OPM_PKG dependencies on OPI_DBI_COMMON_MOD_INCR_PKG

Line 387: IF (NOT (opi_dbi_common_mod_incr_pkg.etl_report_success

383: collect_init_opm_stg;
384:
385: -- Report success to OPI_DBI_RUN_LOG_CURR.
386: l_stmt_id := 60;
387: IF (NOT (opi_dbi_common_mod_incr_pkg.etl_report_success
388: (WIP_COMPLETION_ETL, OPM_SOURCE))) THEN
389: RAISE could_not_log_success;
390: END IF;
391:

Line 603: IF (NOT (opi_dbi_common_mod_incr_pkg.etl_report_success

599: collect_incr_opm_stg;
600:
601: -- Report success to OPI_DBI_RUN_LOG_CURR.
602: l_stmt_id := 60;
603: IF (NOT (opi_dbi_common_mod_incr_pkg.etl_report_success
604: (WIP_COMPLETION_ETL, OPM_SOURCE))) THEN
605: RAISE could_not_log_success;
606: END IF;
607: