DBA Data[Home] [Help]

APPS.FND_REQUEST_SET dependencies on FND_EXECUTABLES

Line 577: from fnd_request_set_stages s, fnd_executables e

573: s.function_id, s.function_application_id
574: into hardwired_outcome, funct,
575: g_set_appl_id, g_set_id, g_stage_id,
576: g_function_id, g_function_appl_id
577: from fnd_request_set_stages s, fnd_executables e
578: where s.set_application_id = appl_id
579: and s.request_set_id = set_id
580: and s.request_set_stage_id = stage_id
581: and e.executable_id(+) = s.function_id