DBA Data[Home] [Help]

APPS.HR_EMPLOYEE_BK1 dependencies on HR_API

Line 151: l_commit_unit_number := hr_api.return_commit_unit;

147: l_commit_unit_number number;
148: l_legislation_code varchar2(30);
149: begin
150: hr_utility.set_location('Entering: HR_EMPLOYEE_BK1.CREATE_EMPLOYEE_A', 10);
151: l_commit_unit_number := hr_api.return_commit_unit;
152: if hr_api.call_app_hooks then
153: hr_employee_be1.CREATE_EMPLOYEE_A
154: (P_HIRE_DATE => P_HIRE_DATE
155: ,P_BUSINESS_GROUP_ID => P_BUSINESS_GROUP_ID

Line 152: if hr_api.call_app_hooks then

148: l_legislation_code varchar2(30);
149: begin
150: hr_utility.set_location('Entering: HR_EMPLOYEE_BK1.CREATE_EMPLOYEE_A', 10);
151: l_commit_unit_number := hr_api.return_commit_unit;
152: if hr_api.call_app_hooks then
153: hr_employee_be1.CREATE_EMPLOYEE_A
154: (P_HIRE_DATE => P_HIRE_DATE
155: ,P_BUSINESS_GROUP_ID => P_BUSINESS_GROUP_ID
156: ,P_LAST_NAME => P_LAST_NAME

Line 296: if hr_api.call_leg_hooks then

292: ,P_ASSIGN_PAYROLL_WARNING => P_ASSIGN_PAYROLL_WARNING
293: ,P_ORIG_HIRE_WARNING => P_ORIG_HIRE_WARNING
294: );
295: end if;
296: if hr_api.call_leg_hooks then
297: l_legislation_code := hr_api.return_legislation_code(p_business_group_id => P_BUSINESS_GROUP_ID);
298: if l_legislation_code = 'MX' then
299: PER_MX_VALIDATE_ID.VALIDATE_RFC_ID
300: (P_PER_INFORMATION2 => P_PER_INFORMATION2

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

293: ,P_ORIG_HIRE_WARNING => P_ORIG_HIRE_WARNING
294: );
295: end if;
296: if hr_api.call_leg_hooks then
297: l_legislation_code := hr_api.return_legislation_code(p_business_group_id => P_BUSINESS_GROUP_ID);
298: if l_legislation_code = 'MX' then
299: PER_MX_VALIDATE_ID.VALIDATE_RFC_ID
300: (P_PER_INFORMATION2 => P_PER_INFORMATION2
301: ,P_PERSON_ID => P_PERSON_ID

Line 326: hr_api.validate_commit_unit(l_commit_unit_number, 'CREATE_EMPLOYEE', 'AP');

322: );
323: end if;
324: end if;
325: hr_multi_message.end_validation_set;
326: hr_api.validate_commit_unit(l_commit_unit_number, 'CREATE_EMPLOYEE', 'AP');
327: hr_utility.set_location(' Leaving: HR_EMPLOYEE_BK1.CREATE_EMPLOYEE_A', 20);
328: end CREATE_EMPLOYEE_A;
329: procedure CREATE_EMPLOYEE_B
330: (P_HIRE_DATE in DATE

Line 462: l_commit_unit_number := hr_api.return_commit_unit;

458: l_commit_unit_number number;
459: l_legislation_code varchar2(30);
460: begin
461: hr_utility.set_location('Entering: HR_EMPLOYEE_BK1.CREATE_EMPLOYEE_B', 10);
462: l_commit_unit_number := hr_api.return_commit_unit;
463: if hr_api.call_leg_hooks then
464: l_legislation_code := hr_api.return_legislation_code(p_business_group_id => P_BUSINESS_GROUP_ID);
465: if l_legislation_code = 'AE' then
466: HR_AE_VALIDATE_PKG.EMPLOYEE_VALIDATE

Line 463: if hr_api.call_leg_hooks then

459: l_legislation_code varchar2(30);
460: begin
461: hr_utility.set_location('Entering: HR_EMPLOYEE_BK1.CREATE_EMPLOYEE_B', 10);
462: l_commit_unit_number := hr_api.return_commit_unit;
463: if hr_api.call_leg_hooks then
464: l_legislation_code := hr_api.return_legislation_code(p_business_group_id => P_BUSINESS_GROUP_ID);
465: if l_legislation_code = 'AE' then
466: HR_AE_VALIDATE_PKG.EMPLOYEE_VALIDATE
467: (P_BUSINESS_GROUP_ID => P_BUSINESS_GROUP_ID

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

460: begin
461: hr_utility.set_location('Entering: HR_EMPLOYEE_BK1.CREATE_EMPLOYEE_B', 10);
462: l_commit_unit_number := hr_api.return_commit_unit;
463: if hr_api.call_leg_hooks then
464: l_legislation_code := hr_api.return_legislation_code(p_business_group_id => P_BUSINESS_GROUP_ID);
465: if l_legislation_code = 'AE' then
466: HR_AE_VALIDATE_PKG.EMPLOYEE_VALIDATE
467: (P_BUSINESS_GROUP_ID => P_BUSINESS_GROUP_ID
468: ,P_PERSON_TYPE_ID => P_PERSON_TYPE_ID

Line 717: hr_api.validate_commit_unit(l_commit_unit_number, 'CREATE_EMPLOYEE', 'BP');

713: ,P_PER_INFORMATION4 => P_PER_INFORMATION4
714: );
715: end if;
716: end if;
717: hr_api.validate_commit_unit(l_commit_unit_number, 'CREATE_EMPLOYEE', 'BP');
718: hr_utility.set_location(' Leaving: HR_EMPLOYEE_BK1.CREATE_EMPLOYEE_B', 20);
719: end CREATE_EMPLOYEE_B;
720: end HR_EMPLOYEE_BK1;