DBA Data[Home] [Help]

APPS.HR_UPDATE_UTILITY dependencies on FND_CONCURRENT_REQUESTS

Line 82: fnd_concurrent_requests cr,

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