DBA Data[Home] [Help]

APPS.HR_LOCATION_EXTRA_INFO_BK1 dependencies on HR_UTILITY

Line 64: hr_utility.set_location('Entering: HR_LOCATION_EXTRA_INFO_BK1.CREATE_LOCATION_EXTRA_INFO_A', 10);

60: ,P_LEI_INFORMATION30 in VARCHAR2
61: ,P_OBJECT_VERSION_NUMBER in NUMBER
62: )is
63: begin
64: hr_utility.set_location('Entering: HR_LOCATION_EXTRA_INFO_BK1.CREATE_LOCATION_EXTRA_INFO_A', 10);
65: hr_utility.set_location(' Leaving: HR_LOCATION_EXTRA_INFO_BK1.CREATE_LOCATION_EXTRA_INFO_A', 20);
66: end CREATE_LOCATION_EXTRA_INFO_A;
67: procedure CREATE_LOCATION_EXTRA_INFO_B
68: (P_INFORMATION_TYPE in VARCHAR2

Line 65: hr_utility.set_location(' Leaving: HR_LOCATION_EXTRA_INFO_BK1.CREATE_LOCATION_EXTRA_INFO_A', 20);

61: ,P_OBJECT_VERSION_NUMBER in NUMBER
62: )is
63: begin
64: hr_utility.set_location('Entering: HR_LOCATION_EXTRA_INFO_BK1.CREATE_LOCATION_EXTRA_INFO_A', 10);
65: hr_utility.set_location(' Leaving: HR_LOCATION_EXTRA_INFO_BK1.CREATE_LOCATION_EXTRA_INFO_A', 20);
66: end CREATE_LOCATION_EXTRA_INFO_A;
67: procedure CREATE_LOCATION_EXTRA_INFO_B
68: (P_INFORMATION_TYPE in VARCHAR2
69: ,P_LOCATION_ID in NUMBER

Line 126: hr_utility.set_location('Entering: HR_LOCATION_EXTRA_INFO_BK1.CREATE_LOCATION_EXTRA_INFO_B', 10);

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

Line 168: hr_utility.set_location(' Leaving: HR_LOCATION_EXTRA_INFO_BK1.CREATE_LOCATION_EXTRA_INFO_B', 20);

164: ,P_LEI_INFORMATION30 => P_LEI_INFORMATION30
165: );
166: end if;
167: hr_api.validate_commit_unit(l_commit_unit_number, 'CREATE_LOCATION_EXTRA_INFO', 'BP');
168: hr_utility.set_location(' Leaving: HR_LOCATION_EXTRA_INFO_BK1.CREATE_LOCATION_EXTRA_INFO_B', 20);
169: end CREATE_LOCATION_EXTRA_INFO_B;
170: end HR_LOCATION_EXTRA_INFO_BK1;