DBA Data[Home] [Help]

APPS.HR_CONTACT_EXTRA_INFO_BK1 dependencies on HR_UTILITY

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 143: hr_utility.set_location(' Leaving: HR_CONTACT_EXTRA_INFO_BK1.CREATE_CONTACT_EXTRA_INFO_B', 20);

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