DBA Data[Home] [Help]

APPS.FND_CONCURRENT_PROGRAMS_PKG dependencies on DUAL

Line 1031: select FND_CONCURRENT_PROGRAMS_S.nextval into key_id from dual;

1027:
1028: exception
1029: when no_data_found then
1030:
1031: select FND_CONCURRENT_PROGRAMS_S.nextval into key_id from dual;
1032:
1033: insert into FND_CONCURRENT_PROGRAMS
1034: (CONCURRENT_PROGRAM_NAME, CONCURRENT_PROGRAM_ID,
1035: APPLICATION_ID, CREATION_DATE, CREATED_BY, LAST_UPDATE_DATE,

Line 1076: from DUAL;

1072: rc_grp, x_rollback_segment, x_optimizer_mode,
1073: x_refresh_portlet,x_activity_summarizer,x_program_type,x_allow_multiple_pending_reque,
1074: x_template_appl_short_name, x_template_code,
1075: x_multi_org_category
1076: from DUAL;
1077:
1078: insert into FND_CONCURRENT_PROGRAMS_TL
1079: (CONCURRENT_PROGRAM_ID, APPLICATION_ID, CREATION_DATE,
1080: CREATED_BY, LAST_UPDATE_DATE, LAST_UPDATED_BY,