DBA Data[Home] [Help]

APPS.HR_CONTACT_EXTRA_INFO_BK1 dependencies on HR_API

Line 129: l_commit_unit_number := hr_api.return_commit_unit;

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

Line 130: if hr_api.call_leg_hooks then

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

Line 142: hr_api.validate_commit_unit(l_commit_unit_number, 'CREATE_CONTACT_EXTRA_INFO', 'BP');

138: ,P_INFORMATION_TYPE => P_INFORMATION_TYPE
139: ,P_CONTACT_RELATIONSHIP_ID => P_CONTACT_RELATIONSHIP_ID
140: );
141: end if;
142: hr_api.validate_commit_unit(l_commit_unit_number, 'CREATE_CONTACT_EXTRA_INFO', 'BP');
143: hr_utility.set_location(' Leaving: HR_CONTACT_EXTRA_INFO_BK1.CREATE_CONTACT_EXTRA_INFO_B', 20);
144: end CREATE_CONTACT_EXTRA_INFO_B;
145: end HR_CONTACT_EXTRA_INFO_BK1;