DBA Data[Home] [Help]

APPS.PER_ASG_BUS2 dependencies on HR_GENERAL

Line 455: if hr_general.chk_geocodes_installed = 'Y'

451: open csr_get_legc_code;
452: fetch csr_get_legc_code into l_legislation_code;
453: close csr_get_legc_code;
454:
455: if hr_general.chk_geocodes_installed = 'Y'
456: and p_assignment_type = 'E'
457: and ( ( l_legislation_code = 'CA'
458: and hr_utility.chk_product_install(p_product => 'Oracle Payroll',
459: p_legislation => 'CA'))