DBA Data[Home] [Help]

APPS.PER_CTR_RKI dependencies on HR_UTILITY

Line 76: hr_utility.set_location('Entering: PER_CTR_RKI.AFTER_INSERT', 10);

72: )is
73: l_commit_unit_number number;
74: l_legislation_code varchar2(30);
75: begin
76: hr_utility.set_location('Entering: PER_CTR_RKI.AFTER_INSERT', 10);
77: l_commit_unit_number := hr_api.return_commit_unit;
78: if hr_api.call_leg_hooks then
79: l_legislation_code := hr_api.return_legislation_code(p_business_group_id => P_BUSINESS_GROUP_ID);
80: if l_legislation_code = 'JP' then

Line 99: hr_utility.set_location(' Leaving: PER_CTR_RKI.AFTER_INSERT', 20);

95: );
96: end if;
97: end if;
98: hr_api.validate_commit_unit(l_commit_unit_number, 'PER_CONTACT_RELATIONSHIPS', 'AI');
99: hr_utility.set_location(' Leaving: PER_CTR_RKI.AFTER_INSERT', 20);
100: end AFTER_INSERT;
101: end PER_CTR_RKI;