DBA Data[Home] [Help]

APPS.HR_SIGNON dependencies on HR_API

Line 628: l_leg_code := hr_api.return_legislation_code(

624: BEGIN
625: hr_utility.set_location('Entering derive_legislation:',10);
626: -- fnd_log.string(1,'HR','Entering derive_legislation:'||' 10');
627: --
628: l_leg_code := hr_api.return_legislation_code(
629: fnd_profile.value('PER_BUSINESS_GROUP_ID'));
630: --
631: --
632: hr_utility.set_location('l_leg_code: '||l_leg_code,20);

Line 634: hr_api.set_legislation_context(l_leg_code);

630: --
631: --
632: hr_utility.set_location('l_leg_code: '||l_leg_code,20);
633: --fnd_log.string(1,'HR','l_leg_code: '||l_leg_code);
634: hr_api.set_legislation_context(l_leg_code);
635: --
636: hr_utility.set_location('Leaving derive_legislation:',100);
637: -- fnd_log.string(1,'HR','Leaving derive_legislation:'||' 100');
638: EXCEPTION

Line 742: -- and call hr_api to setup the application context

738: null;
739: END IF;
740: --
741: -- call private procedure to identify legislation_code from bg_id
742: -- and call hr_api to setup the application context
743: -- HR_ESSION_DATA namespace LEG_CODE with the session's legislation_code.
744: --
745: derive_legislation;
746: hr_utility.set_location('Leaving Initialize_HR_Security: ',100);