DBA Data[Home] [Help]

APPS.FNDCP_SCH dependencies on DUAL

Line 620: from sys.dual;

616:
617: /* Get new ID */
618: select fnd_conc_release_classes_s.nextval
619: into obj_id
620: from sys.dual;
621:
622: appl_id := application_id_f(application);
623:
624: /* Do the insert */

Line 915: from sys.dual;

911:
912: /* Get new ID */
913: select fnd_conc_release_disjs_s.nextval
914: into obj_id
915: from sys.dual;
916:
917: appl_id := application_id_f(application);
918:
919: /* Do the insert */

Line 1373: from sys.dual;

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);
1376:
1377: /* Do the insert */

Line 1460: from sys.dual;

1456:
1457: /* Get new ID */
1458: select FND_CONC_STATE_LOOKUP_TYPES_S.nextval
1459: into obj_id
1460: from sys.dual;
1461:
1462: /* Do the insert */
1463: insert into FND_CONC_STATE_LOOKUP_TYPES
1464: (LOOKUP_TYPE_ID, LOOKUP_TYPE_NAME, enabled_flag,

Line 1541: from sys.dual;

1537:
1538: /* Get new ID */
1539: select FND_CONC_STATE_LOOKUPS_S.nextval
1540: into obj_id
1541: from sys.dual;
1542:
1543: /* Do the insert */
1544: insert into FND_CONC_STATE_LOOKUPS
1545: (LOOKUP_TYPE_ID, LOOKUP_VALUE, enabled_flag,

Line 1702: from sys.dual;

1698:
1699: /* Get new ID */
1700: select fnd_conc_release_states_s.nextval
1701: into obj_id
1702: from sys.dual;
1703:
1704: appl_id := application_id_f(application);
1705:
1706: /* Do the insert */