DBA Data[Home] [Help]

APPS.HR_CONTACT_REL_BK1 dependencies on HR_CONTACT_REL_BK1

Line 1: package body HR_CONTACT_REL_BK1 as

1: package body HR_CONTACT_REL_BK1 as
2: /* $Header: pecrlapi.pkb 115.22 2003/02/06 10:29:45 generated ship $ */
3: -- Code generated by the Oracle HRMS API Hook Pre-processor
4: -- Created on 2007/10/22 07:23:33 (YYYY/MM/DD HH24:MI:SS)
5: procedure CREATE_CONTACT_A

Line 204: hr_utility.set_location('Entering: HR_CONTACT_REL_BK1.CREATE_CONTACT_A', 10);

200: ,P_NAME_COMBINATION_WARNING in BOOLEAN
201: ,P_ORIG_HIRE_WARNING in BOOLEAN
202: )is
203: begin
204: hr_utility.set_location('Entering: HR_CONTACT_REL_BK1.CREATE_CONTACT_A', 10);
205: hr_utility.set_location(' Leaving: HR_CONTACT_REL_BK1.CREATE_CONTACT_A', 20);
206: end CREATE_CONTACT_A;
207: procedure CREATE_CONTACT_B
208: (P_START_DATE in DATE

Line 205: hr_utility.set_location(' Leaving: HR_CONTACT_REL_BK1.CREATE_CONTACT_A', 20);

201: ,P_ORIG_HIRE_WARNING in BOOLEAN
202: )is
203: begin
204: hr_utility.set_location('Entering: HR_CONTACT_REL_BK1.CREATE_CONTACT_A', 10);
205: hr_utility.set_location(' Leaving: HR_CONTACT_REL_BK1.CREATE_CONTACT_A', 20);
206: end CREATE_CONTACT_A;
207: procedure CREATE_CONTACT_B
208: (P_START_DATE in DATE
209: ,P_BUSINESS_GROUP_ID in NUMBER

Line 398: hr_utility.set_location('Entering: HR_CONTACT_REL_BK1.CREATE_CONTACT_B', 10);

394: )is
395: l_commit_unit_number number;
396: l_legislation_code varchar2(30);
397: begin
398: hr_utility.set_location('Entering: HR_CONTACT_REL_BK1.CREATE_CONTACT_B', 10);
399: l_commit_unit_number := hr_api.return_commit_unit;
400: if hr_api.call_leg_hooks then
401: l_legislation_code := hr_api.return_legislation_code(p_business_group_id => P_BUSINESS_GROUP_ID);
402: if l_legislation_code = 'PL' then

Line 421: hr_utility.set_location(' Leaving: HR_CONTACT_REL_BK1.CREATE_CONTACT_B', 20);

417: );
418: end if;
419: end if;
420: hr_api.validate_commit_unit(l_commit_unit_number, 'CREATE_CONTACT', 'BP');
421: hr_utility.set_location(' Leaving: HR_CONTACT_REL_BK1.CREATE_CONTACT_B', 20);
422: end CREATE_CONTACT_B;
423: end HR_CONTACT_REL_BK1;

Line 423: end HR_CONTACT_REL_BK1;

419: end if;
420: hr_api.validate_commit_unit(l_commit_unit_number, 'CREATE_CONTACT', 'BP');
421: hr_utility.set_location(' Leaving: HR_CONTACT_REL_BK1.CREATE_CONTACT_B', 20);
422: end CREATE_CONTACT_B;
423: end HR_CONTACT_REL_BK1;