DBA Data[Home] [Help]

APPS.HR_CONTACT_EXTRA_INFO_BK2 dependencies on HR_API

Line 133: l_commit_unit_number := hr_api.return_commit_unit;

129: l_commit_unit_number number;
130: l_legislation_code varchar2(30);
131: begin
132: hr_utility.set_location('Entering: HR_CONTACT_EXTRA_INFO_BK2.UPDATE_CONTACT_EXTRA_INFO_B', 10);
133: l_commit_unit_number := hr_api.return_commit_unit;
134: if hr_api.call_leg_hooks then
135: -- Note: All legislation hook calls will be executed regardless of the
136: -- legislation code because the data for this API module is not held within
137: -- the context of a business_group_id.

Line 134: if hr_api.call_leg_hooks then

130: l_legislation_code varchar2(30);
131: begin
132: hr_utility.set_location('Entering: HR_CONTACT_EXTRA_INFO_BK2.UPDATE_CONTACT_EXTRA_INFO_B', 10);
133: l_commit_unit_number := hr_api.return_commit_unit;
134: if hr_api.call_leg_hooks then
135: -- Note: All legislation hook calls will be executed regardless of the
136: -- legislation code because the data for this API module is not held within
137: -- the context of a business_group_id.
138: per_in_con_leg_hook.check_in_con_update

Line 147: hr_api.validate_commit_unit(l_commit_unit_number, 'UPDATE_CONTACT_EXTRA_INFO', 'BP');

143: ,P_CONTACT_RELATIONSHIP_ID => P_CONTACT_RELATIONSHIP_ID
144: ,P_CONTACT_EXTRA_INFO_ID => P_CONTACT_EXTRA_INFO_ID
145: );
146: end if;
147: hr_api.validate_commit_unit(l_commit_unit_number, 'UPDATE_CONTACT_EXTRA_INFO', 'BP');
148: hr_utility.set_location(' Leaving: HR_CONTACT_EXTRA_INFO_BK2.UPDATE_CONTACT_EXTRA_INFO_B', 20);
149: end UPDATE_CONTACT_EXTRA_INFO_B;
150: end HR_CONTACT_EXTRA_INFO_BK2;