DBA Data[Home] [Help]

APPS.HR_EMPLOYEE_BK1 dependencies on HR_EMPLOYEE_BK1

Line 1: package body HR_EMPLOYEE_BK1 as

1: package body HR_EMPLOYEE_BK1 as
2: /* $Header: peempapi.pkb 120.8 2007/11/05 14:52:21 generated ship $ */
3: -- Code generated by the Oracle HRMS API Hook Pre-processor
4: -- Created on 2009/03/30 04:53:56 (YYYY/MM/DD HH24:MI:SS)
5: procedure CREATE_EMPLOYEE_A

Line 150: hr_utility.set_location('Entering: HR_EMPLOYEE_BK1.CREATE_EMPLOYEE_A', 10);

146: )is
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

Line 327: hr_utility.set_location(' Leaving: HR_EMPLOYEE_BK1.CREATE_EMPLOYEE_A', 20);

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
331: ,P_BUSINESS_GROUP_ID in NUMBER

Line 461: hr_utility.set_location('Entering: HR_EMPLOYEE_BK1.CREATE_EMPLOYEE_B', 10);

457: )is
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

Line 718: hr_utility.set_location(' Leaving: HR_EMPLOYEE_BK1.CREATE_EMPLOYEE_B', 20);

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;

Line 720: end HR_EMPLOYEE_BK1;

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;