DBA Data[Home] [Help]

APPS.HR_UPDATE_UTILITY dependencies on FND_CONCURRENT_REQUESTS

Line 83: fnd_concurrent_requests cr,

79: select cr.phase_code dev_phase,
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'