DBA Data[Home] [Help]

APPS.HR_CONTACT_BK1 dependencies on HR_API

Line 217: l_commit_unit_number := hr_api.return_commit_unit;

213: l_commit_unit_number number;
214: l_legislation_code varchar2(30);
215: begin
216: hr_utility.set_location('Entering: HR_CONTACT_BK1.CREATE_PERSON_B', 10);
217: l_commit_unit_number := hr_api.return_commit_unit;
218: if hr_api.call_leg_hooks then
219: l_legislation_code := hr_api.return_legislation_code(p_business_group_id => P_BUSINESS_GROUP_ID);
220: if l_legislation_code = 'AE' then
221: HR_AE_VALIDATE_PKG.CONTACT_VALIDATE

Line 218: if hr_api.call_leg_hooks then

214: l_legislation_code varchar2(30);
215: begin
216: hr_utility.set_location('Entering: HR_CONTACT_BK1.CREATE_PERSON_B', 10);
217: l_commit_unit_number := hr_api.return_commit_unit;
218: if hr_api.call_leg_hooks then
219: l_legislation_code := hr_api.return_legislation_code(p_business_group_id => P_BUSINESS_GROUP_ID);
220: if l_legislation_code = 'AE' then
221: HR_AE_VALIDATE_PKG.CONTACT_VALIDATE
222: (P_BUSINESS_GROUP_ID => P_BUSINESS_GROUP_ID

Line 219: l_legislation_code := hr_api.return_legislation_code(p_business_group_id => P_BUSINESS_GROUP_ID);

215: begin
216: hr_utility.set_location('Entering: HR_CONTACT_BK1.CREATE_PERSON_B', 10);
217: l_commit_unit_number := hr_api.return_commit_unit;
218: if hr_api.call_leg_hooks then
219: l_legislation_code := hr_api.return_legislation_code(p_business_group_id => P_BUSINESS_GROUP_ID);
220: if l_legislation_code = 'AE' then
221: HR_AE_VALIDATE_PKG.CONTACT_VALIDATE
222: (P_BUSINESS_GROUP_ID => P_BUSINESS_GROUP_ID
223: ,P_PERSON_TYPE_ID => P_PERSON_TYPE_ID

Line 400: hr_api.validate_commit_unit(l_commit_unit_number, 'CREATE_PERSON', 'BP');

396: ,P_NATIONAL_IDENTIFIER => P_NATIONAL_IDENTIFIER
397: );
398: end if;
399: end if;
400: hr_api.validate_commit_unit(l_commit_unit_number, 'CREATE_PERSON', 'BP');
401: hr_utility.set_location(' Leaving: HR_CONTACT_BK1.CREATE_PERSON_B', 20);
402: end CREATE_PERSON_B;
403: end HR_CONTACT_BK1;