DBA Data[Home] [Help]

APPS.OPI_DBI_WIP_SCRAP_INIT_PKG dependencies on OPI_DBI_COMMON_MOD_INCR_PKG

Line 554: IF (NOT (opi_dbi_common_mod_incr_pkg.etl_report_success

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