DBA Data[Home] [Help]

APPS.FND_OAM_DSCFG_COMPILER_PKG dependencies on FND_OAM_DSCRAM_RUNS_S

Line 1690: SELECT FND_OAM_DSCRAM_RUNS_S.NEXTVAL

1686:
1687: --now we need to prep the actual engine entity
1688: IF b_run.run_id IS NULL THEN
1689: --get a run_id
1690: SELECT FND_OAM_DSCRAM_RUNS_S.NEXTVAL
1691: INTO b_run.run_id
1692: FROM dual;
1693: ELSE
1694: fnd_oam_debug.log(1, l_ctxt, 'Deleting Existing, Stale run_id: '||b_run.run_id);