DBA Data[Home] [Help]

APPS.HR_LOCATION_EXTRA_INFO_BK2 dependencies on HR_UTILITY

Line 62: hr_utility.set_location('Entering: HR_LOCATION_EXTRA_INFO_BK2.UPDATE_LOCATION_EXTRA_INFO_A', 10);

58: ,P_LEI_INFORMATION30 in VARCHAR2
59: ,P_OBJECT_VERSION_NUMBER in NUMBER
60: )is
61: begin
62: hr_utility.set_location('Entering: HR_LOCATION_EXTRA_INFO_BK2.UPDATE_LOCATION_EXTRA_INFO_A', 10);
63: hr_utility.set_location(' Leaving: HR_LOCATION_EXTRA_INFO_BK2.UPDATE_LOCATION_EXTRA_INFO_A', 20);
64: end UPDATE_LOCATION_EXTRA_INFO_A;
65: procedure UPDATE_LOCATION_EXTRA_INFO_B
66: (P_LOCATION_EXTRA_INFO_ID in NUMBER

Line 63: hr_utility.set_location(' Leaving: HR_LOCATION_EXTRA_INFO_BK2.UPDATE_LOCATION_EXTRA_INFO_A', 20);

59: ,P_OBJECT_VERSION_NUMBER in NUMBER
60: )is
61: begin
62: hr_utility.set_location('Entering: HR_LOCATION_EXTRA_INFO_BK2.UPDATE_LOCATION_EXTRA_INFO_A', 10);
63: hr_utility.set_location(' Leaving: HR_LOCATION_EXTRA_INFO_BK2.UPDATE_LOCATION_EXTRA_INFO_A', 20);
64: end UPDATE_LOCATION_EXTRA_INFO_A;
65: procedure UPDATE_LOCATION_EXTRA_INFO_B
66: (P_LOCATION_EXTRA_INFO_ID in NUMBER
67: ,P_LEI_ATTRIBUTE_CATEGORY in VARCHAR2

Line 124: hr_utility.set_location('Entering: HR_LOCATION_EXTRA_INFO_BK2.UPDATE_LOCATION_EXTRA_INFO_B', 10);

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

Line 166: hr_utility.set_location(' Leaving: HR_LOCATION_EXTRA_INFO_BK2.UPDATE_LOCATION_EXTRA_INFO_B', 20);

162: ,P_LEI_INFORMATION30 => P_LEI_INFORMATION30
163: );
164: end if;
165: hr_api.validate_commit_unit(l_commit_unit_number, 'UPDATE_LOCATION_EXTRA_INFO', 'BP');
166: hr_utility.set_location(' Leaving: HR_LOCATION_EXTRA_INFO_BK2.UPDATE_LOCATION_EXTRA_INFO_B', 20);
167: end UPDATE_LOCATION_EXTRA_INFO_B;
168: end HR_LOCATION_EXTRA_INFO_BK2;