DBA Data[Home] [Help]

APPS.FND_SET dependencies on FND_EXECUTABLES_S

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

2398: created_by := created_by_f;
2399: last_update_login := last_update_login_f;
2400: application_id := application_id_f(application);
2401:
2402: select fnd_executables_s.nextval into executable_id from sys.dual;
2403:
2404: insert into FND_EXECUTABLES (
2405: APPLICATION_ID, EXECUTABLE_ID, EXECUTABLE_NAME,
2406: EXECUTION_METHOD_CODE, EXECUTION_FILE_NAME, SUBROUTINE_NAME,