DBA Data[Home] [Help]

APPS.BOM_RTG_PUB dependencies on ERROR_HANDLER

Line 1965: l_Mesg_Token_Tbl Error_Handler.Mesg_Token_Tbl_Type;

1961: IS
1962:
1963: G_EXC_SEV_QUIT_OBJECT EXCEPTION;
1964: G_EXC_UNEXP_SKIP_OBJECT EXCEPTION;
1965: l_Mesg_Token_Tbl Error_Handler.Mesg_Token_Tbl_Type;
1966: l_other_message VARCHAR2(50);
1967: l_Token_Tbl Error_Handler.Token_Tbl_Type;
1968: l_err_text VARCHAR2(2000);
1969: l_return_status VARCHAR2(1);

Line 1967: l_Token_Tbl Error_Handler.Token_Tbl_Type;

1963: G_EXC_SEV_QUIT_OBJECT EXCEPTION;
1964: G_EXC_UNEXP_SKIP_OBJECT EXCEPTION;
1965: l_Mesg_Token_Tbl Error_Handler.Mesg_Token_Tbl_Type;
1966: l_other_message VARCHAR2(50);
1967: l_Token_Tbl Error_Handler.Token_Tbl_Type;
1968: l_err_text VARCHAR2(2000);
1969: l_return_status VARCHAR2(1);
1970: l_assembly_item_name VARCHAR2(81);
1971: l_organization_code VARCHAR2(3);

Line 2023: --dbms_output.put_line('Error_Handler.Initialize. . .' ) ;

2019: -- Init Message List parameter
2020: --
2021: IF p_init_msg_list
2022: THEN
2023: --dbms_output.put_line('Error_Handler.Initialize. . .' ) ;
2024: Error_Handler.Initialize;
2025: END IF;
2026:
2027:

Line 2024: Error_Handler.Initialize;

2020: --
2021: IF p_init_msg_list
2022: THEN
2023: --dbms_output.put_line('Error_Handler.Initialize. . .' ) ;
2024: Error_Handler.Initialize;
2025: END IF;
2026:
2027:
2028: IF l_Debug_flag IS NULL THEN

Line 2043: Error_Handler.Add_Error_Token

2039:
2040:
2041: --dbms_output.put_line('Debug Y ,then Add_Error_Token. . .' ) ;
2042:
2043: Error_Handler.Add_Error_Token
2044: ( p_Message_text =>
2045: 'Debug is set to Y so an output directory' ||
2046: ' must be specified. Debug will be turned' ||
2047: ' off since no directory is specified'

Line 2055: Bom_Rtg_Error_Handler.Log_Error

2051: );
2052:
2053: --dbms_output.put_line('Debug Y ,then Log_Error. . .' ) ;
2054:
2055: Bom_Rtg_Error_Handler.Log_Error
2056: ( p_rtg_header_rec => p_rtg_header_rec
2057: , p_rtg_revision_tbl => p_rtg_revision_tbl
2058: , p_operation_tbl => p_operation_tbl
2059: , p_op_resource_tbl => p_op_resource_tbl

Line 2065: , p_error_level => Error_Handler.G_BO_LEVEL

2061: , p_op_network_tbl => p_op_network_tbl
2062: , p_mesg_token_tbl => l_mesg_token_tbl
2063: , p_error_status => 'W'
2064: , p_error_scope => NULL
2065: , p_error_level => Error_Handler.G_BO_LEVEL
2066: , p_other_message => NULL
2067: , p_other_mesg_appid => 'BOM'
2068: , p_other_status => NULL
2069: , p_other_token_tbl =>

Line 2070: Error_Handler.G_MISS_TOKEN_TBL

2066: , p_other_message => NULL
2067: , p_other_mesg_appid => 'BOM'
2068: , p_other_status => NULL
2069: , p_other_token_tbl =>
2070: Error_Handler.G_MISS_TOKEN_TBL
2071: , p_entity_index => 1
2072: , x_rtg_header_rec => l_rtg_header_rec
2073: , x_rtg_revision_tbl => l_routing_revision_tbl
2074: , x_operation_tbl => l_operation_tbl

Line 2089: Error_Handler.Add_Error_Token

2085: IF trim(p_debug_filename) IS NULL OR
2086: trim(p_debug_filename) = ''
2087: THEN
2088:
2089: Error_Handler.Add_Error_Token
2090: ( p_Message_text =>
2091: ' Debug is set to Y so an output filename' ||
2092: ' must be specified. Debug will be turned' ||
2093: ' off since no filename is specified'

Line 2099: Bom_Rtg_Error_Handler.Log_Error

2095: , x_Mesg_Token_Tbl => l_mesg_token_tbl
2096: , p_Token_Tbl => l_token_tbl
2097: );
2098:
2099: Bom_Rtg_Error_Handler.Log_Error
2100: ( p_rtg_header_rec => p_rtg_header_rec
2101: , p_rtg_revision_tbl => p_rtg_revision_tbl
2102: , p_operation_tbl => p_operation_tbl
2103: , p_op_resource_tbl => p_op_resource_tbl

Line 2108: , p_error_level => Error_Handler.G_BO_LEVEL

2104: , p_sub_resource_tbl => p_sub_resource_tbl
2105: , p_op_network_tbl => p_op_network_tbl
2106: , p_mesg_token_tbl => l_mesg_token_tbl
2107: , p_error_status => 'W'
2108: , p_error_level => Error_Handler.G_BO_LEVEL
2109: , p_error_scope => NULL
2110: , p_other_message => NULL
2111: , p_other_mesg_appid => 'BOM'
2112: , p_other_status => NULL

Line 2114: Error_Handler.G_MISS_TOKEN_TBL

2110: , p_other_message => NULL
2111: , p_other_mesg_appid => 'BOM'
2112: , p_other_status => NULL
2113: , p_other_token_tbl =>
2114: Error_Handler.G_MISS_TOKEN_TBL
2115: , p_entity_index => 1
2116:
2117: , x_rtg_header_rec => l_rtg_header_rec
2118: , x_rtg_revision_tbl => l_routing_revision_tbl

Line 2132: Error_Handler.Open_Debug_Session

2128: BOM_Rtg_Globals.Set_Debug(l_debug_flag);
2129:
2130: IF l_debug_flag = 'Y'
2131: THEN
2132: Error_Handler.Open_Debug_Session
2133: ( p_debug_filename => p_debug_filename
2134: , p_output_dir => p_output_dir
2135: , x_return_status => l_return_status
2136: , p_mesg_token_tbl => l_mesg_token_tbl

Line 2149: Error_Handler.Write_Debug('The Routing BO as passed ');

2145: END IF;
2146:
2147:
2148: IF BOM_Rtg_Globals.get_debug = 'Y' THEN
2149: Error_Handler.Write_Debug('The Routing BO as passed ');
2150: Error_Handler.Write_Debug('-----------------------------------------------------') ;
2151: Error_Handler.Write_Debug('Header Rec - Assembly Item : ' || p_rtg_header_rec.assembly_item_name);
2152: Error_Handler.Write_Debug('Num of Routing Revisions : ' || p_rtg_revision_tbl.COUNT);
2153: Error_Handler.Write_Debug('Num of Operations : ' || p_operation_tbl.COUNT);

Line 2150: Error_Handler.Write_Debug('-----------------------------------------------------') ;

2146:
2147:
2148: IF BOM_Rtg_Globals.get_debug = 'Y' THEN
2149: Error_Handler.Write_Debug('The Routing BO as passed ');
2150: Error_Handler.Write_Debug('-----------------------------------------------------') ;
2151: Error_Handler.Write_Debug('Header Rec - Assembly Item : ' || p_rtg_header_rec.assembly_item_name);
2152: Error_Handler.Write_Debug('Num of Routing Revisions : ' || p_rtg_revision_tbl.COUNT);
2153: Error_Handler.Write_Debug('Num of Operations : ' || p_operation_tbl.COUNT);
2154: Error_Handler.Write_Debug('Num of Resources : ' || p_op_resource_tbl.COUNT);

Line 2151: Error_Handler.Write_Debug('Header Rec - Assembly Item : ' || p_rtg_header_rec.assembly_item_name);

2147:
2148: IF BOM_Rtg_Globals.get_debug = 'Y' THEN
2149: Error_Handler.Write_Debug('The Routing BO as passed ');
2150: Error_Handler.Write_Debug('-----------------------------------------------------') ;
2151: Error_Handler.Write_Debug('Header Rec - Assembly Item : ' || p_rtg_header_rec.assembly_item_name);
2152: Error_Handler.Write_Debug('Num of Routing Revisions : ' || p_rtg_revision_tbl.COUNT);
2153: Error_Handler.Write_Debug('Num of Operations : ' || p_operation_tbl.COUNT);
2154: Error_Handler.Write_Debug('Num of Resources : ' || p_op_resource_tbl.COUNT);
2155: Error_Handler.Write_Debug('Num of Substitue Resources : ' || p_sub_resource_tbl.COUNT);

Line 2152: Error_Handler.Write_Debug('Num of Routing Revisions : ' || p_rtg_revision_tbl.COUNT);

2148: IF BOM_Rtg_Globals.get_debug = 'Y' THEN
2149: Error_Handler.Write_Debug('The Routing BO as passed ');
2150: Error_Handler.Write_Debug('-----------------------------------------------------') ;
2151: Error_Handler.Write_Debug('Header Rec - Assembly Item : ' || p_rtg_header_rec.assembly_item_name);
2152: Error_Handler.Write_Debug('Num of Routing Revisions : ' || p_rtg_revision_tbl.COUNT);
2153: Error_Handler.Write_Debug('Num of Operations : ' || p_operation_tbl.COUNT);
2154: Error_Handler.Write_Debug('Num of Resources : ' || p_op_resource_tbl.COUNT);
2155: Error_Handler.Write_Debug('Num of Substitue Resources : ' || p_sub_resource_tbl.COUNT);
2156: Error_Handler.Write_Debug('Num of Operation Network : ' || p_op_network_tbl.COUNT);

Line 2153: Error_Handler.Write_Debug('Num of Operations : ' || p_operation_tbl.COUNT);

2149: Error_Handler.Write_Debug('The Routing BO as passed ');
2150: Error_Handler.Write_Debug('-----------------------------------------------------') ;
2151: Error_Handler.Write_Debug('Header Rec - Assembly Item : ' || p_rtg_header_rec.assembly_item_name);
2152: Error_Handler.Write_Debug('Num of Routing Revisions : ' || p_rtg_revision_tbl.COUNT);
2153: Error_Handler.Write_Debug('Num of Operations : ' || p_operation_tbl.COUNT);
2154: Error_Handler.Write_Debug('Num of Resources : ' || p_op_resource_tbl.COUNT);
2155: Error_Handler.Write_Debug('Num of Substitue Resources : ' || p_sub_resource_tbl.COUNT);
2156: Error_Handler.Write_Debug('Num of Operation Network : ' || p_op_network_tbl.COUNT);
2157: Error_Handler.Write_Debug('-----------------------------------------------------') ;

Line 2154: Error_Handler.Write_Debug('Num of Resources : ' || p_op_resource_tbl.COUNT);

2150: Error_Handler.Write_Debug('-----------------------------------------------------') ;
2151: Error_Handler.Write_Debug('Header Rec - Assembly Item : ' || p_rtg_header_rec.assembly_item_name);
2152: Error_Handler.Write_Debug('Num of Routing Revisions : ' || p_rtg_revision_tbl.COUNT);
2153: Error_Handler.Write_Debug('Num of Operations : ' || p_operation_tbl.COUNT);
2154: Error_Handler.Write_Debug('Num of Resources : ' || p_op_resource_tbl.COUNT);
2155: Error_Handler.Write_Debug('Num of Substitue Resources : ' || p_sub_resource_tbl.COUNT);
2156: Error_Handler.Write_Debug('Num of Operation Network : ' || p_op_network_tbl.COUNT);
2157: Error_Handler.Write_Debug('-----------------------------------------------------') ;
2158: END IF;

Line 2155: Error_Handler.Write_Debug('Num of Substitue Resources : ' || p_sub_resource_tbl.COUNT);

2151: Error_Handler.Write_Debug('Header Rec - Assembly Item : ' || p_rtg_header_rec.assembly_item_name);
2152: Error_Handler.Write_Debug('Num of Routing Revisions : ' || p_rtg_revision_tbl.COUNT);
2153: Error_Handler.Write_Debug('Num of Operations : ' || p_operation_tbl.COUNT);
2154: Error_Handler.Write_Debug('Num of Resources : ' || p_op_resource_tbl.COUNT);
2155: Error_Handler.Write_Debug('Num of Substitue Resources : ' || p_sub_resource_tbl.COUNT);
2156: Error_Handler.Write_Debug('Num of Operation Network : ' || p_op_network_tbl.COUNT);
2157: Error_Handler.Write_Debug('-----------------------------------------------------') ;
2158: END IF;
2159: /* Following code is for Patchset G because we are suppressing the OSFM support

Line 2156: Error_Handler.Write_Debug('Num of Operation Network : ' || p_op_network_tbl.COUNT);

2152: Error_Handler.Write_Debug('Num of Routing Revisions : ' || p_rtg_revision_tbl.COUNT);
2153: Error_Handler.Write_Debug('Num of Operations : ' || p_operation_tbl.COUNT);
2154: Error_Handler.Write_Debug('Num of Resources : ' || p_op_resource_tbl.COUNT);
2155: Error_Handler.Write_Debug('Num of Substitue Resources : ' || p_sub_resource_tbl.COUNT);
2156: Error_Handler.Write_Debug('Num of Operation Network : ' || p_op_network_tbl.COUNT);
2157: Error_Handler.Write_Debug('-----------------------------------------------------') ;
2158: END IF;
2159: /* Following code is for Patchset G because we are suppressing the OSFM support
2160: as the OSFM team's request. This will be added in Patchset H */

Line 2157: Error_Handler.Write_Debug('-----------------------------------------------------') ;

2153: Error_Handler.Write_Debug('Num of Operations : ' || p_operation_tbl.COUNT);
2154: Error_Handler.Write_Debug('Num of Resources : ' || p_op_resource_tbl.COUNT);
2155: Error_Handler.Write_Debug('Num of Substitue Resources : ' || p_sub_resource_tbl.COUNT);
2156: Error_Handler.Write_Debug('Num of Operation Network : ' || p_op_network_tbl.COUNT);
2157: Error_Handler.Write_Debug('-----------------------------------------------------') ;
2158: END IF;
2159: /* Following code is for Patchset G because we are suppressing the OSFM support
2160: as the OSFM team's request. This will be added in Patchset H */
2161: --for OSFM import routings

Line 2262: -- Call Error Handler

2258: BOM_Rtg_Globals.Set_Eco_Name( p_eco_name => NULL);
2259:
2260: IF l_return_status <> 'S'
2261: THEN
2262: -- Call Error Handler
2263: l_token_tbl(1).token_name := 'ASSEMBLY_ITEM_NAME';
2264: l_token_tbl(1).token_value := l_assembly_item_name;
2265: l_token_tbl(2).token_name := 'ORGANIZATION_CODE';
2266: l_token_tbl(2).token_value := l_organization_code;

Line 2268: Bom_Rtg_Error_Handler.Log_Error

2264: l_token_tbl(1).token_value := l_assembly_item_name;
2265: l_token_tbl(2).token_name := 'ORGANIZATION_CODE';
2266: l_token_tbl(2).token_value := l_organization_code;
2267:
2268: Bom_Rtg_Error_Handler.Log_Error
2269: (
2270: p_rtg_header_rec => p_rtg_header_rec
2271: , p_rtg_revision_tbl => p_rtg_revision_tbl
2272: , p_operation_tbl => p_operation_tbl

Line 2276: , p_Mesg_Token_tbl => Error_Handler.G_MISS_MESG_TOKEN_TBL

2272: , p_operation_tbl => p_operation_tbl
2273: , p_op_resource_tbl => p_op_resource_tbl
2274: , p_sub_resource_tbl => p_sub_resource_tbl
2275: , p_op_network_tbl => p_op_network_tbl
2276: , p_Mesg_Token_tbl => Error_Handler.G_MISS_MESG_TOKEN_TBL
2277: , p_error_status => l_return_status
2278: , p_error_scope => Error_Handler.G_SCOPE_ALL
2279: , p_error_level => Error_Handler.G_BO_LEVEL
2280: , p_other_message => 'BOM_ERROR_BUSINESS_OBJECT'

Line 2278: , p_error_scope => Error_Handler.G_SCOPE_ALL

2274: , p_sub_resource_tbl => p_sub_resource_tbl
2275: , p_op_network_tbl => p_op_network_tbl
2276: , p_Mesg_Token_tbl => Error_Handler.G_MISS_MESG_TOKEN_TBL
2277: , p_error_status => l_return_status
2278: , p_error_scope => Error_Handler.G_SCOPE_ALL
2279: , p_error_level => Error_Handler.G_BO_LEVEL
2280: , p_other_message => 'BOM_ERROR_BUSINESS_OBJECT'
2281: , p_other_status => l_return_status
2282: , p_other_token_tbl => l_token_tbl

Line 2279: , p_error_level => Error_Handler.G_BO_LEVEL

2275: , p_op_network_tbl => p_op_network_tbl
2276: , p_Mesg_Token_tbl => Error_Handler.G_MISS_MESG_TOKEN_TBL
2277: , p_error_status => l_return_status
2278: , p_error_scope => Error_Handler.G_SCOPE_ALL
2279: , p_error_level => Error_Handler.G_BO_LEVEL
2280: , p_other_message => 'BOM_ERROR_BUSINESS_OBJECT'
2281: , p_other_status => l_return_status
2282: , p_other_token_tbl => l_token_tbl
2283: , p_other_mesg_appid => 'BOM'

Line 2297: -- Call Error Handler

2293: END IF;
2294: /*
2295: IF l_return_status <> 'S'
2296: THEN
2297: -- Call Error Handler
2298: l_token_tbl(1).token_name := 'ASSEMBLY_ITEM_NAME';
2299: l_token_tbl(1).token_value := l_assembly_item_name;
2300: l_token_tbl(2).token_name := 'ORGANIZATION_CODE';
2301: l_token_tbl(2).token_value := l_organization_code;

Line 2303: Bom_Rtg_Error_Handler.Log_Error

2299: l_token_tbl(1).token_value := l_assembly_item_name;
2300: l_token_tbl(2).token_name := 'ORGANIZATION_CODE';
2301: l_token_tbl(2).token_value := l_organization_code;
2302:
2303: Bom_Rtg_Error_Handler.Log_Error
2304: (
2305: p_rtg_header_rec =>
2306: Bom_Rtg_Pub.G_MISS_RTG_HEADER_REC
2307: , p_rtg_revision_tbl =>

Line 2317: , p_Mesg_Token_tbl => Error_Handler.G_MISS_MESG_TOKEN_TBL

2313: , p_sub_resource_tbl =>
2314: Bom_Rtg_Pub.G_MISS_SUB_RESOURCE_TBL
2315: , p_op_network_tbl =>
2316: Bom_Rtg_Pub.G_MISS_OP_NETWORK_TBL
2317: , p_Mesg_Token_tbl => Error_Handler.G_MISS_MESG_TOKEN_TBL
2318: , p_error_status => l_return_status
2319: , p_error_scope => Error_Handler.G_SCOPE_ALL
2320: , p_error_level => Error_Handler.G_BO_LEVEL
2321: , p_other_message => 'BOM_ERROR_BUSINESS_OBJECT'

Line 2319: , p_error_scope => Error_Handler.G_SCOPE_ALL

2315: , p_op_network_tbl =>
2316: Bom_Rtg_Pub.G_MISS_OP_NETWORK_TBL
2317: , p_Mesg_Token_tbl => Error_Handler.G_MISS_MESG_TOKEN_TBL
2318: , p_error_status => l_return_status
2319: , p_error_scope => Error_Handler.G_SCOPE_ALL
2320: , p_error_level => Error_Handler.G_BO_LEVEL
2321: , p_other_message => 'BOM_ERROR_BUSINESS_OBJECT'
2322: , p_other_status => l_return_status
2323: , p_other_token_tbl => l_token_tbl

Line 2320: , p_error_level => Error_Handler.G_BO_LEVEL

2316: Bom_Rtg_Pub.G_MISS_OP_NETWORK_TBL
2317: , p_Mesg_Token_tbl => Error_Handler.G_MISS_MESG_TOKEN_TBL
2318: , p_error_status => l_return_status
2319: , p_error_scope => Error_Handler.G_SCOPE_ALL
2320: , p_error_level => Error_Handler.G_BO_LEVEL
2321: , p_other_message => 'BOM_ERROR_BUSINESS_OBJECT'
2322: , p_other_status => l_return_status
2323: , p_other_token_tbl => l_token_tbl
2324: , p_other_mesg_appid => 'BOM'

Line 2336: x_msg_count := Error_Handler.Get_Message_Count;

2332: );
2333: END IF;
2334: */
2335: x_return_status := l_return_status;
2336: x_msg_count := Error_Handler.Get_Message_Count;
2337: IF Bom_Rtg_Globals.Get_Debug = 'Y'
2338: THEN
2339: Error_Handler.Close_Debug_Session;
2340: END IF;

Line 2339: Error_Handler.Close_Debug_Session;

2335: x_return_status := l_return_status;
2336: x_msg_count := Error_Handler.Get_Message_Count;
2337: IF Bom_Rtg_Globals.Get_Debug = 'Y'
2338: THEN
2339: Error_Handler.Close_Debug_Session;
2340: END IF;
2341:
2342: EXCEPTION
2343: WHEN G_EXC_SEV_QUIT_OBJECT THEN

Line 2345: -- Call Error Handler

2341:
2342: EXCEPTION
2343: WHEN G_EXC_SEV_QUIT_OBJECT THEN
2344:
2345: -- Call Error Handler
2346: Bom_Rtg_Error_Handler.Log_Error
2347: ( p_rtg_header_rec => p_rtg_header_rec
2348: , p_rtg_revision_tbl => p_rtg_revision_tbl
2349: , p_operation_tbl => p_operation_tbl

Line 2346: Bom_Rtg_Error_Handler.Log_Error

2342: EXCEPTION
2343: WHEN G_EXC_SEV_QUIT_OBJECT THEN
2344:
2345: -- Call Error Handler
2346: Bom_Rtg_Error_Handler.Log_Error
2347: ( p_rtg_header_rec => p_rtg_header_rec
2348: , p_rtg_revision_tbl => p_rtg_revision_tbl
2349: , p_operation_tbl => p_operation_tbl
2350: , p_op_resource_tbl => p_op_resource_tbl

Line 2354: , p_error_status => Error_Handler.G_STATUS_ERROR

2350: , p_op_resource_tbl => p_op_resource_tbl
2351: , p_sub_resource_tbl => p_sub_resource_tbl
2352: , p_op_network_tbl => p_op_network_tbl
2353: , p_Mesg_Token_Tbl => l_Mesg_Token_Tbl
2354: , p_error_status => Error_Handler.G_STATUS_ERROR
2355: , p_error_level => Error_Handler.G_BO_LEVEL
2356: , p_error_scope => Error_Handler.G_SCOPE_ALL
2357: , p_other_status => Error_Handler.G_STATUS_NOT_PICKED
2358: , p_other_message => l_other_message

Line 2355: , p_error_level => Error_Handler.G_BO_LEVEL

2351: , p_sub_resource_tbl => p_sub_resource_tbl
2352: , p_op_network_tbl => p_op_network_tbl
2353: , p_Mesg_Token_Tbl => l_Mesg_Token_Tbl
2354: , p_error_status => Error_Handler.G_STATUS_ERROR
2355: , p_error_level => Error_Handler.G_BO_LEVEL
2356: , p_error_scope => Error_Handler.G_SCOPE_ALL
2357: , p_other_status => Error_Handler.G_STATUS_NOT_PICKED
2358: , p_other_message => l_other_message
2359: , p_other_token_tbl => l_token_tbl

Line 2356: , p_error_scope => Error_Handler.G_SCOPE_ALL

2352: , p_op_network_tbl => p_op_network_tbl
2353: , p_Mesg_Token_Tbl => l_Mesg_Token_Tbl
2354: , p_error_status => Error_Handler.G_STATUS_ERROR
2355: , p_error_level => Error_Handler.G_BO_LEVEL
2356: , p_error_scope => Error_Handler.G_SCOPE_ALL
2357: , p_other_status => Error_Handler.G_STATUS_NOT_PICKED
2358: , p_other_message => l_other_message
2359: , p_other_token_tbl => l_token_tbl
2360: , p_other_mesg_appid => 'BOM'

Line 2357: , p_other_status => Error_Handler.G_STATUS_NOT_PICKED

2353: , p_Mesg_Token_Tbl => l_Mesg_Token_Tbl
2354: , p_error_status => Error_Handler.G_STATUS_ERROR
2355: , p_error_level => Error_Handler.G_BO_LEVEL
2356: , p_error_scope => Error_Handler.G_SCOPE_ALL
2357: , p_other_status => Error_Handler.G_STATUS_NOT_PICKED
2358: , p_other_message => l_other_message
2359: , p_other_token_tbl => l_token_tbl
2360: , p_other_mesg_appid => 'BOM'
2361: , p_entity_index => 1

Line 2370: x_return_status := Error_Handler.G_STATUS_ERROR;

2366: , x_sub_resource_tbl => l_sub_resource_tbl
2367: , x_op_network_tbl => l_op_network_tbl
2368: );
2369:
2370: x_return_status := Error_Handler.G_STATUS_ERROR;
2371: x_msg_count := Error_Handler.Get_Message_Count;
2372: IF Bom_Rtg_Globals.Get_Debug = 'Y'
2373: THEN
2374: Error_Handler.Close_Debug_Session;

Line 2371: x_msg_count := Error_Handler.Get_Message_Count;

2367: , x_op_network_tbl => l_op_network_tbl
2368: );
2369:
2370: x_return_status := Error_Handler.G_STATUS_ERROR;
2371: x_msg_count := Error_Handler.Get_Message_Count;
2372: IF Bom_Rtg_Globals.Get_Debug = 'Y'
2373: THEN
2374: Error_Handler.Close_Debug_Session;
2375: END IF;

Line 2374: Error_Handler.Close_Debug_Session;

2370: x_return_status := Error_Handler.G_STATUS_ERROR;
2371: x_msg_count := Error_Handler.Get_Message_Count;
2372: IF Bom_Rtg_Globals.Get_Debug = 'Y'
2373: THEN
2374: Error_Handler.Close_Debug_Session;
2375: END IF;
2376:
2377: WHEN G_EXC_UNEXP_SKIP_OBJECT THEN
2378:

Line 2379: -- Call Error Handler

2375: END IF;
2376:
2377: WHEN G_EXC_UNEXP_SKIP_OBJECT THEN
2378:
2379: -- Call Error Handler
2380: Bom_Rtg_Error_Handler.Log_Error
2381: ( p_rtg_header_rec => p_rtg_header_rec
2382: , p_rtg_revision_tbl => p_rtg_revision_tbl
2383: , p_operation_tbl => p_operation_tbl

Line 2380: Bom_Rtg_Error_Handler.Log_Error

2376:
2377: WHEN G_EXC_UNEXP_SKIP_OBJECT THEN
2378:
2379: -- Call Error Handler
2380: Bom_Rtg_Error_Handler.Log_Error
2381: ( p_rtg_header_rec => p_rtg_header_rec
2382: , p_rtg_revision_tbl => p_rtg_revision_tbl
2383: , p_operation_tbl => p_operation_tbl
2384: , p_op_resource_tbl => p_op_resource_tbl

Line 2388: , p_error_status => Error_Handler.G_STATUS_UNEXPECTED

2384: , p_op_resource_tbl => p_op_resource_tbl
2385: , p_sub_resource_tbl => p_sub_resource_tbl
2386: , p_op_network_tbl => p_op_network_tbl
2387: , p_Mesg_Token_Tbl => l_Mesg_Token_Tbl
2388: , p_error_status => Error_Handler.G_STATUS_UNEXPECTED
2389: , p_error_scope => NULL
2390: , p_error_level => Error_Handler.G_BO_LEVEL
2391: , p_other_status => Error_Handler.G_STATUS_NOT_PICKED
2392: , p_other_message => l_other_message

Line 2390: , p_error_level => Error_Handler.G_BO_LEVEL

2386: , p_op_network_tbl => p_op_network_tbl
2387: , p_Mesg_Token_Tbl => l_Mesg_Token_Tbl
2388: , p_error_status => Error_Handler.G_STATUS_UNEXPECTED
2389: , p_error_scope => NULL
2390: , p_error_level => Error_Handler.G_BO_LEVEL
2391: , p_other_status => Error_Handler.G_STATUS_NOT_PICKED
2392: , p_other_message => l_other_message
2393: , p_other_mesg_appid => 'BOM'
2394: , p_other_token_tbl => l_token_tbl

Line 2391: , p_other_status => Error_Handler.G_STATUS_NOT_PICKED

2387: , p_Mesg_Token_Tbl => l_Mesg_Token_Tbl
2388: , p_error_status => Error_Handler.G_STATUS_UNEXPECTED
2389: , p_error_scope => NULL
2390: , p_error_level => Error_Handler.G_BO_LEVEL
2391: , p_other_status => Error_Handler.G_STATUS_NOT_PICKED
2392: , p_other_message => l_other_message
2393: , p_other_mesg_appid => 'BOM'
2394: , p_other_token_tbl => l_token_tbl
2395: , p_entity_index => 1

Line 2404: x_return_status := Error_Handler.G_STATUS_UNEXPECTED;

2400: , x_sub_resource_tbl => l_sub_resource_tbl
2401: , x_op_network_tbl => l_op_network_tbl
2402: );
2403:
2404: x_return_status := Error_Handler.G_STATUS_UNEXPECTED;
2405: x_msg_count := Error_Handler.Get_Message_Count;
2406: IF Bom_Rtg_Globals.Get_Debug = 'Y'
2407: THEN
2408: Error_Handler.Close_Debug_Session;

Line 2405: x_msg_count := Error_Handler.Get_Message_Count;

2401: , x_op_network_tbl => l_op_network_tbl
2402: );
2403:
2404: x_return_status := Error_Handler.G_STATUS_UNEXPECTED;
2405: x_msg_count := Error_Handler.Get_Message_Count;
2406: IF Bom_Rtg_Globals.Get_Debug = 'Y'
2407: THEN
2408: Error_Handler.Close_Debug_Session;
2409: END IF;

Line 2408: Error_Handler.Close_Debug_Session;

2404: x_return_status := Error_Handler.G_STATUS_UNEXPECTED;
2405: x_msg_count := Error_Handler.Get_Message_Count;
2406: IF Bom_Rtg_Globals.Get_Debug = 'Y'
2407: THEN
2408: Error_Handler.Close_Debug_Session;
2409: END IF;
2410:
2411: END Process_Rtg;
2412: