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 = 'GB' then
299: PER_ASG_AGGR.UPDATE_RTI_AGG_NEW_PERSON
300: (P_PERSON_ID => P_PERSON_ID

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 = 'GB' then
299: PER_ASG_AGGR.UPDATE_RTI_AGG_NEW_PERSON
300: (P_PERSON_ID => P_PERSON_ID
301: ,P_HIRE_DATE => P_HIRE_DATE

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

327: );
328: end if;
329: end if;
330: hr_multi_message.end_validation_set;
331: hr_api.validate_commit_unit(l_commit_unit_number, 'CREATE_EMPLOYEE', 'AP');
332: hr_utility.set_location(' Leaving: HR_EMPLOYEE_BK1.CREATE_EMPLOYEE_A', 20);
333: end CREATE_EMPLOYEE_A;
334: procedure CREATE_EMPLOYEE_B
335: (P_HIRE_DATE in DATE

Line 467: l_commit_unit_number := hr_api.return_commit_unit;

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

Line 468: if hr_api.call_leg_hooks then

464: l_legislation_code varchar2(30);
465: begin
466: hr_utility.set_location('Entering: HR_EMPLOYEE_BK1.CREATE_EMPLOYEE_B', 10);
467: l_commit_unit_number := hr_api.return_commit_unit;
468: if hr_api.call_leg_hooks then
469: l_legislation_code := hr_api.return_legislation_code(p_business_group_id => P_BUSINESS_GROUP_ID);
470: if l_legislation_code = 'AE' then
471: HR_AE_VALIDATE_PKG.EMPLOYEE_VALIDATE
472: (P_BUSINESS_GROUP_ID => P_BUSINESS_GROUP_ID

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

465: begin
466: hr_utility.set_location('Entering: HR_EMPLOYEE_BK1.CREATE_EMPLOYEE_B', 10);
467: l_commit_unit_number := hr_api.return_commit_unit;
468: if hr_api.call_leg_hooks then
469: l_legislation_code := hr_api.return_legislation_code(p_business_group_id => P_BUSINESS_GROUP_ID);
470: if l_legislation_code = 'AE' then
471: HR_AE_VALIDATE_PKG.EMPLOYEE_VALIDATE
472: (P_BUSINESS_GROUP_ID => P_BUSINESS_GROUP_ID
473: ,P_PERSON_TYPE_ID => P_PERSON_TYPE_ID

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

744: ,P_DATE_OF_BIRTH => P_DATE_OF_BIRTH
745: );
746: end if;
747: end if;
748: hr_api.validate_commit_unit(l_commit_unit_number, 'CREATE_EMPLOYEE', 'BP');
749: hr_utility.set_location(' Leaving: HR_EMPLOYEE_BK1.CREATE_EMPLOYEE_B', 20);
750: end CREATE_EMPLOYEE_B;
751: end HR_EMPLOYEE_BK1;