DBA Data[Home] [Help]

APPS.PSP_TEMPLATE_DETAILS_API dependencies on HR_UTILITY

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

29: l_in_out_parameter number;
30: l_effective_date date;
31: l_proc varchar2(72) := g_package||'Create_TEMPLATE_DETAILS';
32: begin
33: hr_utility.set_location('Entering:'|| l_proc, 10);
34: --
35: -- Issue a savepoint
36: --
37: savepoint Create_TEMPLATE_DETAILS;

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

126: -- p_in_out_parameter := ;
127: -- p_object_version_number := ;
128: -- p_some_warning := ;
129: --
130: hr_utility.set_location(' Leaving:'||l_proc, 70);
131: exception
132: when hr_api.validate_enabled then
133: --
134: -- As the Validate_Enabled exception has been raised

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

143: -- p_in_out_parameter := l_in_out_parameter;
144: -- p_id := null;
145: p_object_version_number := null;
146: -- p_some_warning := ;
147: hr_utility.set_location(' Leaving:'||l_proc, 80);
148: when others then
149: --
150: -- A validation or unexpected error has occured
151: --

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

157: -- p_in_out_parameter := l_in_out_parameter;
158: -- p_id := null;
159: p_object_version_number := null;
160: -- p_some_warning := null;
161: hr_utility.set_location(' Leaving:'||l_proc, 90);
162: raise;
163: end Create_TEMPLATE_DETAILS;
164:
165:

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

193: l_in_out_parameter number;
194: l_effective_date date;
195: l_proc varchar2(72) := g_package||'Update_TEMPLATE_DETAILS';
196: begin
197: hr_utility.set_location('Entering:'|| l_proc, 10);
198: --
199: -- Issue a savepoint
200: --
201: savepoint Update_TEMPLATE_DETAILS;

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

290: -- p_in_out_parameter := ;
291: -- p_object_version_number := ;
292: -- p_some_warning := ;
293: --
294: hr_utility.set_location(' Leaving:'||l_proc, 70);
295: exception
296: when hr_api.validate_enabled then
297: --
298: -- As the Validate_Enabled exception has been raised

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

307: -- p_in_out_parameter := l_in_out_parameter;
308: -- p_id := null;
309: p_object_version_number := null;
310: -- p_some_warning := ;
311: hr_utility.set_location(' Leaving:'||l_proc, 80);
312: when others then
313: --
314: -- A validation or unexpected error has occured
315: --

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

321: -- p_in_out_parameter := l_in_out_parameter;
322: -- p_id := null;
323: p_object_version_number := null;
324: -- p_some_warning := null;
325: hr_utility.set_location(' Leaving:'||l_proc, 90);
326: raise;
327: end Update_TEMPLATE_DETAILS;
328:
329:

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

355: l_in_out_parameter number;
356: l_effective_date date;
357: l_proc varchar2(72) := g_package||'Delete_TEMPLATE_DETAILS';
358: begin
359: hr_utility.set_location('Entering:'|| l_proc, 10);
360: --
361: -- Issue a savepoint
362: --
363: savepoint Delete_TEMPLATE_DETAILS;

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

432: -- p_in_out_parameter := ;
433: -- p_object_version_number := ;
434: -- p_some_warning := ;
435: --
436: hr_utility.set_location(' Leaving:'||l_proc, 70);
437: exception
438: when hr_api.validate_enabled then
439: --
440: -- As the Validate_Enabled exception has been raised

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

449: -- p_in_out_parameter := l_in_out_parameter;
450: -- p_id := null;
451: p_object_version_number := null;
452: -- p_some_warning := ;
453: hr_utility.set_location(' Leaving:'||l_proc, 80);
454: when others then
455: --
456: -- A validation or unexpected error has occured
457: --

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

463: -- p_in_out_parameter := l_in_out_parameter;
464: -- p_id := null;
465: p_object_version_number := null;
466: -- p_some_warning := null;
467: hr_utility.set_location(' Leaving:'||l_proc, 90);
468: raise;
469: end Delete_TEMPLATE_DETAILS;
470:
471: --