DBA Data[Home] [Help]

APPS.FNDCP_SCH dependencies on FND_CONC_RELEASE_PERIODS_S

Line 1371: select fnd_conc_release_periods_s.nextval

1367: end if;
1368: end if;
1369:
1370: /* Get new ID */
1371: select fnd_conc_release_periods_s.nextval
1372: into obj_id
1373: from sys.dual;
1374:
1375: appl_id := application_id_f(application);