DBA Data[Home] [Help]

APPS.HR_PROCESS_ASSIGNMENT_SS dependencies on PAY_JOB_WC_CODE_USAGES

Line 6681: from pay_job_wc_code_usages jwc,

6677:
6678: --
6679: cursor wc_code(pc_job_id number) is
6680: select jwc.wc_code
6681: from pay_job_wc_code_usages jwc,
6682: hr_locations_all hl
6683: where jwc.job_id = pc_job_id
6684: and hl.location_id = p_location_id
6685: and jwc.state_code = hl.region_2;