DBA Data[Home] [Help]

APPS.PER_ASG_BUS2 dependencies on HR_GENERAL

Line 465: if hr_general.chk_geocodes_installed = 'Y'

461: open csr_get_legc_code;
462: fetch csr_get_legc_code into l_legislation_code;
463: close csr_get_legc_code;
464:
465: if hr_general.chk_geocodes_installed = 'Y'
466: and p_assignment_type = 'E'
467: and ( ( l_legislation_code = 'CA'
468: and hr_utility.chk_product_install(p_product => 'Oracle Payroll',
469: p_legislation => 'CA'))

Line 496: if hr_general2.is_legislation_install('PAY','US') then --11933456

492: fetch csr_add_style into l_style;
493: close csr_add_style;
494: -- if l_style <> 'US' then
495: if l_style not in ('US','US_GLB_FED') then --10409507
496: if hr_general2.is_legislation_install('PAY','US') then --11933456
497: hr_utility.set_location(l_proc, 54);
498: hr_utility.set_message(800, 'HR_51283_ADD_MUST_BE_US_STYLE');
499: hr_multi_message.add
500: (p_associated_column1 => 'PER_ALL_ASSIGNMENTS_F.PAYROLL_ID'