DBA Data[Home] [Help]

APPS.FND_PROGRAM dependencies on FND_EXECUTABLES_S

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

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