DBA Data[Home] [Help]

APPS.OTA_TCC_API dependencies on HR_UTILITY

Line 30: hr_utility.set_location('Entering:'|| l_proc, 10);

26: --
27: l_effective_date date;
28: l_proc varchar2(72) := g_package||'create_Cross_charge';
29: begin
30: hr_utility.set_location('Entering:'|| l_proc, 10);
31: --
32: -- Issue a savepoint
33: --
34: savepoint create_cross_charges;

Line 121: hr_utility.set_location(' Leaving:'||l_proc, 70);

117: /*p_id := ;
118: p_object_version_number := ;
119: p_some_warning := ; */
120: --
121: hr_utility.set_location(' Leaving:'||l_proc, 70);
122: exception
123: when hr_api.validate_enabled then
124: --
125: -- As the Validate_Enabled exception has been raised

Line 137: hr_utility.set_location(' Leaving:'||l_proc, 80);

133: --
134: /* p_id := null;
135: p_object_version_number := null;
136: p_some_warning := ;*/
137: hr_utility.set_location(' Leaving:'||l_proc, 80);
138: when others then
139: --
140: -- A validation or unexpected error has occured
141: --

Line 143: hr_utility.set_location(' Leaving:'||l_proc, 90);

139: --
140: -- A validation or unexpected error has occured
141: --
142: rollback to create_cross_charges;
143: hr_utility.set_location(' Leaving:'||l_proc, 90);
144: raise;
145: end create_cross_charge;
146: --
147:

Line 171: hr_utility.set_location('Entering:'|| l_proc, 10);

167:
168: l_effective_date date;
169: l_proc varchar2(72) := g_package||'update_cross_charge';
170: begin
171: hr_utility.set_location('Entering:'|| l_proc, 10);
172: --
173: -- Issue a savepoint
174: --
175: savepoint update_cross_charges;

Line 262: hr_utility.set_location(' Leaving:'||l_proc, 70);

258: /* p_id := ;
259: p_object_version_number := ;
260: p_some_warning := ;*/
261: --
262: hr_utility.set_location(' Leaving:'||l_proc, 70);
263: exception
264: when hr_api.validate_enabled then
265: --
266: -- As the Validate_Enabled exception has been raised

Line 278: hr_utility.set_location(' Leaving:'||l_proc, 80);

274: --
275: /* p_id := null;
276: p_object_version_number := null;
277: p_some_warning := ; */
278: hr_utility.set_location(' Leaving:'||l_proc, 80);
279: when others then
280: --
281: -- A validation or unexpected error has occured
282: --

Line 284: hr_utility.set_location(' Leaving:'||l_proc, 90);

280: --
281: -- A validation or unexpected error has occured
282: --
283: rollback to update_cross_charges;
284: hr_utility.set_location(' Leaving:'||l_proc, 90);
285: raise;
286: end update_cross_charge;
287: --
288: