DBA Data[Home] [Help]

APPS.BEN_ENROLLMENT_RATE_SWI dependencies on HR_UTILITY

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

111: --
112: -- Other variables
113: l_proc varchar2(72) := g_package ||'create_enrollment_rate';
114: Begin
115: hr_utility.set_location(' Entering:' || l_proc,10);
116: --
117: -- Issue a savepoint
118: --
119: savepoint create_enrollment_rate_swi;

Line 246: hr_utility.set_location(' Leaving:' || l_proc,20);

242: -- messages of any type exist in the Multiple Message List.
243: -- Also disable Multiple Message Detection.
244: --
245: p_return_status := hr_multi_message.get_return_status_disable;
246: hr_utility.set_location(' Leaving:' || l_proc,20);
247: --
248: exception
249: when hr_multi_message.error_message_exist then
250: --

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

258: --
259: p_enrt_rt_id := null;
260: p_object_version_number := null;
261: p_return_status := hr_multi_message.get_return_status_disable;
262: hr_utility.set_location(' Leaving:' || l_proc, 30);
263: when others then
264: --
265: -- When Multiple Message Detection is enabled catch
266: -- any Application specific or other unexpected

Line 273: hr_utility.set_location(' Leaving:' || l_proc,40);

269: -- error.
270: --
271: rollback to create_enrollment_rate_swi;
272: if hr_multi_message.unexpected_error_add(l_proc) then
273: hr_utility.set_location(' Leaving:' || l_proc,40);
274: raise;
275: end if;
276: --
277: -- Reset IN OUT and set OUT parameters

Line 282: hr_utility.set_location(' Leaving:' || l_proc,50);

278: --
279: p_enrt_rt_id := null;
280: p_object_version_number := null;
281: p_return_status := hr_multi_message.get_return_status_disable;
282: hr_utility.set_location(' Leaving:' || l_proc,50);
283: end create_enrollment_rate;
284: -- ----------------------------------------------------------------------------
285: -- |----------------------< create_perf_enrollment_rate >---------------------|
286: -- ----------------------------------------------------------------------------

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

387: --
388: -- Other variables
389: l_proc varchar2(72) := g_package ||'create_perf_enrollment_rate';
390: Begin
391: hr_utility.set_location(' Entering:' || l_proc,10);
392: --
393: -- Issue a savepoint
394: --
395: savepoint creat_perf_enrollment_rate_swi;

Line 522: hr_utility.set_location(' Leaving:' || l_proc,20);

518: -- messages of any type exist in the Multiple Message List.
519: -- Also disable Multiple Message Detection.
520: --
521: p_return_status := hr_multi_message.get_return_status_disable;
522: hr_utility.set_location(' Leaving:' || l_proc,20);
523: --
524: exception
525: when hr_multi_message.error_message_exist then
526: --

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

534: --
535: p_enrt_rt_id := null;
536: p_object_version_number := null;
537: p_return_status := hr_multi_message.get_return_status_disable;
538: hr_utility.set_location(' Leaving:' || l_proc, 30);
539: when others then
540: --
541: -- When Multiple Message Detection is enabled catch
542: -- any Application specific or other unexpected

Line 549: hr_utility.set_location(' Leaving:' || l_proc,40);

545: -- error.
546: --
547: rollback to creat_perf_enrollment_rate_swi;
548: if hr_multi_message.unexpected_error_add(l_proc) then
549: hr_utility.set_location(' Leaving:' || l_proc,40);
550: raise;
551: end if;
552: --
553: -- Reset IN OUT and set OUT parameters

Line 558: hr_utility.set_location(' Leaving:' || l_proc,50);

554: --
555: p_enrt_rt_id := null;
556: p_object_version_number := null;
557: p_return_status := hr_multi_message.get_return_status_disable;
558: hr_utility.set_location(' Leaving:' || l_proc,50);
559: end create_perf_enrollment_rate;
560: -- ----------------------------------------------------------------------------
561: -- |------------------------< delete_enrollment_rate >------------------------|
562: -- ----------------------------------------------------------------------------

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

576: --
577: -- Other variables
578: l_proc varchar2(72) := g_package ||'delete_enrollment_rate';
579: Begin
580: hr_utility.set_location(' Entering:' || l_proc,10);
581: --
582: -- Issue a savepoint
583: --
584: savepoint delete_enrollment_rate_swi;

Line 624: hr_utility.set_location(' Leaving:' || l_proc,20);

620: -- messages of any type exist in the Multiple Message List.
621: -- Also disable Multiple Message Detection.
622: --
623: p_return_status := hr_multi_message.get_return_status_disable;
624: hr_utility.set_location(' Leaving:' || l_proc,20);
625: --
626: exception
627: when hr_multi_message.error_message_exist then
628: --

Line 639: hr_utility.set_location(' Leaving:' || l_proc, 30);

635: -- Reset IN OUT parameters and set OUT parameters
636: --
637: p_object_version_number := l_object_version_number;
638: p_return_status := hr_multi_message.get_return_status_disable;
639: hr_utility.set_location(' Leaving:' || l_proc, 30);
640: when others then
641: --
642: -- When Multiple Message Detection is enabled catch
643: -- any Application specific or other unexpected

Line 650: hr_utility.set_location(' Leaving:' || l_proc,40);

646: -- error.
647: --
648: rollback to delete_enrollment_rate_swi;
649: if hr_multi_message.unexpected_error_add(l_proc) then
650: hr_utility.set_location(' Leaving:' || l_proc,40);
651: raise;
652: end if;
653: --
654: -- Reset IN OUT and set OUT parameters

Line 658: hr_utility.set_location(' Leaving:' || l_proc,50);

654: -- Reset IN OUT and set OUT parameters
655: --
656: p_object_version_number := l_object_version_number;
657: p_return_status := hr_multi_message.get_return_status_disable;
658: hr_utility.set_location(' Leaving:' || l_proc,50);
659: end delete_enrollment_rate;
660: -- ----------------------------------------------------------------------------
661: -- |----------------------------------< lck >---------------------------------|
662: -- ----------------------------------------------------------------------------

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

672: --
673: -- Other variables
674: l_proc varchar2(72) := g_package ||'lck';
675: Begin
676: hr_utility.set_location(' Entering:' || l_proc,10);
677: --
678: -- Issue a savepoint
679: --
680: savepoint lck_swi;

Line 714: hr_utility.set_location(' Leaving:' || l_proc,20);

710: -- messages of any type exist in the Multiple Message List.
711: -- Also disable Multiple Message Detection.
712: --
713: p_return_status := hr_multi_message.get_return_status_disable;
714: hr_utility.set_location(' Leaving:' || l_proc,20);
715: --
716: exception
717: when hr_multi_message.error_message_exist then
718: --

Line 728: hr_utility.set_location(' Leaving:' || l_proc, 30);

724: --
725: -- Reset IN OUT parameters and set OUT parameters
726: --
727: p_return_status := hr_multi_message.get_return_status_disable;
728: hr_utility.set_location(' Leaving:' || l_proc, 30);
729: when others then
730: --
731: -- When Multiple Message Detection is enabled catch
732: -- any Application specific or other unexpected

Line 739: hr_utility.set_location(' Leaving:' || l_proc,40);

735: -- error.
736: --
737: rollback to lck_swi;
738: if hr_multi_message.unexpected_error_add(l_proc) then
739: hr_utility.set_location(' Leaving:' || l_proc,40);
740: raise;
741: end if;
742: --
743: -- Reset IN OUT and set OUT parameters

Line 746: hr_utility.set_location(' Leaving:' || l_proc,50);

742: --
743: -- Reset IN OUT and set OUT parameters
744: --
745: p_return_status := hr_multi_message.get_return_status_disable;
746: hr_utility.set_location(' Leaving:' || l_proc,50);
747: end lck;
748: -- ----------------------------------------------------------------------------
749: -- |-----------------------< override_enrollment_rate >-----------------------|
750: -- ----------------------------------------------------------------------------

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

856: --
857: -- Other variables
858: l_proc varchar2(72) := g_package ||'override_enrollment_rate';
859: Begin
860: hr_utility.set_location(' Entering:' || l_proc,10);
861: --
862: -- Issue a savepoint
863: --
864: savepoint override_enrollment_rate_swi;

Line 996: hr_utility.set_location(' Leaving:' || l_proc,20);

992: -- messages of any type exist in the Multiple Message List.
993: -- Also disable Multiple Message Detection.
994: --
995: p_return_status := hr_multi_message.get_return_status_disable;
996: hr_utility.set_location(' Leaving:' || l_proc,20);
997: --
998: exception
999: when hr_multi_message.error_message_exist then
1000: --

Line 1011: hr_utility.set_location(' Leaving:' || l_proc, 30);

1007: -- Reset IN OUT parameters and set OUT parameters
1008: --
1009: p_object_version_number := l_object_version_number;
1010: p_return_status := hr_multi_message.get_return_status_disable;
1011: hr_utility.set_location(' Leaving:' || l_proc, 30);
1012: when others then
1013: --
1014: -- When Multiple Message Detection is enabled catch
1015: -- any Application specific or other unexpected

Line 1022: hr_utility.set_location(' Leaving:' || l_proc,40);

1018: -- error.
1019: --
1020: rollback to override_enrollment_rate_swi;
1021: if hr_multi_message.unexpected_error_add(l_proc) then
1022: hr_utility.set_location(' Leaving:' || l_proc,40);
1023: raise;
1024: end if;
1025: --
1026: -- Reset IN OUT and set OUT parameters

Line 1030: hr_utility.set_location(' Leaving:' || l_proc,50);

1026: -- Reset IN OUT and set OUT parameters
1027: --
1028: p_object_version_number := l_object_version_number;
1029: p_return_status := hr_multi_message.get_return_status_disable;
1030: hr_utility.set_location(' Leaving:' || l_proc,50);
1031: end override_enrollment_rate;
1032: -- ----------------------------------------------------------------------------
1033: -- |------------------------< update_enrollment_rate >------------------------|
1034: -- ----------------------------------------------------------------------------

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

1136: --
1137: -- Other variables
1138: l_proc varchar2(72) := g_package ||'update_enrollment_rate';
1139: Begin
1140: hr_utility.set_location(' Entering:' || l_proc,10);
1141: --
1142: -- Issue a savepoint
1143: --
1144: savepoint update_enrollment_rate_swi;

Line 1272: hr_utility.set_location(' Leaving:' || l_proc,20);

1268: -- messages of any type exist in the Multiple Message List.
1269: -- Also disable Multiple Message Detection.
1270: --
1271: p_return_status := hr_multi_message.get_return_status_disable;
1272: hr_utility.set_location(' Leaving:' || l_proc,20);
1273: --
1274: exception
1275: when hr_multi_message.error_message_exist then
1276: --

Line 1287: hr_utility.set_location(' Leaving:' || l_proc, 30);

1283: -- Reset IN OUT parameters and set OUT parameters
1284: --
1285: p_object_version_number := l_object_version_number;
1286: p_return_status := hr_multi_message.get_return_status_disable;
1287: hr_utility.set_location(' Leaving:' || l_proc, 30);
1288: when others then
1289: --
1290: -- When Multiple Message Detection is enabled catch
1291: -- any Application specific or other unexpected

Line 1298: hr_utility.set_location(' Leaving:' || l_proc,40);

1294: -- error.
1295: --
1296: rollback to update_enrollment_rate_swi;
1297: if hr_multi_message.unexpected_error_add(l_proc) then
1298: hr_utility.set_location(' Leaving:' || l_proc,40);
1299: raise;
1300: end if;
1301: --
1302: -- Reset IN OUT and set OUT parameters

Line 1306: hr_utility.set_location(' Leaving:' || l_proc,50);

1302: -- Reset IN OUT and set OUT parameters
1303: --
1304: p_object_version_number := l_object_version_number;
1305: p_return_status := hr_multi_message.get_return_status_disable;
1306: hr_utility.set_location(' Leaving:' || l_proc,50);
1307: end update_enrollment_rate;
1308: -- ----------------------------------------------------------------------------
1309: -- |-----------------------------< process_api >------------------------------|
1310: -- ----------------------------------------------------------------------------

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

1327: --
1328:
1329: BEGIN
1330:
1331: hr_utility.set_location(' Entering:' || l_proc,10);
1332: hr_utility.set_location(' CLOB --> xmldom.DOMNode:' || l_proc,15);
1333:
1334: l_parser := xmlparser.newParser;
1335: xmlparser.ParseCLOB(l_parser,p_document);

Line 1332: hr_utility.set_location(' CLOB --> xmldom.DOMNode:' || l_proc,15);

1328:
1329: BEGIN
1330:
1331: hr_utility.set_location(' Entering:' || l_proc,10);
1332: hr_utility.set_location(' CLOB --> xmldom.DOMNode:' || l_proc,15);
1333:
1334: l_parser := xmlparser.newParser;
1335: xmlparser.ParseCLOB(l_parser,p_document);
1336: l_CommitNode := xmldom.makeNode(xmldom.getDocumentElement(xmlparser.getDocument(l_parser)));

Line 1338: hr_utility.set_location('Extracting the PostState:' || l_proc,20);

1334: l_parser := xmlparser.newParser;
1335: xmlparser.ParseCLOB(l_parser,p_document);
1336: l_CommitNode := xmldom.makeNode(xmldom.getDocumentElement(xmlparser.getDocument(l_parser)));
1337:
1338: hr_utility.set_location('Extracting the PostState:' || l_proc,20);
1339:
1340: l_commitElement := xmldom.makeElement(l_CommitNode);
1341: l_postState := xmldom.getAttribute(l_commitElement, 'PS');
1342:

Line 1446: hr_utility.set_location('Exiting:' || l_proc,40);

1442: );
1443: --
1444: end if;
1445: p_return_status := l_return_status;
1446: hr_utility.set_location('Exiting:' || l_proc,40);
1447:
1448: end process_api;
1449:
1450: end ben_enrollment_rate_swi;