DBA Data[Home] [Help]

APPS.AME_TRANS_TYPE_API dependencies on HR_UTILITY

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

56: l_attributeTypes attribTypeList;
57: l_queryString varchar2(5);
58: --
59: begin
60: hr_utility.set_location('Entering:'|| l_proc, 10);
61: --
62: -- Issue a savepoint
63: --
64: savepoint create_ame_transaction_type;

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

181: p_object_version_number := l_object_version_number;
182: p_start_date := l_start_date;
183: p_end_date := l_end_date;
184: --
185: hr_utility.set_location(' Leaving:'||l_proc, 70);
186: exception
187: when hr_api.validate_enabled then
188: --
189: -- As the Validate_Enabled exception has been raised

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

198: p_object_version_number := null;
199: p_start_date := null;
200: p_end_date := null;
201: --
202: hr_utility.set_location(' Leaving:'||l_proc, 80);
203: when others then
204: --
205: -- A validation or unexpected error has occured
206: --

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

213: p_object_version_number := null;
214: p_start_date := null;
215: p_end_date := null;
216: --
217: hr_utility.set_location(' Leaving:'||l_proc, 90);
218: raise;
219: end create_ame_transaction_type;
220: --
221: --

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

240: l_start_date date;
241: l_end_date date;
242: --
243: begin
244: hr_utility.set_location('Entering:'|| l_proc, 10);
245: --
246: -- Issue a savepoint
247: --
248: savepoint update_ame_transaction_type;

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

312: --
313: p_start_date := l_start_date;
314: p_end_date := l_end_date;
315: --
316: hr_utility.set_location(' Leaving:'||l_proc, 70);
317: exception
318: when hr_api.validate_enabled then
319: --
320: -- As the Validate_Enabled exception has been raised

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

329: p_object_version_number := l_object_version_number;
330: p_start_date := null;
331: p_end_date := null;
332: --
333: hr_utility.set_location(' Leaving:'||l_proc, 80);
334: when others then
335: --
336: -- A validation or unexpected error has occured
337: --

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

343: p_object_version_number := l_object_version_number;
344: p_start_date := null;
345: p_end_date := null;
346: --
347: hr_utility.set_location(' Leaving:'||l_proc, 90);
348: raise;
349: end update_ame_transaction_type;
350: --
351: --

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

431: l_configVarsList varsList;
432: l_objectVersionNumbers ame_util.idList;
433: --
434: begin
435: hr_utility.set_location('Entering:'|| l_proc, 10);
436: --
437: -- Issue a savepoint
438: --
439: savepoint delete_ame_transaction_type;

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

609: --
610: p_start_date := l_start_date;
611: p_end_date := l_end_date;
612: --
613: hr_utility.set_location(' Leaving:'||l_proc, 70);
614: exception
615: when hr_api.validate_enabled then
616: --
617: -- As the Validate_Enabled exception has been raised

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

626: p_object_version_number := l_object_version_number;
627: p_start_date := null;
628: p_end_date := null;
629: --
630: hr_utility.set_location(' Leaving:'||l_proc, 80);
631: when others then
632: --
633: -- A validation or unexpected error has occured
634: --

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

640: p_object_version_number := l_object_version_number;
641: p_start_date := null;
642: p_end_date := null;
643: --
644: hr_utility.set_location(' Leaving:'||l_proc, 90);
645: raise;
646: end delete_ame_transaction_type;
647: end AME_TRANS_TYPE_API;