DBA Data[Home] [Help]

APPS.HR_CONTACT_EXTRA_INFO_BK1 dependencies on HR_CONTACT_EXTRA_INFO_BK1

Line 1: package body HR_CONTACT_EXTRA_INFO_BK1 as

1: package body HR_CONTACT_EXTRA_INFO_BK1 as
2: /* $Header: pereiapi.pkb 115.1 2002/12/10 15:37:01 generated noship $ */
3: -- Code generated by the Oracle HRMS API Hook Pre-processor
4: -- Created on 2009/03/30 04:53:43 (YYYY/MM/DD HH24:MI:SS)
5: procedure CREATE_CONTACT_EXTRA_INFO_A

Line 65: hr_utility.set_location('Entering: HR_CONTACT_EXTRA_INFO_BK1.CREATE_CONTACT_EXTRA_INFO_A', 10);

61: ,P_CONTACT_EXTRA_INFO_ID in NUMBER
62: ,P_OBJECT_VERSION_NUMBER in NUMBER
63: )is
64: begin
65: hr_utility.set_location('Entering: HR_CONTACT_EXTRA_INFO_BK1.CREATE_CONTACT_EXTRA_INFO_A', 10);
66: hr_utility.set_location(' Leaving: HR_CONTACT_EXTRA_INFO_BK1.CREATE_CONTACT_EXTRA_INFO_A', 20);
67: end CREATE_CONTACT_EXTRA_INFO_A;
68: procedure CREATE_CONTACT_EXTRA_INFO_B
69: (P_EFFECTIVE_DATE in DATE

Line 66: hr_utility.set_location(' Leaving: HR_CONTACT_EXTRA_INFO_BK1.CREATE_CONTACT_EXTRA_INFO_A', 20);

62: ,P_OBJECT_VERSION_NUMBER in NUMBER
63: )is
64: begin
65: hr_utility.set_location('Entering: HR_CONTACT_EXTRA_INFO_BK1.CREATE_CONTACT_EXTRA_INFO_A', 10);
66: hr_utility.set_location(' Leaving: HR_CONTACT_EXTRA_INFO_BK1.CREATE_CONTACT_EXTRA_INFO_A', 20);
67: end CREATE_CONTACT_EXTRA_INFO_A;
68: procedure CREATE_CONTACT_EXTRA_INFO_B
69: (P_EFFECTIVE_DATE in DATE
70: ,P_CONTACT_RELATIONSHIP_ID in NUMBER

Line 128: hr_utility.set_location('Entering: HR_CONTACT_EXTRA_INFO_BK1.CREATE_CONTACT_EXTRA_INFO_B', 10);

124: )is
125: l_commit_unit_number number;
126: l_legislation_code varchar2(30);
127: begin
128: hr_utility.set_location('Entering: HR_CONTACT_EXTRA_INFO_BK1.CREATE_CONTACT_EXTRA_INFO_B', 10);
129: l_commit_unit_number := hr_api.return_commit_unit;
130: if hr_api.call_leg_hooks then
131: -- Note: All legislation hook calls will be executed regardless of the
132: -- legislation code because the data for this API module is not held within

Line 142: hr_utility.set_location(' Leaving: HR_CONTACT_EXTRA_INFO_BK1.CREATE_CONTACT_EXTRA_INFO_B', 20);

138: ,P_CONTACT_RELATIONSHIP_ID => P_CONTACT_RELATIONSHIP_ID
139: );
140: end if;
141: hr_api.validate_commit_unit(l_commit_unit_number, 'CREATE_CONTACT_EXTRA_INFO', 'BP');
142: hr_utility.set_location(' Leaving: HR_CONTACT_EXTRA_INFO_BK1.CREATE_CONTACT_EXTRA_INFO_B', 20);
143: end CREATE_CONTACT_EXTRA_INFO_B;
144: end HR_CONTACT_EXTRA_INFO_BK1;

Line 144: end HR_CONTACT_EXTRA_INFO_BK1;

140: end if;
141: hr_api.validate_commit_unit(l_commit_unit_number, 'CREATE_CONTACT_EXTRA_INFO', 'BP');
142: hr_utility.set_location(' Leaving: HR_CONTACT_EXTRA_INFO_BK1.CREATE_CONTACT_EXTRA_INFO_B', 20);
143: end CREATE_CONTACT_EXTRA_INFO_B;
144: end HR_CONTACT_EXTRA_INFO_BK1;