DBA Data[Home] [Help]

APPS.PE_POI_RKI dependencies on HR_API

Line 70: l_commit_unit_number := hr_api.return_commit_unit;

66: l_commit_unit_number number;
67: l_legislation_code varchar2(30);
68: begin
69: hr_utility.set_location('Entering: PE_POI_RKI.AFTER_INSERT', 10);
70: l_commit_unit_number := hr_api.return_commit_unit;
71: if hr_api.call_leg_hooks then
72: -- Note: All legislation hook calls will be executed regardless of the
73: -- legislation code because the data for this API module is not held within
74: -- the context of a business_group_id.

Line 71: if hr_api.call_leg_hooks then

67: l_legislation_code varchar2(30);
68: begin
69: hr_utility.set_location('Entering: PE_POI_RKI.AFTER_INSERT', 10);
70: l_commit_unit_number := hr_api.return_commit_unit;
71: if hr_api.call_leg_hooks then
72: -- Note: All legislation hook calls will be executed regardless of the
73: -- legislation code because the data for this API module is not held within
74: -- the context of a business_group_id.
75: GHR_POI_FLEX_DDF.DDF

Line 137: hr_api.validate_commit_unit(l_commit_unit_number, 'PER_POSITION_EXTRA_INFO', 'AI');

133: ,P_POEI_INFORMATION29 => P_POEI_INFORMATION29
134: ,P_POEI_INFORMATION30 => P_POEI_INFORMATION30
135: );
136: end if;
137: hr_api.validate_commit_unit(l_commit_unit_number, 'PER_POSITION_EXTRA_INFO', 'AI');
138: hr_utility.set_location(' Leaving: PE_POI_RKI.AFTER_INSERT', 20);
139: end AFTER_INSERT;
140: end PE_POI_RKI;