DBA Data[Home] [Help]

APPS.HR_PROCESS_PERSON_SS dependencies on HR_GENERAL

Line 8827: if (hr_general.chk_geocodes_installed = 'Y'

8823: open csr_get_legc_code;
8824: fetch csr_get_legc_code into l_legislation_code;
8825: close csr_get_legc_code;
8826:
8827: if (hr_general.chk_geocodes_installed = 'Y'
8828: and ( ( l_legislation_code = 'CA'
8829: and hr_utility.chk_product_install(p_product => 'Oracle Payroll',
8830: p_legislation => 'CA'))
8831: OR ( l_legislation_code = 'US'