DBA Data[Home] [Help]

APPS.ECO_ERROR_HANDLER dependencies on ERROR_HANDLER

Line 1: PACKAGE Eco_Error_Handler AS

1: PACKAGE Eco_Error_Handler AS
2: /* $Header: ENGBOEHS.pls 120.1 2005/07/04 00:42:06 lkasturi noship $ */
3: G_PKG_NAME CONSTANT VARCHAR2(30) := 'Error_Handler';
4: G_BO_LEVEL CONSTANT NUMBER := 0;
5: G_ECO_LEVEL CONSTANT NUMBER := 1;

Line 3: G_PKG_NAME CONSTANT VARCHAR2(30) := 'Error_Handler';

1: PACKAGE Eco_Error_Handler AS
2: /* $Header: ENGBOEHS.pls 120.1 2005/07/04 00:42:06 lkasturi noship $ */
3: G_PKG_NAME CONSTANT VARCHAR2(30) := 'Error_Handler';
4: G_BO_LEVEL CONSTANT NUMBER := 0;
5: G_ECO_LEVEL CONSTANT NUMBER := 1;
6: G_REV_LEVEL CONSTANT NUMBER := 2;
7: G_RI_LEVEL CONSTANT NUMBER := 3;

Line 55: , p_Mesg_Token_tbl IN Error_Handler.Mesg_Token_Tbl_Type

51: , p_ref_designator_tbl IN Bom_Bo_Pub.Ref_Designator_Tbl_Type
52: := Eng_Eco_Pub.G_MISS_REF_DESIGNATOR_TBL
53: , p_sub_component_tbl IN Bom_Bo_Pub.Sub_Component_Tbl_Type
54: := Eng_Eco_Pub.G_MISS_SUB_COMPONENT_TBL
55: , p_Mesg_Token_tbl IN Error_Handler.Mesg_Token_Tbl_Type
56: := Error_Handler.G_MISS_MESG_TOKEN_TBL
57: , p_error_status IN VARCHAR2
58: , p_error_scope IN VARCHAR2 := NULL
59: , p_other_message IN VARCHAR2 := NULL

Line 56: := Error_Handler.G_MISS_MESG_TOKEN_TBL

52: := Eng_Eco_Pub.G_MISS_REF_DESIGNATOR_TBL
53: , p_sub_component_tbl IN Bom_Bo_Pub.Sub_Component_Tbl_Type
54: := Eng_Eco_Pub.G_MISS_SUB_COMPONENT_TBL
55: , p_Mesg_Token_tbl IN Error_Handler.Mesg_Token_Tbl_Type
56: := Error_Handler.G_MISS_MESG_TOKEN_TBL
57: , p_error_status IN VARCHAR2
58: , p_error_scope IN VARCHAR2 := NULL
59: , p_other_message IN VARCHAR2 := NULL
60: , p_other_status IN VARCHAR2 := NULL

Line 61: , p_other_token_tbl IN Error_Handler.Token_Tbl_Type

57: , p_error_status IN VARCHAR2
58: , p_error_scope IN VARCHAR2 := NULL
59: , p_other_message IN VARCHAR2 := NULL
60: , p_other_status IN VARCHAR2 := NULL
61: , p_other_token_tbl IN Error_Handler.Token_Tbl_Type
62: := Error_Handler.G_MISS_TOKEN_TBL
63: , p_error_level IN NUMBER
64: , p_entity_index IN NUMBER := NULL
65: , x_eco_rec OUT NOCOPY ENG_Eco_Pub.Eco_Rec_Type

Line 62: := Error_Handler.G_MISS_TOKEN_TBL

58: , p_error_scope IN VARCHAR2 := NULL
59: , p_other_message IN VARCHAR2 := NULL
60: , p_other_status IN VARCHAR2 := NULL
61: , p_other_token_tbl IN Error_Handler.Token_Tbl_Type
62: := Error_Handler.G_MISS_TOKEN_TBL
63: , p_error_level IN NUMBER
64: , p_entity_index IN NUMBER := NULL
65: , x_eco_rec OUT NOCOPY ENG_Eco_Pub.Eco_Rec_Type
66: , x_eco_revision_tbl OUT NOCOPY Eng_Eco_Pub.Eco_Revision_tbl_Type

Line 107: , p_Mesg_Token_tbl IN Error_Handler.Mesg_Token_Tbl_Type

103: , p_ref_designator_tbl IN Bom_Bo_Pub.Ref_Designator_Tbl_Type
104: := Eng_Eco_Pub.G_MISS_REF_DESIGNATOR_TBL
105: , p_sub_component_tbl IN Bom_Bo_Pub.Sub_Component_Tbl_Type
106: := Eng_Eco_Pub.G_MISS_SUB_COMPONENT_TBL
107: , p_Mesg_Token_tbl IN Error_Handler.Mesg_Token_Tbl_Type
108: := Error_Handler.G_MISS_MESG_TOKEN_TBL
109: , p_error_status IN VARCHAR2
110: , p_error_scope IN VARCHAR2 := NULL
111: , p_other_message IN VARCHAR2 := NULL

Line 108: := Error_Handler.G_MISS_MESG_TOKEN_TBL

104: := Eng_Eco_Pub.G_MISS_REF_DESIGNATOR_TBL
105: , p_sub_component_tbl IN Bom_Bo_Pub.Sub_Component_Tbl_Type
106: := Eng_Eco_Pub.G_MISS_SUB_COMPONENT_TBL
107: , p_Mesg_Token_tbl IN Error_Handler.Mesg_Token_Tbl_Type
108: := Error_Handler.G_MISS_MESG_TOKEN_TBL
109: , p_error_status IN VARCHAR2
110: , p_error_scope IN VARCHAR2 := NULL
111: , p_other_message IN VARCHAR2 := NULL
112: , p_other_status IN VARCHAR2 := NULL

Line 113: , p_other_token_tbl IN Error_Handler.Token_Tbl_Type

109: , p_error_status IN VARCHAR2
110: , p_error_scope IN VARCHAR2 := NULL
111: , p_other_message IN VARCHAR2 := NULL
112: , p_other_status IN VARCHAR2 := NULL
113: , p_other_token_tbl IN Error_Handler.Token_Tbl_Type
114: := Error_Handler.G_MISS_TOKEN_TBL
115: , p_error_level IN NUMBER
116: , p_entity_index IN NUMBER := 1 -- := NULL
117: , x_eco_rec IN OUT NOCOPY ENG_Eco_Pub.Eco_Rec_Type

Line 114: := Error_Handler.G_MISS_TOKEN_TBL

110: , p_error_scope IN VARCHAR2 := NULL
111: , p_other_message IN VARCHAR2 := NULL
112: , p_other_status IN VARCHAR2 := NULL
113: , p_other_token_tbl IN Error_Handler.Token_Tbl_Type
114: := Error_Handler.G_MISS_TOKEN_TBL
115: , p_error_level IN NUMBER
116: , p_entity_index IN NUMBER := 1 -- := NULL
117: , x_eco_rec IN OUT NOCOPY ENG_Eco_Pub.Eco_Rec_Type
118: , x_eco_revision_tbl IN OUT NOCOPY Eng_Eco_Pub.Eco_Revision_tbl_Type

Line 162: , p_Mesg_Token_tbl IN Error_Handler.Mesg_Token_Tbl_Type

158: , p_ref_designator_tbl IN Bom_Bo_Pub.Ref_Designator_Tbl_Type
159: := Eng_Eco_Pub.G_MISS_REF_DESIGNATOR_TBL
160: , p_sub_component_tbl IN Bom_Bo_Pub.Sub_Component_Tbl_Type
161: := Eng_Eco_Pub.G_MISS_SUB_COMPONENT_TBL
162: , p_Mesg_Token_tbl IN Error_Handler.Mesg_Token_Tbl_Type
163: := Error_Handler.G_MISS_MESG_TOKEN_TBL
164: , p_error_status IN VARCHAR2
165: , p_error_scope IN VARCHAR2 := NULL
166: , p_other_message IN VARCHAR2 := NULL

Line 163: := Error_Handler.G_MISS_MESG_TOKEN_TBL

159: := Eng_Eco_Pub.G_MISS_REF_DESIGNATOR_TBL
160: , p_sub_component_tbl IN Bom_Bo_Pub.Sub_Component_Tbl_Type
161: := Eng_Eco_Pub.G_MISS_SUB_COMPONENT_TBL
162: , p_Mesg_Token_tbl IN Error_Handler.Mesg_Token_Tbl_Type
163: := Error_Handler.G_MISS_MESG_TOKEN_TBL
164: , p_error_status IN VARCHAR2
165: , p_error_scope IN VARCHAR2 := NULL
166: , p_other_message IN VARCHAR2 := NULL
167: , p_other_status IN VARCHAR2 := NULL

Line 168: , p_other_token_tbl IN Error_Handler.Token_Tbl_Type

164: , p_error_status IN VARCHAR2
165: , p_error_scope IN VARCHAR2 := NULL
166: , p_other_message IN VARCHAR2 := NULL
167: , p_other_status IN VARCHAR2 := NULL
168: , p_other_token_tbl IN Error_Handler.Token_Tbl_Type
169: := Error_Handler.G_MISS_TOKEN_TBL
170: , p_error_level IN NUMBER
171: , p_entity_index IN NUMBER := 1 -- := NULL
172: , x_eco_rec IN OUT NOCOPY Eng_Eco_Pub.Eco_Rec_Type

Line 169: := Error_Handler.G_MISS_TOKEN_TBL

165: , p_error_scope IN VARCHAR2 := NULL
166: , p_other_message IN VARCHAR2 := NULL
167: , p_other_status IN VARCHAR2 := NULL
168: , p_other_token_tbl IN Error_Handler.Token_Tbl_Type
169: := Error_Handler.G_MISS_TOKEN_TBL
170: , p_error_level IN NUMBER
171: , p_entity_index IN NUMBER := 1 -- := NULL
172: , x_eco_rec IN OUT NOCOPY Eng_Eco_Pub.Eco_Rec_Type
173: , x_eco_revision_tbl IN OUT NOCOPY Eng_Eco_Pub.Eco_Revision_tbl_Type

Line 186: END Eco_Error_Handler;

182: );
183:
184:
185:
186: END Eco_Error_Handler;