DBA Data[Home] [Help]

APPS.BOM_RTG_ERROR_HANDLER dependencies on ERROR_HANDLER

Line 1: PACKAGE BODY Bom_Rtg_Error_Handler AS

1: PACKAGE BODY Bom_Rtg_Error_Handler AS
2: /* $Header: BOMROEHB.pls 120.1 2005/12/01 03:02:50 dikrishn noship $ */
3: /*************************************************************************
4: --
5: -- Copyright (c) 2000 Oracle Corporation, Redwood Shores, CA, USA

Line 14: -- Body of package Bom_Rtg_Error_Handler

10: -- BOMROEHB.pls
11: --
12: -- DESCRIPTION
13: --
14: -- Body of package Bom_Rtg_Error_Handler
15: --
16: -- NOTES This package is created to make the RTG Business Object
17: -- independent of Bom Business Object.
18: -- Log_Error for Routing Bo procedure have been moved here from

Line 19: -- Error_Handler package. This Log_Error procedure calls

15: --
16: -- NOTES This package is created to make the RTG Business Object
17: -- independent of Bom Business Object.
18: -- Log_Error for Routing Bo procedure have been moved here from
19: -- Error_Handler package. This Log_Error procedure calls
20: -- Error Handler's functions.
21: --
22: -- HISTORY
23: --

Line 20: -- Error Handler's functions.

16: -- NOTES This package is created to make the RTG Business Object
17: -- independent of Bom Business Object.
18: -- Log_Error for Routing Bo procedure have been moved here from
19: -- Error_Handler package. This Log_Error procedure calls
20: -- Error Handler's functions.
21: --
22: -- HISTORY
23: --
24: -- 14-DEC-00 Masanori Kimizuka Initial Creation

Line 48: G_ERROR_TABLE Error_Handler.Error_Tbl_Type;

44: g_bom_sub_component_tbl Bom_Bo_Pub.Bom_Sub_Component_Tbl_Type := Bom_Bo_Pub.G_MISS_BOM_SUB_COMPONENT_TBL;
45: g_bom_comp_ops_tbl Bom_Bo_Pub.Bom_Comp_Ops_Tbl_Type := Bom_Bo_Pub.G_MISS_BOM_COMP_OPS_TBL;
46: /* BOM BO RECORDS added for add_message procedure */
47:
48: G_ERROR_TABLE Error_Handler.Error_Tbl_Type;
49: G_Msg_Index NUMBER := 0;
50: G_Msg_Count NUMBER := 0;
51:
52:

Line 89: Error_Handler.Add_Message

85: g_sub_resource_tbl(l_idx).return_status := p_other_status;
86:
87: IF p_other_mesg_text IS NOT NULL
88: THEN
89: Error_Handler.Add_Message
90: ( p_mesg_text => p_other_mesg_text
91: , p_entity_id => G_SR_LEVEL
92: , p_entity_index=> l_idx
93: , p_row_identifier => g_sub_resource_tbl(l_idx).row_identifier

Line 125: Error_Handler.Add_Message

121: NVL(g_operation_tbl(p_op_idx).operation_type, FND_API.G_MISS_NUM)
122: THEN
123:
124: g_sub_resource_tbl(l_idx).return_status := p_other_status;
125: Error_Handler.Add_Message
126: ( p_mesg_text => p_other_mesg_text
127: , p_entity_id => G_SR_LEVEL
128: , p_entity_index => l_idx
129: , p_row_identifier => g_sub_resource_tbl(l_idx).row_identifier

Line 161: Error_Handler.Add_Message

157: NVL(g_op_resource_tbl(p_res_idx).operation_type,
158: FND_API.G_MISS_NUM)
159: THEN
160: g_sub_resource_tbl(l_idx).return_status := p_other_status;
161: Error_Handler.Add_Message
162: ( p_mesg_text => p_other_mesg_text
163: , p_entity_id => G_SR_LEVEL
164: , p_entity_index => l_idx
165: , p_row_identifier => g_sub_resource_tbl(l_idx).row_identifier

Line 200: Error_Handler.Add_Message

196: NVL(g_sub_resource_tbl(p_entity_index).operation_type,
197: FND_API.G_MISS_NUM)
198: THEN
199: g_sub_resource_tbl(l_idx).return_status := p_other_status;
200: Error_Handler.Add_Message
201: ( p_mesg_text => p_other_mesg_text
202: , p_entity_id => G_SR_LEVEL
203: , p_entity_index => l_idx
204: , p_row_identifier => g_sub_resource_tbl(l_idx).row_identifier

Line 257: Error_Handler.Add_Message

253: g_op_resource_tbl(l_idx).return_status := p_other_status;
254:
255: IF p_other_mesg_text IS NOT NULL
256: THEN
257: Error_Handler.Add_Message
258: ( p_mesg_text => p_other_mesg_text
259: , p_entity_id => G_RES_LEVEL
260: , p_entity_index => l_idx
261: , p_row_identifier => g_op_resource_tbl(l_idx).row_identifier

Line 308: Error_Handler.Add_Message

304: NVL(g_operation_tbl(p_op_idx).operation_type, FND_API.G_MISS_NUM)
305: THEN
306:
307: g_op_resource_tbl(l_idx).return_status := p_other_status;
308: Error_Handler.Add_Message
309: ( p_mesg_text => p_other_mesg_text
310: , p_entity_id => G_RES_LEVEL
311: , p_entity_index => l_idx
312: , p_row_identifier => g_op_resource_tbl(l_idx).row_identifier

Line 354: Error_Handler.Add_Message

350: FND_API.G_MISS_NUM)
351: THEN
352:
353: g_op_resource_tbl(l_idx).return_status := p_other_status;
354: Error_Handler.Add_Message
355: ( p_mesg_text => p_other_mesg_text
356: , p_entity_id => G_RES_LEVEL
357: , p_entity_index => l_idx
358: , p_row_identifier => g_op_resource_tbl(l_idx).row_identifier

Line 427: Error_Handler.Add_Message

423: g_operation_tbl(l_idx).return_status := p_other_status;
424:
425: IF p_other_mesg_text IS NOT NULL
426: THEN
427: Error_Handler.Add_Message
428: ( p_mesg_text => p_other_mesg_text
429: , p_entity_id => G_OP_LEVEL
430: , p_entity_index => l_Idx
431: , p_row_identifier => g_operation_tbl(l_idx).row_identifier

Line 491: Error_Handler.Add_Message

487: g_op_network_tbl(l_CurrentIndex).return_status :=
488: p_other_status;
489: IF p_other_mesg_text IS NOT NULL
490: THEN
491: Error_Handler.Add_Message
492: ( p_mesg_text => p_other_mesg_text
493: , p_entity_id => G_NWK_LEVEL
494: , p_entity_index => l_CurrentIndex
495: , p_row_identifier => g_op_network_tbl(l_CurrentIndex).row_identifier

Line 540: Error_Handler.Add_Message

536: p_other_status;
537: IF p_other_mesg_text IS NOT NULL
538: THEN
539:
540: Error_Handler.Add_Message
541: ( p_mesg_text => p_other_mesg_text
542: , p_entity_id => G_REV_LEVEL
543: , p_entity_index => l_CurrentIndex
544: , p_row_identifier => g_rtg_revision_tbl(l_CurrentIndex).row_identifier

Line 588: , p_Mesg_Token_tbl IN Error_Handler.Mesg_Token_Tbl_Type

584: , p_operation_tbl IN Bom_Rtg_Pub.Operation_Tbl_Type
585: , p_op_resource_tbl IN Bom_Rtg_Pub.Op_Resource_Tbl_Type
586: , p_sub_resource_tbl IN Bom_Rtg_Pub.Sub_Resource_Tbl_Type
587: , p_op_network_tbl IN Bom_Rtg_Pub.Op_Network_Tbl_Type
588: , p_Mesg_Token_tbl IN Error_Handler.Mesg_Token_Tbl_Type
589: , p_error_status IN VARCHAR2
590: , p_error_scope IN VARCHAR2
591: , p_other_message IN VARCHAR2
592: , p_other_mesg_appid IN VARCHAR2

Line 594: , p_other_token_tbl IN Error_Handler.Token_Tbl_Type

590: , p_error_scope IN VARCHAR2
591: , p_other_message IN VARCHAR2
592: , p_other_mesg_appid IN VARCHAR2
593: , p_other_status IN VARCHAR2
594: , p_other_token_tbl IN Error_Handler.Token_Tbl_Type
595: , p_error_level IN NUMBER
596: , p_entity_index IN NUMBER
597: , x_rtg_header_rec IN OUT NOCOPY Bom_Rtg_Pub.Rtg_Header_Rec_Type
598: , x_rtg_revision_tbl IN OUT NOCOPY Bom_Rtg_Pub.Rtg_Revision_Tbl_Type

Line 635: IF Bom_Rtg_Globals.Get_Debug = 'Y' THEN Error_Handler.Write_Debug('Within the Rtg Log Error Procedure . . .'); END IF;

631: --
632: **************************************************/
633:
634:
635: IF Bom_Rtg_Globals.Get_Debug = 'Y' THEN Error_Handler.Write_Debug('Within the Rtg Log Error Procedure . . .'); END IF;
636: IF Bom_Rtg_Globals.Get_Debug = 'Y' THEN Error_Handler.Write_Debug('Scope: ' || l_error_scope); END IF;
637: IF Bom_Rtg_Globals.Get_Debug = 'Y' THEN Error_Handler.Write_Debug('Entity Index: ' || to_char(p_entity_index)); END IF;
638: IF Bom_Rtg_Globals.Get_Debug = 'Y' THEN Error_Handler.Write_Debug('Error Level: ' || to_char(p_error_level)); END IF;
639: IF Bom_Rtg_Globals.Get_Debug = 'Y' THEN Error_Handler.Write_Debug('Error Status: ' || l_error_status); END IF;

Line 636: IF Bom_Rtg_Globals.Get_Debug = 'Y' THEN Error_Handler.Write_Debug('Scope: ' || l_error_scope); END IF;

632: **************************************************/
633:
634:
635: IF Bom_Rtg_Globals.Get_Debug = 'Y' THEN Error_Handler.Write_Debug('Within the Rtg Log Error Procedure . . .'); END IF;
636: IF Bom_Rtg_Globals.Get_Debug = 'Y' THEN Error_Handler.Write_Debug('Scope: ' || l_error_scope); END IF;
637: IF Bom_Rtg_Globals.Get_Debug = 'Y' THEN Error_Handler.Write_Debug('Entity Index: ' || to_char(p_entity_index)); END IF;
638: IF Bom_Rtg_Globals.Get_Debug = 'Y' THEN Error_Handler.Write_Debug('Error Level: ' || to_char(p_error_level)); END IF;
639: IF Bom_Rtg_Globals.Get_Debug = 'Y' THEN Error_Handler.Write_Debug('Error Status: ' || l_error_status); END IF;
640: IF Bom_Rtg_Globals.Get_Debug = 'Y' THEN Error_Handler.Write_Debug('Other Status: ' || p_other_status); END IF;

Line 637: IF Bom_Rtg_Globals.Get_Debug = 'Y' THEN Error_Handler.Write_Debug('Entity Index: ' || to_char(p_entity_index)); END IF;

633:
634:
635: IF Bom_Rtg_Globals.Get_Debug = 'Y' THEN Error_Handler.Write_Debug('Within the Rtg Log Error Procedure . . .'); END IF;
636: IF Bom_Rtg_Globals.Get_Debug = 'Y' THEN Error_Handler.Write_Debug('Scope: ' || l_error_scope); END IF;
637: IF Bom_Rtg_Globals.Get_Debug = 'Y' THEN Error_Handler.Write_Debug('Entity Index: ' || to_char(p_entity_index)); END IF;
638: IF Bom_Rtg_Globals.Get_Debug = 'Y' THEN Error_Handler.Write_Debug('Error Level: ' || to_char(p_error_level)); END IF;
639: IF Bom_Rtg_Globals.Get_Debug = 'Y' THEN Error_Handler.Write_Debug('Error Status: ' || l_error_status); END IF;
640: IF Bom_Rtg_Globals.Get_Debug = 'Y' THEN Error_Handler.Write_Debug('Other Status: ' || p_other_status); END IF;
641: IF Bom_Rtg_Globals.Get_Debug = 'Y' THEN Error_Handler.Write_Debug('Other Message: ' || p_other_message); END IF;

Line 638: IF Bom_Rtg_Globals.Get_Debug = 'Y' THEN Error_Handler.Write_Debug('Error Level: ' || to_char(p_error_level)); END IF;

634:
635: IF Bom_Rtg_Globals.Get_Debug = 'Y' THEN Error_Handler.Write_Debug('Within the Rtg Log Error Procedure . . .'); END IF;
636: IF Bom_Rtg_Globals.Get_Debug = 'Y' THEN Error_Handler.Write_Debug('Scope: ' || l_error_scope); END IF;
637: IF Bom_Rtg_Globals.Get_Debug = 'Y' THEN Error_Handler.Write_Debug('Entity Index: ' || to_char(p_entity_index)); END IF;
638: IF Bom_Rtg_Globals.Get_Debug = 'Y' THEN Error_Handler.Write_Debug('Error Level: ' || to_char(p_error_level)); END IF;
639: IF Bom_Rtg_Globals.Get_Debug = 'Y' THEN Error_Handler.Write_Debug('Error Status: ' || l_error_status); END IF;
640: IF Bom_Rtg_Globals.Get_Debug = 'Y' THEN Error_Handler.Write_Debug('Other Status: ' || p_other_status); END IF;
641: IF Bom_Rtg_Globals.Get_Debug = 'Y' THEN Error_Handler.Write_Debug('Other Message: ' || p_other_message); END IF;
642:

Line 639: IF Bom_Rtg_Globals.Get_Debug = 'Y' THEN Error_Handler.Write_Debug('Error Status: ' || l_error_status); END IF;

635: IF Bom_Rtg_Globals.Get_Debug = 'Y' THEN Error_Handler.Write_Debug('Within the Rtg Log Error Procedure . . .'); END IF;
636: IF Bom_Rtg_Globals.Get_Debug = 'Y' THEN Error_Handler.Write_Debug('Scope: ' || l_error_scope); END IF;
637: IF Bom_Rtg_Globals.Get_Debug = 'Y' THEN Error_Handler.Write_Debug('Entity Index: ' || to_char(p_entity_index)); END IF;
638: IF Bom_Rtg_Globals.Get_Debug = 'Y' THEN Error_Handler.Write_Debug('Error Level: ' || to_char(p_error_level)); END IF;
639: IF Bom_Rtg_Globals.Get_Debug = 'Y' THEN Error_Handler.Write_Debug('Error Status: ' || l_error_status); END IF;
640: IF Bom_Rtg_Globals.Get_Debug = 'Y' THEN Error_Handler.Write_Debug('Other Status: ' || p_other_status); END IF;
641: IF Bom_Rtg_Globals.Get_Debug = 'Y' THEN Error_Handler.Write_Debug('Other Message: ' || p_other_message); END IF;
642:
643: IF p_error_level = G_BO_LEVEL OR p_error_level = G_RTG_LEVEL THEN

Line 640: IF Bom_Rtg_Globals.Get_Debug = 'Y' THEN Error_Handler.Write_Debug('Other Status: ' || p_other_status); END IF;

636: IF Bom_Rtg_Globals.Get_Debug = 'Y' THEN Error_Handler.Write_Debug('Scope: ' || l_error_scope); END IF;
637: IF Bom_Rtg_Globals.Get_Debug = 'Y' THEN Error_Handler.Write_Debug('Entity Index: ' || to_char(p_entity_index)); END IF;
638: IF Bom_Rtg_Globals.Get_Debug = 'Y' THEN Error_Handler.Write_Debug('Error Level: ' || to_char(p_error_level)); END IF;
639: IF Bom_Rtg_Globals.Get_Debug = 'Y' THEN Error_Handler.Write_Debug('Error Status: ' || l_error_status); END IF;
640: IF Bom_Rtg_Globals.Get_Debug = 'Y' THEN Error_Handler.Write_Debug('Other Status: ' || p_other_status); END IF;
641: IF Bom_Rtg_Globals.Get_Debug = 'Y' THEN Error_Handler.Write_Debug('Other Message: ' || p_other_message); END IF;
642:
643: IF p_error_level = G_BO_LEVEL OR p_error_level = G_RTG_LEVEL THEN
644: l_row_identifier := p_rtg_header_rec.row_identifier;

Line 641: IF Bom_Rtg_Globals.Get_Debug = 'Y' THEN Error_Handler.Write_Debug('Other Message: ' || p_other_message); END IF;

637: IF Bom_Rtg_Globals.Get_Debug = 'Y' THEN Error_Handler.Write_Debug('Entity Index: ' || to_char(p_entity_index)); END IF;
638: IF Bom_Rtg_Globals.Get_Debug = 'Y' THEN Error_Handler.Write_Debug('Error Level: ' || to_char(p_error_level)); END IF;
639: IF Bom_Rtg_Globals.Get_Debug = 'Y' THEN Error_Handler.Write_Debug('Error Status: ' || l_error_status); END IF;
640: IF Bom_Rtg_Globals.Get_Debug = 'Y' THEN Error_Handler.Write_Debug('Other Status: ' || p_other_status); END IF;
641: IF Bom_Rtg_Globals.Get_Debug = 'Y' THEN Error_Handler.Write_Debug('Other Message: ' || p_other_message); END IF;
642:
643: IF p_error_level = G_BO_LEVEL OR p_error_level = G_RTG_LEVEL THEN
644: l_row_identifier := p_rtg_header_rec.row_identifier;
645: ELSIF p_error_level = G_REV_LEVEL THEN

Line 656: Error_Handler.Translate_And_Insert_Messages

652: l_row_identifier := p_sub_resource_tbl(p_entity_index).row_identifier;
653: ELSIF p_error_level = G_NWK_LEVEL THEN
654: l_row_identifier := p_op_network_tbl(p_entity_index).row_identifier;
655: END IF;
656: Error_Handler.Translate_And_Insert_Messages
657: ( p_mesg_token_Tbl => p_mesg_token_tbl
658: , p_error_level => p_error_level
659: , p_entity_index => p_entity_index
660: , p_row_identifier => l_row_identifier

Line 663: IF Bom_Rtg_Globals.Get_Debug = 'Y' THEN Error_Handler.Write_Debug('Finished logging messages . . . '); END IF;

659: , p_entity_index => p_entity_index
660: , p_row_identifier => l_row_identifier
661: );
662:
663: IF Bom_Rtg_Globals.Get_Debug = 'Y' THEN Error_Handler.Write_Debug('Finished logging messages . . . '); END IF;
664:
665: /**********************************************************
666: --
667: -- Get the other message text and token and retrieve the

Line 704: IF Bom_Rtg_Globals.Get_Debug = 'Y' THEN Error_Handler.Write_Debug('Finished extracting other message . . . '); END IF;

700: l_other_message := FND_MESSAGE.GET;
701:
702: END IF; -- Other Token Tbl Count <> 0 Ends
703:
704: IF Bom_Rtg_Globals.Get_Debug = 'Y' THEN Error_Handler.Write_Debug('Finished extracting other message . . . '); END IF;
705: IF Bom_Rtg_Globals.Get_Debug = 'Y' THEN Error_Handler.Write_Debug('Other Message generated: ' || l_other_message); END IF;
706:
707:
708: /**********************************************************

Line 705: IF Bom_Rtg_Globals.Get_Debug = 'Y' THEN Error_Handler.Write_Debug('Other Message generated: ' || l_other_message); END IF;

701:
702: END IF; -- Other Token Tbl Count <> 0 Ends
703:
704: IF Bom_Rtg_Globals.Get_Debug = 'Y' THEN Error_Handler.Write_Debug('Finished extracting other message . . . '); END IF;
705: IF Bom_Rtg_Globals.Get_Debug = 'Y' THEN Error_Handler.Write_Debug('Other Message generated: ' || l_other_message); END IF;
706:
707:
708: /**********************************************************
709: --

Line 718: IF Bom_Rtg_Globals.Get_Debug = 'Y' THEN Error_Handler.Write_Debug('Error Level is Business Object . . . '); END IF;

714: IF l_error_level = G_BO_LEVEL
715: THEN
716: l_error_level := G_RTG_LEVEL;
717:
718: IF Bom_Rtg_Globals.Get_Debug = 'Y' THEN Error_Handler.Write_Debug('Error Level is Business Object . . . '); END IF;
719:
720: END IF;
721: /**********************************************************
722: --

Line 730: IF Bom_Rtg_Globals.Get_Debug = 'Y' THEN Error_Handler.Write_Debug('Status unexpected and scope is All . . .'); END IF;

726: ************************************************************/
727: IF l_error_status = G_STATUS_UNEXPECTED
728: THEN
729:
730: IF Bom_Rtg_Globals.Get_Debug = 'Y' THEN Error_Handler.Write_Debug('Status unexpected and scope is All . . .'); END IF;
731:
732: l_error_scope := G_SCOPE_ALL;
733: ELSIF l_error_status = G_STATUS_WARNING
734: THEN

Line 738: IF Bom_Rtg_Globals.Get_Debug = 'Y' THEN Error_Handler.Write_Debug('Status is warning . . .'); END IF;

734: THEN
735: l_error_scope := G_SCOPE_RECORD;
736: l_error_status := FND_API.G_RET_STS_SUCCESS;
737:
738: IF Bom_Rtg_Globals.Get_Debug = 'Y' THEN Error_Handler.Write_Debug('Status is warning . . .'); END IF;
739:
740: END IF;
741:
742: --

Line 757: IF Bom_Rtg_Globals.Get_Debug = 'Y' THEN Error_Handler.Write_Debug('Error Level is Routing Header . . .'); END IF;

753: /* Fix for bug 4661753 - added p_other_message to the calls to Add_message, setSubResources, setOperationResources,
754: setOperationSequences, setOpNetworks, setRtgRevisions procedures below.
755: Note that p_other_message contains message_name (can be null) whereas l_other_message contains message_text.*/
756:
757: IF Bom_Rtg_Globals.Get_Debug = 'Y' THEN Error_Handler.Write_Debug('Error Level is Routing Header . . .'); END IF;
758:
759: --
760: -- Set the Routing Header record status to p_error_status
761: -- This will also take care of the scope RECORD.

Line 768: Error_Handler.Add_Message

764:
765: IF p_other_message IS NOT NULL AND
766: p_error_level IN (G_BO_LEVEL, G_RTG_LEVEL)
767: THEN
768: Error_Handler.Add_Message
769: ( p_mesg_text => l_other_message
770: , p_entity_id => p_error_level
771: , p_entity_index => p_entity_index
772: , p_row_identifier => g_rtg_header_rec.row_identifier

Line 809: IF Bom_Rtg_Globals.Get_Debug = 'Y' THEN Error_Handler.Write_Debug('Error Level is Routing Revision. . .'); END IF;

805: *********************************************/
806: ELSIF l_error_level = G_REV_LEVEL
807: THEN
808:
809: IF Bom_Rtg_Globals.Get_Debug = 'Y' THEN Error_Handler.Write_Debug('Error Level is Routing Revision. . .'); END IF;
810: --
811: -- Set the Routing Revision record at the current entity_index
812: -- This will take care of scope = RECORD
813: --

Line 907: IF Bom_Rtg_Globals.Get_Debug = 'Y' THEN Error_Handler.Write_Debug('Error Level = Operation Sequences . . .'); END IF;

903: -- This will take care of Scope = RECORD.
904: --
905: g_operation_tbl(p_entity_index).return_status := l_error_status;
906:
907: IF Bom_Rtg_Globals.Get_Debug = 'Y' THEN Error_Handler.Write_Debug('Error Level = Operation Sequences . . .'); END IF;
908:
909: IF l_error_scope = G_SCOPE_SIBLINGS OR
910: l_error_scope = G_SCOPE_ALL
911: THEN

Line 958: IF Bom_Rtg_Globals.Get_Debug = 'Y' THEN Error_Handler.Write_Debug('Error Level = Operation Resource . . .'); END IF;

954: --
955: -- Set operation resource record status at entity_idx
956: -- This will take care of Scope = RECORD.
957: --
958: IF Bom_Rtg_Globals.Get_Debug = 'Y' THEN Error_Handler.Write_Debug('Error Level = Operation Resource . . .'); END IF;
959:
960: g_op_resource_tbl(p_entity_index).return_status := l_error_status;
961: IF l_error_scope <> G_SCOPE_RECORD
962: THEN

Line 982: IF Bom_Rtg_Globals.Get_Debug = 'Y' THEN Error_Handler.Write_Debug('Error Level = Substitute Op Resources . . .'); END IF;

978: THEN
979: -- Set substitute resource record status at entity_idx
980: -- This will take care of Scope = RECORD.
981: --
982: IF Bom_Rtg_Globals.Get_Debug = 'Y' THEN Error_Handler.Write_Debug('Error Level = Substitute Op Resources . . .'); END IF;
983:
984: g_sub_resource_tbl(p_entity_index).return_status := l_error_status;
985:
986: IF l_error_scope <> G_SCOPE_RECORD

Line 1012: IF Bom_Rtg_Globals.Get_Debug = 'Y' THEN Error_Handler.Write_Debug('End of Rtg Log Error.'); END IF;

1008: x_op_resource_tbl := g_op_resource_tbl ;
1009: x_sub_resource_tbl := g_sub_resource_tbl ;
1010: x_op_network_tbl := g_op_network_tbl ;
1011:
1012: IF Bom_Rtg_Globals.Get_Debug = 'Y' THEN Error_Handler.Write_Debug('End of Rtg Log Error.'); END IF;
1013:
1014:
1015: END Log_Error;
1016:

Line 1017: END Bom_Rtg_Error_Handler;

1013:
1014:
1015: END Log_Error;
1016:
1017: END Bom_Rtg_Error_Handler;