DBA Data[Home] [Help]

APPS.BOM_RTG_PVT dependencies on BOM_RTG_ERROR_HANDLER

Line 490: Bom_Rtg_Error_Handler.Log_Error

486: , p_operation_tbl => Bom_Rtg_Pub.G_MISS_OPERATION_TBL
487: , p_op_network_tbl => Bom_Rtg_Pub.G_MISS_OP_NETWORK_TBL
488: */
489:
490: Bom_Rtg_Error_Handler.Log_Error
491: (
492: p_rtg_header_rec => Bom_Rtg_Pub.G_MISS_RTG_HEADER_REC
493: , p_rtg_revision_tbl => Bom_Rtg_Pub.G_MISS_RTG_REVISION_TBL
494: , p_operation_tbl => Bom_Rtg_Pub.G_MISS_OPERATION_TBL

Line 597: Bom_Rtg_Error_Handler.Log_Error

593: l_op_resource_rec.resource_sequence_number ;
594: RAISE EXC_UNEXP_SKIP_OBJECT ;
595: ELSIF l_return_status ='S' AND l_mesg_token_tbl .COUNT <> 0
596: THEN
597: Bom_Rtg_Error_Handler.Log_Error
598: (
599: p_rtg_header_rec => Bom_Rtg_Pub.G_MISS_RTG_HEADER_REC
600: , p_rtg_revision_tbl => Bom_Rtg_Pub.G_MISS_RTG_REVISION_TBL
601: , p_operation_tbl => Bom_Rtg_Pub.G_MISS_OPERATION_TBL

Line 688: Bom_Rtg_Error_Handler.Log_Error

684: l_op_resource_rec.resource_sequence_number ;
685: RAISE EXC_UNEXP_SKIP_OBJECT ;
686: ELSIF l_return_status ='S' AND l_mesg_token_tbl .COUNT <> 0
687: THEN
688: Bom_Rtg_Error_Handler.Log_Error
689: (
690: p_rtg_header_rec => Bom_Rtg_Pub.G_MISS_RTG_HEADER_REC
691: , p_rtg_revision_tbl => Bom_Rtg_Pub.G_MISS_RTG_REVISION_TBL
692: , p_operation_tbl => Bom_Rtg_Pub.G_MISS_OPERATION_TBL

Line 757: Bom_Rtg_Error_Handler.Log_Error

753: l_op_resource_rec.resource_sequence_number ;
754: RAISE EXC_UNEXP_SKIP_OBJECT ;
755: ELSIF l_return_status ='S' AND l_mesg_token_tbl .COUNT <> 0
756: THEN
757: Bom_Rtg_Error_Handler.Log_Error
758: ( p_rtg_header_rec => Bom_Rtg_Pub.G_MISS_RTG_HEADER_REC
759: , p_rtg_revision_tbl => Bom_Rtg_Pub.G_MISS_RTG_REVISION_TBL
760: , p_operation_tbl => Bom_Rtg_Pub.G_MISS_OPERATION_TBL
761: , p_op_resource_tbl => l_op_resource_tbl

Line 825: Bom_Rtg_Error_Handler.Log_Error

821: l_op_resource_rec.resource_sequence_number ;
822: RAISE EXC_UNEXP_SKIP_OBJECT ;
823: ELSIF l_return_status ='S' AND l_mesg_token_tbl .COUNT <> 0
824: THEN
825: Bom_Rtg_Error_Handler.Log_Error
826: (
827: p_rtg_header_rec => Bom_Rtg_Pub.G_MISS_RTG_HEADER_REC
828: , p_rtg_revision_tbl => Bom_Rtg_Pub.G_MISS_RTG_REVISION_TBL
829: , p_operation_tbl => Bom_Rtg_Pub.G_MISS_OPERATION_TBL

Line 890: Bom_Rtg_Error_Handler.Log_Error

886: l_op_resource_rec.resource_sequence_number ;
887: RAISE EXC_UNEXP_SKIP_OBJECT ;
888: ELSIF l_return_status ='S' AND l_mesg_token_tbl .COUNT <> 0
889: THEN
890: Bom_Rtg_Error_Handler.Log_Error
891: ( p_rtg_header_rec => Bom_Rtg_Pub.G_MISS_RTG_HEADER_REC
892: , p_rtg_revision_tbl => Bom_Rtg_Pub.G_MISS_RTG_REVISION_TBL
893: , p_operation_tbl => Bom_Rtg_Pub.G_MISS_OPERATION_TBL
894: , p_op_resource_tbl => l_op_resource_tbl

Line 941: Bom_Rtg_Error_Handler.Log_Error

937: RAISE EXC_UNEXP_SKIP_OBJECT ;
938: ELSIF l_return_status ='S' AND
939: l_mesg_token_tbl .COUNT <>0
940: THEN
941: Bom_Rtg_Error_Handler.Log_Error
942: ( p_rtg_header_rec => Bom_Rtg_Pub.G_MISS_RTG_HEADER_REC
943: , p_rtg_revision_tbl => Bom_Rtg_Pub.G_MISS_RTG_REVISION_TBL
944: , p_operation_tbl => Bom_Rtg_Pub.G_MISS_OPERATION_TBL
945: , p_op_resource_tbl => l_op_resource_tbl

Line 996: Bom_Rtg_Error_Handler.Log_Error

992: -- For loop exception handler.
993:
994: EXCEPTION
995: WHEN EXC_SEV_QUIT_RECORD THEN
996: Bom_Rtg_Error_Handler.Log_Error
997: ( p_rtg_header_rec => Bom_Rtg_Pub.G_MISS_RTG_HEADER_REC
998: , p_rtg_revision_tbl => Bom_Rtg_Pub.G_MISS_RTG_REVISION_TBL
999: , p_operation_tbl => Bom_Rtg_Pub.G_MISS_OPERATION_TBL
1000: , p_op_resource_tbl => l_op_resource_tbl

Line 1034: Bom_Rtg_Error_Handler.Log_Error

1030:
1031:
1032: WHEN EXC_SEV_QUIT_BRANCH THEN
1033:
1034: Bom_Rtg_Error_Handler.Log_Error
1035: (
1036: p_rtg_header_rec => Bom_Rtg_Pub.G_MISS_RTG_HEADER_REC
1037: , p_rtg_revision_tbl => Bom_Rtg_Pub.G_MISS_RTG_REVISION_TBL
1038: , p_operation_tbl => Bom_Rtg_Pub.G_MISS_OPERATION_TBL

Line 1071: Bom_Rtg_Error_Handler.Log_Error

1067: x_op_resource_tbl := l_op_resource_tbl ;
1068: x_sub_resource_tbl := l_sub_resource_tbl ;
1069:
1070: WHEN EXC_SEV_SKIP_BRANCH THEN
1071: Bom_Rtg_Error_Handler.Log_Error
1072: (
1073: p_rtg_header_rec => Bom_Rtg_Pub.G_MISS_RTG_HEADER_REC
1074: , p_rtg_revision_tbl => Bom_Rtg_Pub.G_MISS_RTG_REVISION_TBL
1075: , p_operation_tbl => Bom_Rtg_Pub.G_MISS_OPERATION_TBL

Line 1106: Bom_Rtg_Error_Handler.Log_Error

1102: x_op_resource_tbl := l_op_resource_tbl ;
1103: x_sub_resource_tbl := l_sub_resource_tbl ;
1104:
1105: WHEN EXC_SEV_QUIT_SIBLINGS THEN
1106: Bom_Rtg_Error_Handler.Log_Error
1107: (
1108: p_rtg_header_rec => Bom_Rtg_Pub.G_MISS_RTG_HEADER_REC
1109: , p_rtg_revision_tbl => Bom_Rtg_Pub.G_MISS_RTG_REVISION_TBL
1110: , p_operation_tbl => Bom_Rtg_Pub.G_MISS_OPERATION_TBL

Line 1142: Bom_Rtg_Error_Handler.Log_Error

1138: x_sub_resource_tbl := l_sub_resource_tbl ;
1139:
1140:
1141: WHEN EXC_FAT_QUIT_BRANCH THEN
1142: Bom_Rtg_Error_Handler.Log_Error
1143: (
1144: p_rtg_header_rec => Bom_Rtg_Pub.G_MISS_RTG_HEADER_REC
1145: , p_rtg_revision_tbl => Bom_Rtg_Pub.G_MISS_RTG_REVISION_TBL
1146: , p_operation_tbl => Bom_Rtg_Pub.G_MISS_OPERATION_TBL

Line 1174: Bom_Rtg_Error_Handler.Log_Error

1170: x_sub_resource_tbl := l_sub_resource_tbl ;
1171:
1172:
1173: WHEN EXC_FAT_QUIT_SIBLINGS THEN
1174: Bom_Rtg_Error_Handler.Log_Error
1175: (
1176: p_rtg_header_rec => Bom_Rtg_Pub.G_MISS_RTG_HEADER_REC
1177: , p_rtg_revision_tbl => Bom_Rtg_Pub.G_MISS_RTG_REVISION_TBL
1178: , p_operation_tbl => Bom_Rtg_Pub.G_MISS_OPERATION_TBL

Line 1206: Bom_Rtg_Error_Handler.Log_Error

1202: x_sub_resource_tbl := l_sub_resource_tbl ;
1203:
1204: /*
1205: WHEN EXC_FAT_QUIT_OBJECT THEN
1206: Bom_Rtg_Error_Handler.Log_Error
1207: ( p_op_resource_tbl => l_op_resource_tbl
1208: , p_sub_resource_tbl => l_sub_resource_tbl
1209: , p_mesg_token_tbl => l_mesg_token_tbl
1210: , p_error_status => Error_Handler.G_STATUS_FATAL

Line 1232: Bom_Rtg_Error_Handler.Log_Error

1228: x_sub_resource_tbl := l_sub_resource_tbl ;
1229: */
1230:
1231: WHEN EXC_UNEXP_SKIP_OBJECT THEN
1232: Bom_Rtg_Error_Handler.Log_Error
1233: (
1234: p_rtg_header_rec => Bom_Rtg_Pub.G_MISS_RTG_HEADER_REC
1235: , p_rtg_revision_tbl => Bom_Rtg_Pub.G_MISS_RTG_REVISION_TBL
1236: , p_operation_tbl => Bom_Rtg_Pub.G_MISS_OPERATION_TBL

Line 1812: Bom_Rtg_Error_Handler.Log_Error

1808: RAISE EXC_UNEXP_SKIP_OBJECT;
1809:
1810: ELSIF l_return_status ='S' AND l_mesg_token_tbl .COUNT <>0
1811: THEN
1812: Bom_Rtg_Error_Handler.Log_Error
1813: (
1814: p_sub_resource_tbl => l_sub_resource_tbl
1815: , p_rtg_header_rec =>Bom_Rtg_Pub.G_MISS_RTG_HEADER_REC
1816: , p_rtg_revision_tbl =>Bom_Rtg_Pub.G_MISS_RTG_REVISION_TBL

Line 1931: Bom_Rtg_Error_Handler.Log_Error

1927: nvl(l_sub_resource_rec.substitute_group_number, l_sub_res_unexp_rec.substitute_group_number) ;
1928: RAISE EXC_UNEXP_SKIP_OBJECT ;
1929: ELSIF l_return_status ='S' AND l_mesg_token_tbl .COUNT <> 0
1930: THEN
1931: Bom_Rtg_Error_Handler.Log_Error
1932: ( p_sub_resource_tbl => l_sub_resource_tbl
1933: , p_rtg_header_rec => Bom_Rtg_Pub.G_MISS_RTG_HEADER_REC
1934: , p_rtg_revision_tbl => Bom_Rtg_Pub.G_MISS_RTG_REVISION_TBL
1935: , p_operation_tbl => Bom_Rtg_Pub.G_MISS_OPERATION_TBL

Line 2022: Bom_Rtg_Error_Handler.Log_Error

2018: nvl(l_sub_resource_rec.substitute_group_number, l_sub_res_unexp_rec.substitute_group_number) ;
2019: RAISE EXC_UNEXP_SKIP_OBJECT ;
2020: ELSIF l_return_status ='S' AND l_mesg_token_tbl .COUNT <> 0
2021: THEN
2022: Bom_Rtg_Error_Handler.Log_Error
2023: ( p_sub_resource_tbl => l_sub_resource_tbl
2024: , p_rtg_header_rec => Bom_Rtg_Pub.G_MISS_RTG_HEADER_REC
2025: , p_rtg_revision_tbl => Bom_Rtg_Pub.G_MISS_RTG_REVISION_TBL
2026: , p_operation_tbl => Bom_Rtg_Pub.G_MISS_OPERATION_TBL

Line 2097: Bom_Rtg_Error_Handler.Log_Error

2093: l_sub_resource_rec.schedule_sequence_number ;
2094: RAISE EXC_UNEXP_SKIP_OBJECT ;
2095: ELSIF l_return_status ='S' AND l_mesg_token_tbl .COUNT <> 0
2096: THEN
2097: Bom_Rtg_Error_Handler.Log_Error
2098: ( p_sub_resource_tbl => l_sub_resource_tbl
2099: , p_rtg_header_rec =>Bom_Rtg_Pub.G_MISS_RTG_HEADER_REC
2100: , p_rtg_revision_tbl =>Bom_Rtg_Pub.G_MISS_RTG_REVISION_TBL
2101: , p_operation_tbl =>Bom_Rtg_Pub.G_MISS_OPERATION_TBL

Line 2171: Bom_Rtg_Error_Handler.Log_Error

2167: nvl(l_sub_resource_rec.substitute_group_number, l_sub_res_unexp_rec.substitute_group_number) ;
2168: RAISE EXC_UNEXP_SKIP_OBJECT ;
2169: ELSIF l_return_status ='S' AND l_mesg_token_tbl .COUNT <> 0
2170: THEN
2171: Bom_Rtg_Error_Handler.Log_Error
2172: ( p_sub_resource_tbl => l_sub_resource_tbl
2173: , p_rtg_header_rec => Bom_Rtg_Pub.G_MISS_RTG_HEADER_REC
2174: , p_rtg_revision_tbl => Bom_Rtg_Pub.G_MISS_RTG_REVISION_TBL
2175: , p_operation_tbl => Bom_Rtg_Pub.G_MISS_OPERATION_TBL

Line 2241: Bom_Rtg_Error_Handler.Log_Error

2237: nvl(l_sub_resource_rec.substitute_group_number, l_sub_res_unexp_rec.substitute_group_number) ;
2238: RAISE EXC_UNEXP_SKIP_OBJECT ;
2239: ELSIF l_return_status ='S' AND l_mesg_token_tbl .COUNT <> 0
2240: THEN
2241: Bom_Rtg_Error_Handler.Log_Error
2242: ( p_sub_resource_tbl => l_sub_resource_tbl
2243: , p_rtg_header_rec =>Bom_Rtg_Pub.G_MISS_RTG_HEADER_REC
2244: , p_rtg_revision_tbl =>Bom_Rtg_Pub.G_MISS_RTG_REVISION_TBL
2245: , p_operation_tbl =>Bom_Rtg_Pub.G_MISS_OPERATION_TBL

Line 2294: Bom_Rtg_Error_Handler.Log_Error

2290: RAISE EXC_UNEXP_SKIP_OBJECT ;
2291: ELSIF l_return_status ='S' AND
2292: l_mesg_token_tbl .COUNT <>0
2293: THEN
2294: Bom_Rtg_Error_Handler.Log_Error
2295: ( p_sub_resource_tbl => l_sub_resource_tbl
2296: , p_rtg_header_rec =>Bom_Rtg_Pub.G_MISS_RTG_HEADER_REC
2297: , p_rtg_revision_tbl =>Bom_Rtg_Pub.G_MISS_RTG_REVISION_TBL
2298: , p_operation_tbl =>Bom_Rtg_Pub.G_MISS_OPERATION_TBL

Line 2350: Bom_Rtg_Error_Handler.Log_Error

2346: -- For loop exception handler.
2347:
2348: EXCEPTION
2349: WHEN EXC_SEV_QUIT_RECORD THEN
2350: Bom_Rtg_Error_Handler.Log_Error
2351: ( p_sub_resource_tbl => l_sub_resource_tbl
2352: , p_rtg_header_rec =>Bom_Rtg_Pub.G_MISS_RTG_HEADER_REC
2353: , p_rtg_revision_tbl =>Bom_Rtg_Pub.G_MISS_RTG_REVISION_TBL
2354: , p_operation_tbl =>Bom_Rtg_Pub.G_MISS_OPERATION_TBL

Line 2387: Bom_Rtg_Error_Handler.Log_Error

2383:
2384:
2385: WHEN EXC_SEV_QUIT_BRANCH THEN
2386:
2387: Bom_Rtg_Error_Handler.Log_Error
2388: ( p_sub_resource_tbl => l_sub_resource_tbl
2389: , p_rtg_header_rec => Bom_Rtg_Pub.G_MISS_RTG_HEADER_REC
2390: , p_rtg_revision_tbl => Bom_Rtg_Pub.G_MISS_RTG_REVISION_TBL
2391: , p_operation_tbl => Bom_Rtg_Pub.G_MISS_OPERATION_TBL

Line 2422: Bom_Rtg_Error_Handler.Log_Error

2418: x_mesg_token_tbl := l_mesg_token_tbl ;
2419: x_sub_resource_tbl := l_sub_resource_tbl ;
2420:
2421: WHEN EXC_SEV_SKIP_BRANCH THEN
2422: Bom_Rtg_Error_Handler.Log_Error
2423: ( p_sub_resource_tbl => l_sub_resource_tbl
2424: , p_rtg_header_rec =>Bom_Rtg_Pub.G_MISS_RTG_HEADER_REC
2425: , p_rtg_revision_tbl =>Bom_Rtg_Pub.G_MISS_RTG_REVISION_TBL
2426: , p_operation_tbl =>Bom_Rtg_Pub.G_MISS_OPERATION_TBL

Line 2455: Bom_Rtg_Error_Handler.Log_Error

2451: x_mesg_token_tbl := l_mesg_token_tbl ;
2452: x_sub_resource_tbl := l_sub_resource_tbl ;
2453:
2454: WHEN EXC_SEV_QUIT_SIBLINGS THEN
2455: Bom_Rtg_Error_Handler.Log_Error
2456: ( p_sub_resource_tbl => l_sub_resource_tbl
2457: , p_rtg_header_rec => Bom_Rtg_Pub.G_MISS_RTG_HEADER_REC
2458: , p_rtg_revision_tbl => Bom_Rtg_Pub.G_MISS_RTG_REVISION_TBL
2459: , p_operation_tbl => Bom_Rtg_Pub.G_MISS_OPERATION_TBL

Line 2489: Bom_Rtg_Error_Handler.Log_Error

2485: x_sub_resource_tbl := l_sub_resource_tbl ;
2486:
2487:
2488: WHEN EXC_FAT_QUIT_BRANCH THEN
2489: Bom_Rtg_Error_Handler.Log_Error
2490: ( p_sub_resource_tbl => l_sub_resource_tbl
2491: , p_rtg_header_rec =>Bom_Rtg_Pub.G_MISS_RTG_HEADER_REC
2492: , p_rtg_revision_tbl =>Bom_Rtg_Pub.G_MISS_RTG_REVISION_TBL
2493: , p_operation_tbl =>Bom_Rtg_Pub.G_MISS_OPERATION_TBL

Line 2519: Bom_Rtg_Error_Handler.Log_Error

2515: x_sub_resource_tbl := l_sub_resource_tbl ;
2516:
2517:
2518: WHEN EXC_FAT_QUIT_SIBLINGS THEN
2519: Bom_Rtg_Error_Handler.Log_Error
2520: ( p_sub_resource_tbl => l_sub_resource_tbl
2521: , p_rtg_header_rec =>Bom_Rtg_Pub.G_MISS_RTG_HEADER_REC
2522: , p_rtg_revision_tbl =>Bom_Rtg_Pub.G_MISS_RTG_REVISION_TBL
2523: , p_operation_tbl =>Bom_Rtg_Pub.G_MISS_OPERATION_TBL

Line 2549: Bom_Rtg_Error_Handler.Log_Error

2545: x_sub_resource_tbl := l_sub_resource_tbl ;
2546:
2547: /*
2548: WHEN EXC_FAT_QUIT_OBJECT THEN
2549: Bom_Rtg_Error_Handler.Log_Error
2550: ( p_sub_resource_tbl => l_sub_resource_tbl
2551: , p_mesg_token_tbl => l_mesg_token_tbl
2552: , p_error_status => Error_Handler.G_STATUS_FATAL
2553: , p_error_scope => Error_Handler.G_SCOPE_ALL

Line 2573: Bom_Rtg_Error_Handler.Log_Error

2569: x_sub_resource_tbl := l_sub_resource_tbl ;
2570: */
2571:
2572: WHEN EXC_UNEXP_SKIP_OBJECT THEN
2573: Bom_Rtg_Error_Handler.Log_Error
2574: ( p_sub_resource_tbl => l_sub_resource_tbl
2575: , p_rtg_header_rec => Bom_Rtg_Pub.G_MISS_RTG_HEADER_REC
2576: , p_rtg_revision_tbl => Bom_Rtg_Pub.G_MISS_RTG_REVISION_TBL
2577: , p_operation_tbl => Bom_Rtg_Pub.G_MISS_OPERATION_TBL

Line 3188: Bom_Rtg_Error_Handler.Log_Error

3184: -- Added for eAM enhancement. Entity_Attribute_Defaulting
3185: -- may return a warning message.
3186: ELSIF l_return_status ='S' AND l_mesg_token_tbl .COUNT <> 0
3187: THEN
3188: Bom_Rtg_Error_Handler.Log_Error
3189: ( p_rtg_header_rec => l_rtg_header_rec
3190: , p_op_network_tbl => l_op_network_tbl
3191: , p_rtg_revision_tbl => Bom_Rtg_Pub.G_MISS_RTG_REVISION_TBL
3192: , p_operation_tbl => Bom_Rtg_Pub.G_MISS_OPERATION_TBL

Line 3332: Bom_Rtg_Error_Handler.Log_Error

3328: l_op_network_rec.to_op_seq_number;
3329: RAISE EXC_UNEXP_SKIP_OBJECT;
3330: ELSIF l_return_status ='S' AND l_mesg_token_tbl .COUNT <> 0
3331: THEN
3332: Bom_Rtg_Error_Handler.Log_Error
3333: ( p_rtg_header_rec => l_rtg_header_rec
3334: , p_op_network_tbl => l_op_network_tbl
3335: , p_rtg_revision_tbl => Bom_Rtg_Pub.G_MISS_RTG_REVISION_TBL
3336: , p_operation_tbl => Bom_Rtg_Pub.G_MISS_OPERATION_TBL

Line 3374: Bom_Rtg_Error_Handler.Log_Error

3370:
3371: EXCEPTION
3372:
3373: WHEN EXC_SEV_QUIT_RECORD THEN
3374: Bom_Rtg_Error_Handler.Log_Error
3375: ( p_rtg_header_rec => l_rtg_header_rec
3376: , p_op_network_tbl => l_op_network_tbl
3377: , p_rtg_revision_tbl => Bom_Rtg_Pub.G_MISS_RTG_REVISION_TBL
3378: , p_operation_tbl => Bom_Rtg_Pub.G_MISS_OPERATION_TBL

Line 3414: Bom_Rtg_Error_Handler.Log_Error

3410: x_op_network_tbl := l_op_network_tbl;
3411:
3412:
3413: WHEN EXC_SEV_QUIT_OBJECT THEN
3414: Bom_Rtg_Error_Handler.Log_Error
3415: ( p_rtg_header_rec => l_rtg_header_rec
3416: , p_op_network_tbl => l_op_network_tbl
3417: , p_rtg_revision_tbl => Bom_Rtg_Pub.G_MISS_RTG_REVISION_TBL
3418: , p_operation_tbl => Bom_Rtg_Pub.G_MISS_OPERATION_TBL

Line 3454: Bom_Rtg_Error_Handler.Log_Error

3450: x_op_network_tbl := l_op_network_tbl;
3451:
3452: WHEN EXC_FAT_QUIT_OBJECT THEN
3453:
3454: Bom_Rtg_Error_Handler.Log_Error
3455: ( p_op_network_tbl => l_op_network_tbl
3456: , p_rtg_header_rec => Bom_Rtg_Pub.G_MISS_RTG_HEADER_REC
3457: , p_rtg_revision_tbl => Bom_Rtg_Pub.G_MISS_RTG_REVISION_TBL
3458: , p_operation_tbl => Bom_Rtg_Pub.G_MISS_OPERATION_TBL

Line 3490: Bom_Rtg_Error_Handler.Log_Error

3486: l_return_status := 'Q';
3487:
3488: WHEN EXC_UNEXP_SKIP_OBJECT THEN
3489:
3490: Bom_Rtg_Error_Handler.Log_Error
3491: ( p_op_network_tbl => l_op_network_tbl
3492: , p_rtg_header_rec =>Bom_Rtg_Pub.G_MISS_RTG_HEADER_REC
3493: , p_rtg_revision_tbl =>Bom_Rtg_Pub.G_MISS_RTG_REVISION_TBL
3494: , p_operation_tbl =>Bom_Rtg_Pub.G_MISS_OPERATION_TBL

Line 3753: Bom_Rtg_Error_Handler.Log_Error

3749: x_Mesg_Token_Tbl := l_Mesg_Token_Tbl;
3750:
3751: EXCEPTION
3752: WHEN EXC_SEV_QUIT_OBJECT THEN
3753: Bom_Rtg_Error_Handler.Log_Error
3754: ( p_rtg_header_rec => l_rtg_header_rec
3755: , p_op_network_tbl => l_op_network_tbl
3756: , p_rtg_revision_tbl => Bom_Rtg_Pub.G_MISS_RTG_REVISION_TBL
3757: , p_operation_tbl => Bom_Rtg_Pub.G_MISS_OPERATION_TBL

Line 4193: Bom_Rtg_Error_Handler.Log_Error

4189: RAISE EXC_UNEXP_SKIP_OBJECT;
4190:
4191: ELSIF l_return_status ='S' AND l_mesg_token_tbl .COUNT <>0
4192: THEN
4193: Bom_Rtg_Error_Handler.Log_Error
4194: ( p_operation_tbl => l_operation_tbl
4195: , p_op_resource_tbl => l_op_resource_tbl
4196: , p_sub_resource_tbl => l_sub_resource_tbl
4197: , p_op_network_tbl => l_op_network_tbl

Line 4258: Bom_Rtg_Error_Handler.Log_Error

4254: RAISE EXC_UNEXP_SKIP_OBJECT;
4255:
4256: ELSIF l_return_status ='S' AND l_mesg_token_tbl .COUNT <>0
4257: THEN
4258: Bom_Rtg_Error_Handler.Log_Error
4259: ( p_operation_tbl => l_operation_tbl
4260: , p_op_resource_tbl => l_op_resource_tbl
4261: , p_sub_resource_tbl => l_sub_resource_tbl
4262: , p_rtg_header_rec => Bom_Rtg_Pub.G_MISS_RTG_HEADER_REC

Line 4369: Bom_Rtg_Error_Handler.Log_Error

4365: l_operation_rec.operation_sequence_number ;
4366: RAISE EXC_UNEXP_SKIP_OBJECT ;
4367: ELSIF l_return_status ='S' AND l_mesg_token_tbl .COUNT <> 0
4368: THEN
4369: Bom_Rtg_Error_Handler.Log_Error
4370: ( p_operation_tbl => l_operation_tbl
4371: , p_op_resource_tbl => l_op_resource_tbl
4372: , p_sub_resource_tbl => l_sub_resource_tbl
4373: , p_rtg_header_rec => Bom_Rtg_Pub.G_MISS_RTG_HEADER_REC

Line 4457: Bom_Rtg_Error_Handler.Log_Error

4453: l_operation_rec.operation_sequence_number ;
4454: RAISE EXC_UNEXP_SKIP_OBJECT ;
4455: ELSIF l_return_status ='S' AND l_mesg_token_tbl .COUNT <> 0
4456: THEN
4457: Bom_Rtg_Error_Handler.Log_Error
4458: ( p_operation_tbl => l_operation_tbl
4459: , p_op_resource_tbl => l_op_resource_tbl
4460: , p_sub_resource_tbl => l_sub_resource_tbl
4461: , p_rtg_header_rec => Bom_Rtg_Pub.G_MISS_RTG_HEADER_REC

Line 4522: Bom_Rtg_Error_Handler.Log_Error

4518: l_operation_rec.operation_sequence_number ;
4519: RAISE EXC_UNEXP_SKIP_OBJECT ;
4520: ELSIF l_return_status ='S' AND l_mesg_token_tbl .COUNT <> 0
4521: THEN
4522: Bom_Rtg_Error_Handler.Log_Error
4523: ( p_operation_tbl => l_operation_tbl
4524: , p_op_resource_tbl => l_op_resource_tbl
4525: , p_sub_resource_tbl => l_sub_resource_tbl
4526: , p_rtg_header_rec => Bom_Rtg_Pub.G_MISS_RTG_HEADER_REC

Line 4590: Bom_Rtg_Error_Handler.Log_Error

4586: l_operation_rec.operation_sequence_number ;
4587: RAISE EXC_UNEXP_SKIP_OBJECT ;
4588: ELSIF l_return_status ='S' AND l_mesg_token_tbl .COUNT <> 0
4589: THEN
4590: Bom_Rtg_Error_Handler.Log_Error
4591: ( p_operation_tbl => l_operation_tbl
4592: , p_op_resource_tbl => l_op_resource_tbl
4593: , p_sub_resource_tbl => l_sub_resource_tbl
4594: , p_rtg_header_rec => Bom_Rtg_Pub.G_MISS_RTG_HEADER_REC

Line 4654: Bom_Rtg_Error_Handler.Log_Error

4650: l_operation_rec.operation_sequence_number ;
4651: RAISE EXC_UNEXP_SKIP_OBJECT ;
4652: ELSIF l_return_status ='S' AND l_mesg_token_tbl .COUNT <> 0
4653: THEN
4654: Bom_Rtg_Error_Handler.Log_Error
4655: ( p_operation_tbl => l_operation_tbl
4656: , p_op_resource_tbl => l_op_resource_tbl
4657: , p_sub_resource_tbl => l_sub_resource_tbl
4658: , p_rtg_header_rec => Bom_Rtg_Pub.G_MISS_RTG_HEADER_REC

Line 4703: Bom_Rtg_Error_Handler.Log_Error

4699: RAISE EXC_UNEXP_SKIP_OBJECT ;
4700: ELSIF l_return_status ='S' AND
4701: l_mesg_token_tbl .COUNT <>0
4702: THEN
4703: Bom_Rtg_Error_Handler.Log_Error
4704: ( p_operation_tbl => l_operation_tbl
4705: , p_op_resource_tbl => l_op_resource_tbl
4706: , p_sub_resource_tbl => l_sub_resource_tbl
4707: , p_rtg_header_rec => Bom_Rtg_Pub.G_MISS_RTG_HEADER_REC

Line 4770: Bom_Rtg_Error_Handler.Log_Error

4766: -- For loop exception handler.
4767:
4768: EXCEPTION
4769: WHEN EXC_SEV_QUIT_RECORD THEN
4770: Bom_Rtg_Error_Handler.Log_Error
4771: ( p_operation_tbl => l_operation_tbl
4772: , p_op_resource_tbl => l_op_resource_tbl
4773: , p_sub_resource_tbl => l_sub_resource_tbl
4774: , p_rtg_header_rec => Bom_Rtg_Pub.G_MISS_RTG_HEADER_REC

Line 4812: Bom_Rtg_Error_Handler.Log_Error

4808:
4809:
4810: WHEN EXC_SEV_QUIT_BRANCH THEN
4811:
4812: Bom_Rtg_Error_Handler.Log_Error
4813: ( p_operation_tbl => l_operation_tbl
4814: , p_op_resource_tbl => l_op_resource_tbl
4815: , p_sub_resource_tbl => l_sub_resource_tbl
4816: , p_rtg_header_rec => Bom_Rtg_Pub.G_MISS_RTG_HEADER_REC

Line 4854: Bom_Rtg_Error_Handler.Log_Error

4850: x_op_network_tbl := l_op_network_tbl ;
4851:
4852:
4853: WHEN EXC_SEV_SKIP_BRANCH THEN
4854: Bom_Rtg_Error_Handler.Log_Error
4855: ( p_operation_tbl => l_operation_tbl
4856: , p_op_resource_tbl => l_op_resource_tbl
4857: , p_sub_resource_tbl => l_sub_resource_tbl
4858: , p_rtg_header_rec => Bom_Rtg_Pub.G_MISS_RTG_HEADER_REC

Line 4891: Bom_Rtg_Error_Handler.Log_Error

4887: x_sub_resource_tbl := l_sub_resource_tbl ;
4888: x_op_network_tbl := l_op_network_tbl ;
4889:
4890: WHEN EXC_SEV_QUIT_SIBLINGS THEN
4891: Bom_Rtg_Error_Handler.Log_Error
4892: ( p_operation_tbl => l_operation_tbl
4893: , p_op_resource_tbl => l_op_resource_tbl
4894: , p_sub_resource_tbl => l_sub_resource_tbl
4895: , p_rtg_header_rec => Bom_Rtg_Pub.G_MISS_RTG_HEADER_REC

Line 4929: Bom_Rtg_Error_Handler.Log_Error

4925: x_op_network_tbl := l_op_network_tbl ;
4926:
4927:
4928: WHEN EXC_FAT_QUIT_BRANCH THEN
4929: Bom_Rtg_Error_Handler.Log_Error
4930: ( p_operation_tbl => l_operation_tbl
4931: , p_op_resource_tbl => l_op_resource_tbl
4932: , p_sub_resource_tbl => l_sub_resource_tbl
4933: , p_rtg_header_rec => Bom_Rtg_Pub.G_MISS_RTG_HEADER_REC

Line 4963: Bom_Rtg_Error_Handler.Log_Error

4959: x_op_network_tbl := l_op_network_tbl ;
4960:
4961:
4962: WHEN EXC_FAT_QUIT_SIBLINGS THEN
4963: Bom_Rtg_Error_Handler.Log_Error
4964: ( p_operation_tbl => l_operation_tbl
4965: , p_op_resource_tbl => l_op_resource_tbl
4966: , p_sub_resource_tbl => l_sub_resource_tbl
4967: , p_rtg_header_rec => Bom_Rtg_Pub.G_MISS_RTG_HEADER_REC

Line 4997: Bom_Rtg_Error_Handler.Log_Error

4993: x_op_network_tbl := l_op_network_tbl ;
4994:
4995: /*
4996: WHEN EXC_FAT_QUIT_OBJECT THEN
4997: Bom_Rtg_Error_Handler.Log_Error
4998: ( p_operation_tbl => l_operation_tbl
4999: , p_op_resource_tbl => l_op_resource_tbl
5000: , p_sub_resource_tbl => l_sub_resource_tbl
5001: , p_mesg_token_tbl => l_mesg_token_tbl

Line 5027: Bom_Rtg_Error_Handler.Log_Error

5023: x_op_network_tbl := l_op_network_tbl ;
5024: */
5025:
5026: WHEN EXC_UNEXP_SKIP_OBJECT THEN
5027: Bom_Rtg_Error_Handler.Log_Error
5028: ( p_operation_tbl => l_operation_tbl
5029: , p_op_resource_tbl => l_op_resource_tbl
5030: , p_sub_resource_tbl => l_sub_resource_tbl
5031: , p_rtg_header_rec => Bom_Rtg_Pub.G_MISS_RTG_HEADER_REC

Line 5593: Bom_Rtg_Error_Handler.Log_Error

5589: EXCEPTION
5590:
5591: WHEN EXC_SEV_QUIT_RECORD THEN
5592:
5593: Bom_Rtg_Error_Handler.Log_Error
5594: ( p_rtg_revision_tbl => l_rtg_revision_tbl
5595: , p_operation_tbl => l_operation_tbl
5596: , p_op_resource_tbl => l_op_resource_tbl
5597: , p_sub_resource_tbl => l_sub_resource_tbl

Line 5631: Bom_Rtg_Error_Handler.Log_Error

5627: x_op_network_tbl := l_op_network_tbl;
5628:
5629: WHEN EXC_SEV_QUIT_OBJECT THEN
5630:
5631: Bom_Rtg_Error_Handler.Log_Error
5632: ( p_rtg_revision_tbl => l_rtg_revision_tbl
5633: , p_operation_tbl => l_operation_tbl
5634: , p_op_resource_tbl => l_op_resource_tbl
5635: , p_sub_resource_tbl => l_sub_resource_tbl

Line 5669: Bom_Rtg_Error_Handler.Log_Error

5665: x_op_network_tbl := l_op_network_tbl;
5666:
5667: WHEN EXC_FAT_QUIT_OBJECT THEN
5668:
5669: Bom_Rtg_Error_Handler.Log_Error
5670: ( p_rtg_revision_tbl => l_rtg_revision_tbl
5671: , p_operation_tbl => l_operation_tbl
5672: , p_op_resource_tbl => l_op_resource_tbl
5673: , p_sub_resource_tbl => l_sub_resource_tbl

Line 5704: Bom_Rtg_Error_Handler.Log_Error

5700: l_return_status := 'Q';
5701:
5702: WHEN EXC_UNEXP_SKIP_OBJECT THEN
5703:
5704: Bom_Rtg_Error_Handler.Log_Error
5705: ( p_rtg_revision_tbl => l_rtg_revision_tbl
5706: , p_operation_tbl => l_operation_tbl
5707: , p_op_resource_tbl => l_op_resource_tbl
5708: , p_sub_resource_tbl => l_sub_resource_tbl

Line 6073: Bom_Rtg_Error_Handler.Log_Error

6069: RAISE EXC_UNEXP_SKIP_OBJECT;
6070: ELSIF l_return_status ='S' AND
6071: l_Mesg_Token_Tbl.COUNT <>0
6072: THEN
6073: Bom_Rtg_Error_Handler.Log_Error
6074: ( p_rtg_header_rec => l_rtg_header_rec
6075: , p_rtg_revision_tbl => l_rtg_revision_tbl
6076: , p_operation_tbl => l_operation_tbl
6077: , p_op_resource_tbl => l_op_resource_tbl

Line 6149: Bom_Rtg_Error_Handler.Log_Error

6145:
6146: IF BOM_Rtg_Globals.Get_Debug = 'Y' THEN
6147: Error_Handler.Write_Debug ('Warning : '|| l_return_status );
6148: END IF ;
6149: Bom_Rtg_Error_Handler.Log_Error
6150: ( p_rtg_header_rec => l_rtg_header_rec
6151: , p_rtg_revision_tbl => l_rtg_revision_tbl
6152: , p_operation_tbl => l_operation_tbl
6153: , p_op_resource_tbl => l_op_resource_tbl

Line 6240: Bom_Rtg_Error_Handler.Log_Error

6236: RAISE EXC_UNEXP_SKIP_OBJECT;
6237: ELSIF l_return_status ='S' AND
6238: l_Mesg_Token_Tbl.COUNT <>0
6239: THEN
6240: Bom_Rtg_Error_Handler.Log_Error
6241: ( p_rtg_header_rec => l_rtg_header_rec
6242: , p_rtg_revision_tbl => l_rtg_revision_tbl
6243: , p_operation_tbl => l_operation_tbl
6244: , p_op_resource_tbl => l_op_resource_tbl

Line 6301: Bom_Rtg_Error_Handler.Log_Error

6297: RAISE EXC_UNEXP_SKIP_OBJECT;
6298: ELSIF l_return_status ='S' AND
6299: l_Mesg_Token_Tbl.COUNT <>0
6300: THEN
6301: Bom_Rtg_Error_Handler.Log_Error
6302: ( p_rtg_header_rec => l_rtg_header_rec
6303: , p_rtg_revision_tbl => l_rtg_revision_tbl
6304: , p_operation_tbl => l_operation_tbl
6305: , p_op_resource_tbl => l_op_resource_tbl

Line 6369: Bom_Rtg_Error_Handler.Log_Error

6365: RAISE EXC_UNEXP_SKIP_OBJECT;
6366: ELSIF l_return_status ='S' AND
6367: l_Mesg_Token_Tbl.COUNT <>0
6368: THEN
6369: Bom_Rtg_Error_Handler.Log_Error
6370: ( p_rtg_header_rec => l_rtg_header_rec
6371: , p_rtg_revision_tbl => l_rtg_revision_tbl
6372: , p_operation_tbl => l_operation_tbl
6373: , p_op_resource_tbl => l_op_resource_tbl

Line 6454: Bom_Rtg_Error_Handler.Log_Error

6450: RAISE EXC_UNEXP_SKIP_OBJECT;
6451: ELSIF l_return_status ='S' AND
6452: l_Mesg_Token_Tbl.COUNT <>0
6453: THEN
6454: Bom_Rtg_Error_Handler.Log_Error
6455: ( p_rtg_header_rec => l_rtg_header_rec
6456: , p_rtg_revision_tbl => l_rtg_revision_tbl
6457: , p_operation_tbl => l_operation_tbl
6458: , p_op_resource_tbl => l_op_resource_tbl

Line 6503: Bom_Rtg_Error_Handler.Log_Error

6499: RAISE EXC_UNEXP_SKIP_OBJECT;
6500: ELSIF l_return_status ='S' AND
6501: l_Mesg_Token_Tbl.COUNT <>0
6502: THEN
6503: Bom_Rtg_Error_Handler.Log_Error
6504: ( p_rtg_header_rec => l_rtg_header_rec
6505: , p_rtg_revision_tbl => l_rtg_revision_tbl
6506: , p_operation_tbl => l_operation_tbl
6507: , p_op_resource_tbl => l_op_resource_tbl

Line 6531: Bom_Rtg_Error_Handler.Log_Error

6527: END IF;
6528: EXCEPTION
6529:
6530: WHEN EXC_SEV_QUIT_RECORD THEN
6531: Bom_Rtg_Error_Handler.Log_Error
6532: ( p_rtg_header_rec => l_rtg_header_rec
6533: , p_rtg_revision_tbl => l_rtg_revision_tbl
6534: , p_operation_tbl => l_operation_tbl
6535: , p_op_resource_tbl => l_op_resource_tbl

Line 6566: Bom_Rtg_Error_Handler.Log_Error

6562: x_op_network_tbl := l_op_network_tbl;
6563:
6564: WHEN EXC_SEV_QUIT_BRANCH THEN
6565:
6566: Bom_Rtg_Error_Handler.Log_Error
6567: ( p_rtg_header_rec => l_rtg_header_rec
6568: , p_rtg_revision_tbl => l_rtg_revision_tbl
6569: , p_operation_tbl => l_operation_tbl
6570: , p_op_resource_tbl => l_op_resource_tbl

Line 6602: Bom_Rtg_Error_Handler.Log_Error

6598: RETURN;
6599:
6600: WHEN EXC_SEV_SKIP_BRANCH THEN
6601:
6602: Bom_Rtg_Error_Handler.Log_Error
6603: ( p_rtg_header_rec => l_rtg_header_rec
6604: , p_rtg_revision_tbl => l_rtg_revision_tbl
6605: , p_operation_tbl => l_operation_tbl
6606: , p_op_resource_tbl => l_op_resource_tbl

Line 6638: Bom_Rtg_Error_Handler.Log_Error

6634: RETURN;
6635:
6636: WHEN EXC_FAT_QUIT_OBJECT THEN
6637:
6638: Bom_Rtg_Error_Handler.Log_Error
6639: ( p_rtg_header_rec => l_rtg_header_rec
6640: , p_rtg_revision_tbl => l_rtg_revision_tbl
6641: , p_operation_tbl => l_operation_tbl
6642: , p_op_resource_tbl => l_op_resource_tbl

Line 6674: Bom_Rtg_Error_Handler.Log_Error

6670: l_return_status := 'Q';
6671:
6672: WHEN EXC_UNEXP_SKIP_OBJECT THEN
6673:
6674: Bom_Rtg_Error_Handler.Log_Error
6675: ( p_rtg_header_rec => l_rtg_header_rec
6676: , p_rtg_revision_tbl => l_rtg_revision_tbl
6677: , p_operation_tbl => l_operation_tbl
6678: , p_op_resource_tbl => l_op_resource_tbl

Line 6786: Bom_Rtg_Error_Handler.Log_Error

6782: IF l_return_status <> 'S'
6783: THEN
6784: l_bo_return_status := l_return_status;
6785: IF l_Mesg_Token_Tbl.COUNT <> 0 THEN
6786: Bom_Rtg_Error_Handler.Log_Error
6787: ( p_rtg_header_rec => l_rtg_header_rec
6788: , p_rtg_revision_tbl => l_rtg_revision_tbl
6789: , p_operation_tbl => l_operation_tbl
6790: , p_op_resource_tbl => l_op_resource_tbl

Line 6887: Bom_Rtg_Error_Handler.Log_Error

6883:
6884: IF ( ( l_return_status <> FND_API.G_RET_STS_SUCCESS ) AND
6885: ( l_Mesg_Token_Tbl.COUNT <> 0 ) )
6886: THEN
6887: Bom_Rtg_Error_Handler.Log_Error
6888: ( p_rtg_header_rec => l_rtg_header_rec
6889: , p_rtg_revision_tbl => l_rtg_revision_tbl
6890: , p_operation_tbl => l_operation_tbl
6891: , p_op_resource_tbl => l_op_resource_tbl

Line 7285: Bom_Rtg_Error_Handler.Log_Error

7281:
7282: EXCEPTION
7283:
7284: WHEN EXC_ERR_PVT_API_MAIN THEN
7285: Bom_Rtg_Error_Handler.Log_Error
7286: ( p_rtg_header_rec => l_rtg_header_rec
7287: , p_rtg_revision_tbl => l_rtg_revision_tbl
7288: , p_operation_tbl => l_operation_tbl
7289: , p_op_resource_tbl => l_op_resource_tbl

Line 7361: Bom_Rtg_Error_Handler.Log_Error

7357: , x_Mesg_Token_Tbl => l_Mesg_Token_Tbl
7358: );
7359: END IF;
7360:
7361: Bom_Rtg_Error_Handler.Log_Error
7362: ( p_rtg_header_rec => l_rtg_header_rec
7363: , p_rtg_revision_tbl => l_rtg_revision_tbl
7364: , p_operation_tbl => l_operation_tbl
7365: , p_op_resource_tbl => l_op_resource_tbl