DBA Data[Home] [Help]

APPS.AME_ITEM_CLASS_API dependencies on HR_UTILITY

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

30: l_end_date date;
31: l_language_code varchar2(30);
32: --
33: begin
34: hr_utility.set_location('Entering:'|| l_proc, 10);
35: --
36: -- Issue a savepoint
37: --
38: savepoint create_ame_item_class;

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

106: p_object_version_number := l_object_version_number;
107: p_start_date := l_start_date;
108: p_end_date := l_end_date;
109: --
110: hr_utility.set_location(' Leaving:'||l_proc, 70);
111: exception
112: when hr_api.validate_enabled then
113: --
114: -- As the Validate_Enabled exception has been raised

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

123: p_object_version_number := null;
124: p_start_date := null;
125: p_end_date := null;
126: --
127: hr_utility.set_location(' Leaving:'||l_proc, 80);
128: when others then
129: --
130: -- A validation or unexpected error has occured
131: --

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

138: p_object_version_number := null;
139: p_start_date := null;
140: p_end_date := null;
141: --
142: hr_utility.set_location(' Leaving:'||l_proc, 90);
143: raise;
144: end create_ame_item_class;
145: --
146: -- ----------------------------------------------------------------------------

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

165: l_end_date date;
166: l_language_code varchar2(30);
167: --
168: begin
169: hr_utility.set_location('Entering:'|| l_proc, 10);
170: --
171: -- Issue a savepoint
172: --
173: savepoint update_ame_item_class;

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

244: --
245: p_start_date := l_start_date;
246: p_end_date := l_end_date;
247: --
248: hr_utility.set_location(' Leaving:'||l_proc, 70);
249: exception
250: when hr_api.validate_enabled then
251: --
252: -- As the Validate_Enabled exception has been raised

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

261: p_object_version_number := l_object_version_number;
262: p_start_date := null;
263: p_end_date := null;
264: --
265: hr_utility.set_location(' Leaving:'||l_proc, 80);
266: when others then
267: --
268: -- A validation or unexpected error has occured
269: --

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

275: p_object_version_number := l_object_version_number;
276: p_start_date := null;
277: p_end_date := null;
278: --
279: hr_utility.set_location(' Leaving:'||l_proc, 90);
280: raise;
281: end update_ame_item_class;
282: --
283: -- ----------------------------------------------------------------------------

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

309: l_applicationIds ame_util.idList;
310: l_objectVersionNumbers ame_util.idList;
311: --
312: begin
313: hr_utility.set_location('Entering:'|| l_proc, 10);
314: --
315: -- Issue a savepoint
316: --
317: savepoint delete_ame_item_class;

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

393: --
394: p_start_date := l_start_date;
395: p_end_date := l_end_date;
396: --
397: hr_utility.set_location(' Leaving:'||l_proc, 70);
398: exception
399: when hr_api.validate_enabled then
400: --
401: -- As the Validate_Enabled exception has been raised

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

410: p_object_version_number := l_object_version_number;
411: p_start_date := null;
412: p_end_date := null;
413: --
414: hr_utility.set_location(' Leaving:'||l_proc, 80);
415: when others then
416: --
417: -- A validation or unexpected error has occured
418: --

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

424: p_object_version_number := l_object_version_number;
425: p_start_date := null;
426: p_end_date := null;
427: --
428: hr_utility.set_location(' Leaving:'||l_proc, 90);
429: raise;
430: end delete_ame_item_class;
431: --
432: -- ----------------------------------------------------------------------------

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

454: l_start_date date;
455: l_end_date date;
456: --
457: begin
458: hr_utility.set_location('Entering:'|| l_proc, 10);
459: l_application_id := p_application_id;
460: l_item_class_id := p_item_class_id;
461: --
462: -- Issue a savepoint

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

534: p_object_version_number := l_object_version_number;
535: p_start_date := l_start_date;
536: p_end_date := l_end_date;
537: --
538: hr_utility.set_location(' Leaving:'||l_proc, 70);
539: exception
540: when hr_api.validate_enabled then
541: --
542: -- As the Validate_Enabled exception has been raised

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

552: p_object_version_number := null;
553: p_start_date := null;
554: p_end_date := null;
555: --
556: hr_utility.set_location(' Leaving:'||l_proc, 80);
557: when others then
558: --
559: -- A validation or unexpected error has occured
560: --

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

568: p_object_version_number := null;
569: p_start_date := null;
570: p_end_date := null;
571: --
572: hr_utility.set_location(' Leaving:'||l_proc, 90);
573: raise;
574: end create_ame_item_class_usage;
575: --
576: -- ----------------------------------------------------------------------------

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

596: l_start_date date;
597: l_end_date date;
598: --
599: begin
600: hr_utility.set_location('Entering:'|| l_proc, 10);
601: --
602: -- Issue a savepoint
603: --
604: savepoint update_ame_item_class_usage;

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

676: --
677: p_start_date := l_start_date;
678: p_end_date := l_end_date;
679: --
680: hr_utility.set_location(' Leaving:'||l_proc, 70);
681: exception
682: when hr_api.validate_enabled then
683: --
684: -- As the Validate_Enabled exception has been raised

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

693: p_object_version_number := l_object_version_number;
694: p_start_date := null;
695: p_end_date := null;
696: --
697: hr_utility.set_location(' Leaving:'||l_proc, 80);
698: when others then
699: --
700: -- A validation or unexpected error has occured
701: --

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

707: p_object_version_number := l_object_version_number;
708: p_start_date := null;
709: p_end_date := null;
710: --
711: hr_utility.set_location(' Leaving:'||l_proc, 90);
712: raise;
713: end update_ame_item_class_usage;
714: --
715: -- ----------------------------------------------------------------------------

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

731: l_start_date date;
732: l_end_date date;
733: --
734: begin
735: hr_utility.set_location('Entering:'|| l_proc, 10);
736: --
737: -- Issue a savepoint
738: --
739: savepoint delete_ame_item_class_usage;

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

799: --
800: p_start_date := l_start_date;
801: p_end_date := l_end_date;
802: --
803: hr_utility.set_location(' Leaving:'||l_proc, 70);
804: exception
805: when hr_api.validate_enabled then
806: --
807: -- As the Validate_Enabled exception has been raised

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

816: p_object_version_number := l_object_version_number;
817: p_start_date := null;
818: p_end_date := null;
819: --
820: hr_utility.set_location(' Leaving:'||l_proc, 80);
821: when others then
822: --
823: -- A validation or unexpected error has occured
824: --

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

830: p_object_version_number := l_object_version_number;
831: p_start_date := null;
832: p_end_date := null;
833: --
834: hr_utility.set_location(' Leaving:'||l_proc, 90);
835: raise;
836: end delete_ame_item_class_usage;
837: --
838: end AME_ITEM_CLASS_API;