DBA Data[Home] [Help]

APPS.FND_REQUEST_SET dependencies on FND_EXECUTABLES

Line 566: from fnd_request_set_stages s, fnd_executables e

562: s.function_id, s.function_application_id
563: into hardwired_outcome, funct,
564: g_set_appl_id, g_set_id, g_stage_id,
565: g_function_id, g_function_appl_id
566: from fnd_request_set_stages s, fnd_executables e
567: where s.set_application_id = appl_id
568: and s.request_set_id = set_id
569: and s.request_set_stage_id = stage_id
570: and e.executable_id(+) = s.function_id