DBA Data[Home] [Help]

APPS.OPI_DBI_WIP_COMP_INIT_PKG dependencies on OPI_DBI_COMMON_MOD_INCR_PKG

Line 587: IF (NOT (opi_dbi_common_mod_incr_pkg.etl_report_success

583:
584: -- If the entire collection was successful, then try and report this
585: -- success to the OPI_DBI_RUN_LOG_CURR.
586: l_stmt_id := 30;
587: IF (NOT (opi_dbi_common_mod_incr_pkg.etl_report_success
588: (WIP_COMPLETION_ETL, OPI_SOURCE))) THEN
589:
590: RAISE could_not_log_success;
591: END IF;