DBA Data[Home] [Help]

APPS.HR_PDT_BUS dependencies on HR_GENERAL

Line 2997: if hr_general.chk_geocodes_installed = 'Y'

2993: open csr_get_leg_code;
2994: fetch csr_get_leg_code into l_legislation_code;
2995: close csr_get_leg_code;
2996: --
2997: if hr_general.chk_geocodes_installed = 'Y'
2998: and ( ( l_legislation_code = 'CA'
2999: and hr_utility.chk_product_install(p_product => 'Oracle Payroll',
3000: p_legislation => 'CA'))
3001: OR ( l_legislation_code = 'US'