DBA Data[Home] [Help]

APPS.HR_UPDATE_UTILITY dependencies on FND_APPLICATION

Line 83: fnd_application a

79: cr.status_code dev_status,
80: cr.request_id request_id
81: from fnd_concurrent_programs cp,
82: fnd_concurrent_requests cr,
83: fnd_application a
84: where a.application_short_name = p_app_shortname
85: and a.application_id = cp.application_id
86: and cp.concurrent_program_name = 'PAY_GEN_UPG'
87: and cp.concurrent_program_id = cr.concurrent_program_id