DBA Data[Home] [Help]

APPS.HR_PROCESS_ASSIGNMENT_SS dependencies on HR_LOCATIONS_ALL

Line 6682: hr_locations_all hl

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;
6686: --