DBA Data[Home] [Help]

APPS.FND_PROGRAM dependencies on FND_EXECUTABLES_S

Line 1218: select fnd_executables_s.nextval into executable_id from sys.dual;

1214: RAISE bad_parameter;
1215: end if;
1216:
1217:
1218: select fnd_executables_s.nextval into executable_id from sys.dual;
1219:
1220: insert into FND_EXECUTABLES (
1221: APPLICATION_ID, EXECUTABLE_ID, EXECUTABLE_NAME,
1222: EXECUTION_METHOD_CODE, EXECUTION_FILE_NAME, SUBROUTINE_NAME,