DBA Data[Home] [Help]

APPS.HR_UPDATE_UTILITY dependencies on FND_APPLICATION

Line 84: fnd_application a

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