DBA Data[Home] [Help]

APPS.PER_ASG_BUS2 dependencies on HR_GENERAL2

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'