DBA Data[Home] [Help]

APPS.HXC_HPH_RKI dependencies on HR_API

Line 57: l_commit_unit_number := hr_api.return_commit_unit;

53: l_commit_unit_number number;
54: l_legislation_code varchar2(30);
55: begin
56: hr_utility.set_location('Entering: HXC_HPH_RKI.AFTER_INSERT', 10);
57: l_commit_unit_number := hr_api.return_commit_unit;
58: if hr_api.call_leg_hooks then
59: -- Note: All legislation hook calls will be executed regardless of the
60: -- legislation code because the data for this API module is not held within
61: -- the context of a business_group_id.

Line 58: if hr_api.call_leg_hooks then

54: l_legislation_code varchar2(30);
55: begin
56: hr_utility.set_location('Entering: HXC_HPH_RKI.AFTER_INSERT', 10);
57: l_commit_unit_number := hr_api.return_commit_unit;
58: if hr_api.call_leg_hooks then
59: -- Note: All legislation hook calls will be executed regardless of the
60: -- legislation code because the data for this API module is not held within
61: -- the context of a business_group_id.
62: HXC_US_TIME_DEFINITIONS_HOOK.INSERT_USER_HOOK_HIERARCHY

Line 71: hr_api.validate_commit_unit(l_commit_unit_number, 'HXC_PREF_HIERARCHIES', 'AI');

67: ,P_ATTRIBUTE2 => P_ATTRIBUTE2
68: ,P_ATTRIBUTE3 => P_ATTRIBUTE3
69: );
70: end if;
71: hr_api.validate_commit_unit(l_commit_unit_number, 'HXC_PREF_HIERARCHIES', 'AI');
72: hr_utility.set_location(' Leaving: HXC_HPH_RKI.AFTER_INSERT', 20);
73: end AFTER_INSERT;
74: end HXC_HPH_RKI;