DBA Data[Home] [Help]

APPS.OPI_DBI_RES_PKG dependencies on OPI_DBI_CONC_PROG_RUN_LOG

Line 2201: l_r12_mgr_date opi_dbi_conc_prog_run_log.last_run_date%type;

2197:
2198: l_opm_start_date opi_dbi_run_log_curr.from_bound_date%type;
2199: l_opm_end_date opi_dbi_run_log_curr.to_bound_date%type;
2200:
2201: l_r12_mgr_date opi_dbi_conc_prog_run_log.last_run_date%type;
2202:
2203: SCHEMA_INFO_NOT_FOUND exception;
2204: BEGIN
2205:

Line 2284: FROM opi_dbi_conc_prog_run_log

2280:
2281: BEGIN
2282: SELECT last_run_date
2283: INTO l_r12_mgr_date
2284: FROM opi_dbi_conc_prog_run_log
2285: WHERE etl_type = 'R12_MIGRATION';
2286: EXCEPTION
2287: WHEN NO_DATA_FOUND THEN
2288: --{