DBA Data[Home] [Help]

APPS.HR_PROCESS_ASSIGNMENT_SS dependencies on PAY_JOB_WC_CODE_USAGES

Line 6351: from pay_job_wc_code_usages jwc,

6347:
6348: --
6349: cursor wc_code(pc_job_id number) is
6350: select jwc.wc_code
6351: from pay_job_wc_code_usages jwc,
6352: hr_locations_all hl
6353: where jwc.job_id = pc_job_id
6354: and hl.location_id = p_location_id
6355: and jwc.state_code = hl.region_2;