DBA Data[Home] [Help]

APPS.BOM_RTG_PUB dependencies on ERROR_HANDLER

Line 1972: l_Mesg_Token_Tbl Error_Handler.Mesg_Token_Tbl_Type;

1968: IS
1969:
1970: G_EXC_SEV_QUIT_OBJECT EXCEPTION;
1971: G_EXC_UNEXP_SKIP_OBJECT EXCEPTION;
1972: l_Mesg_Token_Tbl Error_Handler.Mesg_Token_Tbl_Type;
1973: l_other_message VARCHAR2(50);
1974: l_Token_Tbl Error_Handler.Token_Tbl_Type;
1975: l_err_text VARCHAR2(2000);
1976: l_return_status VARCHAR2(1);

Line 1974: l_Token_Tbl Error_Handler.Token_Tbl_Type;

1970: G_EXC_SEV_QUIT_OBJECT EXCEPTION;
1971: G_EXC_UNEXP_SKIP_OBJECT EXCEPTION;
1972: l_Mesg_Token_Tbl Error_Handler.Mesg_Token_Tbl_Type;
1973: l_other_message VARCHAR2(50);
1974: l_Token_Tbl Error_Handler.Token_Tbl_Type;
1975: l_err_text VARCHAR2(2000);
1976: l_return_status VARCHAR2(1);
1977: l_assembly_item_name VARCHAR2(81);
1978: l_organization_code VARCHAR2(3);

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

2026: -- Init Message List parameter
2027: --
2028: IF p_init_msg_list
2029: THEN
2030: --dbms_output.put_line('Error_Handler.Initialize. . .' ) ;
2031: Error_Handler.Initialize;
2032: END IF;
2033:
2034:

Line 2031: Error_Handler.Initialize;

2027: --
2028: IF p_init_msg_list
2029: THEN
2030: --dbms_output.put_line('Error_Handler.Initialize. . .' ) ;
2031: Error_Handler.Initialize;
2032: END IF;
2033:
2034:
2035: IF l_Debug_flag IS NULL THEN

Line 2050: Error_Handler.Add_Error_Token

2046:
2047:
2048: --dbms_output.put_line('Debug Y ,then Add_Error_Token. . .' ) ;
2049:
2050: Error_Handler.Add_Error_Token
2051: ( p_Message_text =>
2052: 'Debug is set to Y so an output directory' ||
2053: ' must be specified. Debug will be turned' ||
2054: ' off since no directory is specified'

Line 2062: Bom_Rtg_Error_Handler.Log_Error

2058: );
2059:
2060: --dbms_output.put_line('Debug Y ,then Log_Error. . .' ) ;
2061:
2062: Bom_Rtg_Error_Handler.Log_Error
2063: ( p_rtg_header_rec => p_rtg_header_rec
2064: , p_rtg_revision_tbl => p_rtg_revision_tbl
2065: , p_operation_tbl => p_operation_tbl
2066: , p_op_resource_tbl => p_op_resource_tbl

Line 2072: , p_error_level => Error_Handler.G_BO_LEVEL

2068: , p_op_network_tbl => p_op_network_tbl
2069: , p_mesg_token_tbl => l_mesg_token_tbl
2070: , p_error_status => 'W'
2071: , p_error_scope => NULL
2072: , p_error_level => Error_Handler.G_BO_LEVEL
2073: , p_other_message => NULL
2074: , p_other_mesg_appid => 'BOM'
2075: , p_other_status => NULL
2076: , p_other_token_tbl =>

Line 2077: Error_Handler.G_MISS_TOKEN_TBL

2073: , p_other_message => NULL
2074: , p_other_mesg_appid => 'BOM'
2075: , p_other_status => NULL
2076: , p_other_token_tbl =>
2077: Error_Handler.G_MISS_TOKEN_TBL
2078: , p_entity_index => 1
2079: , x_rtg_header_rec => l_rtg_header_rec
2080: , x_rtg_revision_tbl => l_routing_revision_tbl
2081: , x_operation_tbl => l_operation_tbl

Line 2096: Error_Handler.Add_Error_Token

2092: IF trim(p_debug_filename) IS NULL OR
2093: trim(p_debug_filename) = ''
2094: THEN
2095:
2096: Error_Handler.Add_Error_Token
2097: ( p_Message_text =>
2098: ' Debug is set to Y so an output filename' ||
2099: ' must be specified. Debug will be turned' ||
2100: ' off since no filename is specified'

Line 2106: Bom_Rtg_Error_Handler.Log_Error

2102: , x_Mesg_Token_Tbl => l_mesg_token_tbl
2103: , p_Token_Tbl => l_token_tbl
2104: );
2105:
2106: Bom_Rtg_Error_Handler.Log_Error
2107: ( p_rtg_header_rec => p_rtg_header_rec
2108: , p_rtg_revision_tbl => p_rtg_revision_tbl
2109: , p_operation_tbl => p_operation_tbl
2110: , p_op_resource_tbl => p_op_resource_tbl

Line 2115: , p_error_level => Error_Handler.G_BO_LEVEL

2111: , p_sub_resource_tbl => p_sub_resource_tbl
2112: , p_op_network_tbl => p_op_network_tbl
2113: , p_mesg_token_tbl => l_mesg_token_tbl
2114: , p_error_status => 'W'
2115: , p_error_level => Error_Handler.G_BO_LEVEL
2116: , p_error_scope => NULL
2117: , p_other_message => NULL
2118: , p_other_mesg_appid => 'BOM'
2119: , p_other_status => NULL

Line 2121: Error_Handler.G_MISS_TOKEN_TBL

2117: , p_other_message => NULL
2118: , p_other_mesg_appid => 'BOM'
2119: , p_other_status => NULL
2120: , p_other_token_tbl =>
2121: Error_Handler.G_MISS_TOKEN_TBL
2122: , p_entity_index => 1
2123:
2124: , x_rtg_header_rec => l_rtg_header_rec
2125: , x_rtg_revision_tbl => l_routing_revision_tbl

Line 2139: Error_Handler.Open_Debug_Session

2135: BOM_Rtg_Globals.Set_Debug(l_debug_flag);
2136:
2137: IF l_debug_flag = 'Y'
2138: THEN
2139: Error_Handler.Open_Debug_Session
2140: ( p_debug_filename => p_debug_filename
2141: , p_output_dir => p_output_dir
2142: , x_return_status => l_return_status
2143: , p_mesg_token_tbl => l_mesg_token_tbl

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

2152: END IF;
2153:
2154:
2155: IF BOM_Rtg_Globals.get_debug = 'Y' THEN
2156: Error_Handler.Write_Debug('The Routing BO as passed ');
2157: Error_Handler.Write_Debug('-----------------------------------------------------') ;
2158: Error_Handler.Write_Debug('Header Rec - Assembly Item : ' || p_rtg_header_rec.assembly_item_name);
2159: Error_Handler.Write_Debug('Num of Routing Revisions : ' || p_rtg_revision_tbl.COUNT);
2160: Error_Handler.Write_Debug('Num of Operations : ' || p_operation_tbl.COUNT);

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

2153:
2154:
2155: IF BOM_Rtg_Globals.get_debug = 'Y' THEN
2156: Error_Handler.Write_Debug('The Routing BO as passed ');
2157: Error_Handler.Write_Debug('-----------------------------------------------------') ;
2158: Error_Handler.Write_Debug('Header Rec - Assembly Item : ' || p_rtg_header_rec.assembly_item_name);
2159: Error_Handler.Write_Debug('Num of Routing Revisions : ' || p_rtg_revision_tbl.COUNT);
2160: Error_Handler.Write_Debug('Num of Operations : ' || p_operation_tbl.COUNT);
2161: Error_Handler.Write_Debug('Num of Resources : ' || p_op_resource_tbl.COUNT);

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

2154:
2155: IF BOM_Rtg_Globals.get_debug = 'Y' THEN
2156: Error_Handler.Write_Debug('The Routing BO as passed ');
2157: Error_Handler.Write_Debug('-----------------------------------------------------') ;
2158: Error_Handler.Write_Debug('Header Rec - Assembly Item : ' || p_rtg_header_rec.assembly_item_name);
2159: Error_Handler.Write_Debug('Num of Routing Revisions : ' || p_rtg_revision_tbl.COUNT);
2160: Error_Handler.Write_Debug('Num of Operations : ' || p_operation_tbl.COUNT);
2161: Error_Handler.Write_Debug('Num of Resources : ' || p_op_resource_tbl.COUNT);
2162: Error_Handler.Write_Debug('Num of Substitue Resources : ' || p_sub_resource_tbl.COUNT);

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

2155: IF BOM_Rtg_Globals.get_debug = 'Y' THEN
2156: Error_Handler.Write_Debug('The Routing BO as passed ');
2157: Error_Handler.Write_Debug('-----------------------------------------------------') ;
2158: Error_Handler.Write_Debug('Header Rec - Assembly Item : ' || p_rtg_header_rec.assembly_item_name);
2159: Error_Handler.Write_Debug('Num of Routing Revisions : ' || p_rtg_revision_tbl.COUNT);
2160: Error_Handler.Write_Debug('Num of Operations : ' || p_operation_tbl.COUNT);
2161: Error_Handler.Write_Debug('Num of Resources : ' || p_op_resource_tbl.COUNT);
2162: Error_Handler.Write_Debug('Num of Substitue Resources : ' || p_sub_resource_tbl.COUNT);
2163: Error_Handler.Write_Debug('Num of Operation Network : ' || p_op_network_tbl.COUNT);

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

2156: Error_Handler.Write_Debug('The Routing BO as passed ');
2157: Error_Handler.Write_Debug('-----------------------------------------------------') ;
2158: Error_Handler.Write_Debug('Header Rec - Assembly Item : ' || p_rtg_header_rec.assembly_item_name);
2159: Error_Handler.Write_Debug('Num of Routing Revisions : ' || p_rtg_revision_tbl.COUNT);
2160: Error_Handler.Write_Debug('Num of Operations : ' || p_operation_tbl.COUNT);
2161: Error_Handler.Write_Debug('Num of Resources : ' || p_op_resource_tbl.COUNT);
2162: Error_Handler.Write_Debug('Num of Substitue Resources : ' || p_sub_resource_tbl.COUNT);
2163: Error_Handler.Write_Debug('Num of Operation Network : ' || p_op_network_tbl.COUNT);
2164: Error_Handler.Write_Debug('-----------------------------------------------------') ;

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

2157: Error_Handler.Write_Debug('-----------------------------------------------------') ;
2158: Error_Handler.Write_Debug('Header Rec - Assembly Item : ' || p_rtg_header_rec.assembly_item_name);
2159: Error_Handler.Write_Debug('Num of Routing Revisions : ' || p_rtg_revision_tbl.COUNT);
2160: Error_Handler.Write_Debug('Num of Operations : ' || p_operation_tbl.COUNT);
2161: Error_Handler.Write_Debug('Num of Resources : ' || p_op_resource_tbl.COUNT);
2162: Error_Handler.Write_Debug('Num of Substitue Resources : ' || p_sub_resource_tbl.COUNT);
2163: Error_Handler.Write_Debug('Num of Operation Network : ' || p_op_network_tbl.COUNT);
2164: Error_Handler.Write_Debug('-----------------------------------------------------') ;
2165: END IF;

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

2158: Error_Handler.Write_Debug('Header Rec - Assembly Item : ' || p_rtg_header_rec.assembly_item_name);
2159: Error_Handler.Write_Debug('Num of Routing Revisions : ' || p_rtg_revision_tbl.COUNT);
2160: Error_Handler.Write_Debug('Num of Operations : ' || p_operation_tbl.COUNT);
2161: Error_Handler.Write_Debug('Num of Resources : ' || p_op_resource_tbl.COUNT);
2162: Error_Handler.Write_Debug('Num of Substitue Resources : ' || p_sub_resource_tbl.COUNT);
2163: Error_Handler.Write_Debug('Num of Operation Network : ' || p_op_network_tbl.COUNT);
2164: Error_Handler.Write_Debug('-----------------------------------------------------') ;
2165: END IF;
2166: /* Following code is for Patchset G because we are suppressing the OSFM support

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

2159: Error_Handler.Write_Debug('Num of Routing Revisions : ' || p_rtg_revision_tbl.COUNT);
2160: Error_Handler.Write_Debug('Num of Operations : ' || p_operation_tbl.COUNT);
2161: Error_Handler.Write_Debug('Num of Resources : ' || p_op_resource_tbl.COUNT);
2162: Error_Handler.Write_Debug('Num of Substitue Resources : ' || p_sub_resource_tbl.COUNT);
2163: Error_Handler.Write_Debug('Num of Operation Network : ' || p_op_network_tbl.COUNT);
2164: Error_Handler.Write_Debug('-----------------------------------------------------') ;
2165: END IF;
2166: /* Following code is for Patchset G because we are suppressing the OSFM support
2167: as the OSFM team's request. This will be added in Patchset H */

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

2160: Error_Handler.Write_Debug('Num of Operations : ' || p_operation_tbl.COUNT);
2161: Error_Handler.Write_Debug('Num of Resources : ' || p_op_resource_tbl.COUNT);
2162: Error_Handler.Write_Debug('Num of Substitue Resources : ' || p_sub_resource_tbl.COUNT);
2163: Error_Handler.Write_Debug('Num of Operation Network : ' || p_op_network_tbl.COUNT);
2164: Error_Handler.Write_Debug('-----------------------------------------------------') ;
2165: END IF;
2166: /* Following code is for Patchset G because we are suppressing the OSFM support
2167: as the OSFM team's request. This will be added in Patchset H */
2168: --for OSFM import routings

Line 2269: -- Call Error Handler

2265: BOM_Rtg_Globals.Set_Eco_Name( p_eco_name => NULL);
2266:
2267: IF l_return_status <> 'S'
2268: THEN
2269: -- Call Error Handler
2270: l_token_tbl(1).token_name := 'ASSEMBLY_ITEM_NAME';
2271: l_token_tbl(1).token_value := l_assembly_item_name;
2272: l_token_tbl(2).token_name := 'ORGANIZATION_CODE';
2273: l_token_tbl(2).token_value := l_organization_code;

Line 2275: Bom_Rtg_Error_Handler.Log_Error

2271: l_token_tbl(1).token_value := l_assembly_item_name;
2272: l_token_tbl(2).token_name := 'ORGANIZATION_CODE';
2273: l_token_tbl(2).token_value := l_organization_code;
2274:
2275: Bom_Rtg_Error_Handler.Log_Error
2276: (
2277: p_rtg_header_rec => p_rtg_header_rec
2278: , p_rtg_revision_tbl => p_rtg_revision_tbl
2279: , p_operation_tbl => p_operation_tbl

Line 2283: , p_Mesg_Token_tbl => Error_Handler.G_MISS_MESG_TOKEN_TBL

2279: , p_operation_tbl => p_operation_tbl
2280: , p_op_resource_tbl => p_op_resource_tbl
2281: , p_sub_resource_tbl => p_sub_resource_tbl
2282: , p_op_network_tbl => p_op_network_tbl
2283: , p_Mesg_Token_tbl => Error_Handler.G_MISS_MESG_TOKEN_TBL
2284: , p_error_status => l_return_status
2285: , p_error_scope => Error_Handler.G_SCOPE_ALL
2286: , p_error_level => Error_Handler.G_BO_LEVEL
2287: , p_other_message => 'BOM_ERROR_BUSINESS_OBJECT'

Line 2285: , p_error_scope => Error_Handler.G_SCOPE_ALL

2281: , p_sub_resource_tbl => p_sub_resource_tbl
2282: , p_op_network_tbl => p_op_network_tbl
2283: , p_Mesg_Token_tbl => Error_Handler.G_MISS_MESG_TOKEN_TBL
2284: , p_error_status => l_return_status
2285: , p_error_scope => Error_Handler.G_SCOPE_ALL
2286: , p_error_level => Error_Handler.G_BO_LEVEL
2287: , p_other_message => 'BOM_ERROR_BUSINESS_OBJECT'
2288: , p_other_status => l_return_status
2289: , p_other_token_tbl => l_token_tbl

Line 2286: , p_error_level => Error_Handler.G_BO_LEVEL

2282: , p_op_network_tbl => p_op_network_tbl
2283: , p_Mesg_Token_tbl => Error_Handler.G_MISS_MESG_TOKEN_TBL
2284: , p_error_status => l_return_status
2285: , p_error_scope => Error_Handler.G_SCOPE_ALL
2286: , p_error_level => Error_Handler.G_BO_LEVEL
2287: , p_other_message => 'BOM_ERROR_BUSINESS_OBJECT'
2288: , p_other_status => l_return_status
2289: , p_other_token_tbl => l_token_tbl
2290: , p_other_mesg_appid => 'BOM'

Line 2304: -- Call Error Handler

2300: END IF;
2301: /*
2302: IF l_return_status <> 'S'
2303: THEN
2304: -- Call Error Handler
2305: l_token_tbl(1).token_name := 'ASSEMBLY_ITEM_NAME';
2306: l_token_tbl(1).token_value := l_assembly_item_name;
2307: l_token_tbl(2).token_name := 'ORGANIZATION_CODE';
2308: l_token_tbl(2).token_value := l_organization_code;

Line 2310: Bom_Rtg_Error_Handler.Log_Error

2306: l_token_tbl(1).token_value := l_assembly_item_name;
2307: l_token_tbl(2).token_name := 'ORGANIZATION_CODE';
2308: l_token_tbl(2).token_value := l_organization_code;
2309:
2310: Bom_Rtg_Error_Handler.Log_Error
2311: (
2312: p_rtg_header_rec =>
2313: Bom_Rtg_Pub.G_MISS_RTG_HEADER_REC
2314: , p_rtg_revision_tbl =>

Line 2324: , p_Mesg_Token_tbl => Error_Handler.G_MISS_MESG_TOKEN_TBL

2320: , p_sub_resource_tbl =>
2321: Bom_Rtg_Pub.G_MISS_SUB_RESOURCE_TBL
2322: , p_op_network_tbl =>
2323: Bom_Rtg_Pub.G_MISS_OP_NETWORK_TBL
2324: , p_Mesg_Token_tbl => Error_Handler.G_MISS_MESG_TOKEN_TBL
2325: , p_error_status => l_return_status
2326: , p_error_scope => Error_Handler.G_SCOPE_ALL
2327: , p_error_level => Error_Handler.G_BO_LEVEL
2328: , p_other_message => 'BOM_ERROR_BUSINESS_OBJECT'

Line 2326: , p_error_scope => Error_Handler.G_SCOPE_ALL

2322: , p_op_network_tbl =>
2323: Bom_Rtg_Pub.G_MISS_OP_NETWORK_TBL
2324: , p_Mesg_Token_tbl => Error_Handler.G_MISS_MESG_TOKEN_TBL
2325: , p_error_status => l_return_status
2326: , p_error_scope => Error_Handler.G_SCOPE_ALL
2327: , p_error_level => Error_Handler.G_BO_LEVEL
2328: , p_other_message => 'BOM_ERROR_BUSINESS_OBJECT'
2329: , p_other_status => l_return_status
2330: , p_other_token_tbl => l_token_tbl

Line 2327: , p_error_level => Error_Handler.G_BO_LEVEL

2323: Bom_Rtg_Pub.G_MISS_OP_NETWORK_TBL
2324: , p_Mesg_Token_tbl => Error_Handler.G_MISS_MESG_TOKEN_TBL
2325: , p_error_status => l_return_status
2326: , p_error_scope => Error_Handler.G_SCOPE_ALL
2327: , p_error_level => Error_Handler.G_BO_LEVEL
2328: , p_other_message => 'BOM_ERROR_BUSINESS_OBJECT'
2329: , p_other_status => l_return_status
2330: , p_other_token_tbl => l_token_tbl
2331: , p_other_mesg_appid => 'BOM'

Line 2343: x_msg_count := Error_Handler.Get_Message_Count;

2339: );
2340: END IF;
2341: */
2342: x_return_status := l_return_status;
2343: x_msg_count := Error_Handler.Get_Message_Count;
2344: IF Bom_Rtg_Globals.Get_Debug = 'Y'
2345: THEN
2346: Error_Handler.Close_Debug_Session;
2347: END IF;

Line 2346: Error_Handler.Close_Debug_Session;

2342: x_return_status := l_return_status;
2343: x_msg_count := Error_Handler.Get_Message_Count;
2344: IF Bom_Rtg_Globals.Get_Debug = 'Y'
2345: THEN
2346: Error_Handler.Close_Debug_Session;
2347: END IF;
2348:
2349: EXCEPTION
2350: WHEN G_EXC_SEV_QUIT_OBJECT THEN

Line 2352: -- Call Error Handler

2348:
2349: EXCEPTION
2350: WHEN G_EXC_SEV_QUIT_OBJECT THEN
2351:
2352: -- Call Error Handler
2353: Bom_Rtg_Error_Handler.Log_Error
2354: ( p_rtg_header_rec => p_rtg_header_rec
2355: , p_rtg_revision_tbl => p_rtg_revision_tbl
2356: , p_operation_tbl => p_operation_tbl

Line 2353: Bom_Rtg_Error_Handler.Log_Error

2349: EXCEPTION
2350: WHEN G_EXC_SEV_QUIT_OBJECT THEN
2351:
2352: -- Call Error Handler
2353: Bom_Rtg_Error_Handler.Log_Error
2354: ( p_rtg_header_rec => p_rtg_header_rec
2355: , p_rtg_revision_tbl => p_rtg_revision_tbl
2356: , p_operation_tbl => p_operation_tbl
2357: , p_op_resource_tbl => p_op_resource_tbl

Line 2361: , p_error_status => Error_Handler.G_STATUS_ERROR

2357: , p_op_resource_tbl => p_op_resource_tbl
2358: , p_sub_resource_tbl => p_sub_resource_tbl
2359: , p_op_network_tbl => p_op_network_tbl
2360: , p_Mesg_Token_Tbl => l_Mesg_Token_Tbl
2361: , p_error_status => Error_Handler.G_STATUS_ERROR
2362: , p_error_level => Error_Handler.G_BO_LEVEL
2363: , p_error_scope => Error_Handler.G_SCOPE_ALL
2364: , p_other_status => Error_Handler.G_STATUS_NOT_PICKED
2365: , p_other_message => l_other_message

Line 2362: , p_error_level => Error_Handler.G_BO_LEVEL

2358: , p_sub_resource_tbl => p_sub_resource_tbl
2359: , p_op_network_tbl => p_op_network_tbl
2360: , p_Mesg_Token_Tbl => l_Mesg_Token_Tbl
2361: , p_error_status => Error_Handler.G_STATUS_ERROR
2362: , p_error_level => Error_Handler.G_BO_LEVEL
2363: , p_error_scope => Error_Handler.G_SCOPE_ALL
2364: , p_other_status => Error_Handler.G_STATUS_NOT_PICKED
2365: , p_other_message => l_other_message
2366: , p_other_token_tbl => l_token_tbl

Line 2363: , p_error_scope => Error_Handler.G_SCOPE_ALL

2359: , p_op_network_tbl => p_op_network_tbl
2360: , p_Mesg_Token_Tbl => l_Mesg_Token_Tbl
2361: , p_error_status => Error_Handler.G_STATUS_ERROR
2362: , p_error_level => Error_Handler.G_BO_LEVEL
2363: , p_error_scope => Error_Handler.G_SCOPE_ALL
2364: , p_other_status => Error_Handler.G_STATUS_NOT_PICKED
2365: , p_other_message => l_other_message
2366: , p_other_token_tbl => l_token_tbl
2367: , p_other_mesg_appid => 'BOM'

Line 2364: , p_other_status => Error_Handler.G_STATUS_NOT_PICKED

2360: , p_Mesg_Token_Tbl => l_Mesg_Token_Tbl
2361: , p_error_status => Error_Handler.G_STATUS_ERROR
2362: , p_error_level => Error_Handler.G_BO_LEVEL
2363: , p_error_scope => Error_Handler.G_SCOPE_ALL
2364: , p_other_status => Error_Handler.G_STATUS_NOT_PICKED
2365: , p_other_message => l_other_message
2366: , p_other_token_tbl => l_token_tbl
2367: , p_other_mesg_appid => 'BOM'
2368: , p_entity_index => 1

Line 2377: x_return_status := Error_Handler.G_STATUS_ERROR;

2373: , x_sub_resource_tbl => l_sub_resource_tbl
2374: , x_op_network_tbl => l_op_network_tbl
2375: );
2376:
2377: x_return_status := Error_Handler.G_STATUS_ERROR;
2378: x_msg_count := Error_Handler.Get_Message_Count;
2379: IF Bom_Rtg_Globals.Get_Debug = 'Y'
2380: THEN
2381: Error_Handler.Close_Debug_Session;

Line 2378: x_msg_count := Error_Handler.Get_Message_Count;

2374: , x_op_network_tbl => l_op_network_tbl
2375: );
2376:
2377: x_return_status := Error_Handler.G_STATUS_ERROR;
2378: x_msg_count := Error_Handler.Get_Message_Count;
2379: IF Bom_Rtg_Globals.Get_Debug = 'Y'
2380: THEN
2381: Error_Handler.Close_Debug_Session;
2382: END IF;

Line 2381: Error_Handler.Close_Debug_Session;

2377: x_return_status := Error_Handler.G_STATUS_ERROR;
2378: x_msg_count := Error_Handler.Get_Message_Count;
2379: IF Bom_Rtg_Globals.Get_Debug = 'Y'
2380: THEN
2381: Error_Handler.Close_Debug_Session;
2382: END IF;
2383:
2384: WHEN G_EXC_UNEXP_SKIP_OBJECT THEN
2385:

Line 2386: -- Call Error Handler

2382: END IF;
2383:
2384: WHEN G_EXC_UNEXP_SKIP_OBJECT THEN
2385:
2386: -- Call Error Handler
2387: Bom_Rtg_Error_Handler.Log_Error
2388: ( p_rtg_header_rec => p_rtg_header_rec
2389: , p_rtg_revision_tbl => p_rtg_revision_tbl
2390: , p_operation_tbl => p_operation_tbl

Line 2387: Bom_Rtg_Error_Handler.Log_Error

2383:
2384: WHEN G_EXC_UNEXP_SKIP_OBJECT THEN
2385:
2386: -- Call Error Handler
2387: Bom_Rtg_Error_Handler.Log_Error
2388: ( p_rtg_header_rec => p_rtg_header_rec
2389: , p_rtg_revision_tbl => p_rtg_revision_tbl
2390: , p_operation_tbl => p_operation_tbl
2391: , p_op_resource_tbl => p_op_resource_tbl

Line 2395: , p_error_status => Error_Handler.G_STATUS_UNEXPECTED

2391: , p_op_resource_tbl => p_op_resource_tbl
2392: , p_sub_resource_tbl => p_sub_resource_tbl
2393: , p_op_network_tbl => p_op_network_tbl
2394: , p_Mesg_Token_Tbl => l_Mesg_Token_Tbl
2395: , p_error_status => Error_Handler.G_STATUS_UNEXPECTED
2396: , p_error_scope => NULL
2397: , p_error_level => Error_Handler.G_BO_LEVEL
2398: , p_other_status => Error_Handler.G_STATUS_NOT_PICKED
2399: , p_other_message => l_other_message

Line 2397: , p_error_level => Error_Handler.G_BO_LEVEL

2393: , p_op_network_tbl => p_op_network_tbl
2394: , p_Mesg_Token_Tbl => l_Mesg_Token_Tbl
2395: , p_error_status => Error_Handler.G_STATUS_UNEXPECTED
2396: , p_error_scope => NULL
2397: , p_error_level => Error_Handler.G_BO_LEVEL
2398: , p_other_status => Error_Handler.G_STATUS_NOT_PICKED
2399: , p_other_message => l_other_message
2400: , p_other_mesg_appid => 'BOM'
2401: , p_other_token_tbl => l_token_tbl

Line 2398: , p_other_status => Error_Handler.G_STATUS_NOT_PICKED

2394: , p_Mesg_Token_Tbl => l_Mesg_Token_Tbl
2395: , p_error_status => Error_Handler.G_STATUS_UNEXPECTED
2396: , p_error_scope => NULL
2397: , p_error_level => Error_Handler.G_BO_LEVEL
2398: , p_other_status => Error_Handler.G_STATUS_NOT_PICKED
2399: , p_other_message => l_other_message
2400: , p_other_mesg_appid => 'BOM'
2401: , p_other_token_tbl => l_token_tbl
2402: , p_entity_index => 1

Line 2411: x_return_status := Error_Handler.G_STATUS_UNEXPECTED;

2407: , x_sub_resource_tbl => l_sub_resource_tbl
2408: , x_op_network_tbl => l_op_network_tbl
2409: );
2410:
2411: x_return_status := Error_Handler.G_STATUS_UNEXPECTED;
2412: x_msg_count := Error_Handler.Get_Message_Count;
2413: IF Bom_Rtg_Globals.Get_Debug = 'Y'
2414: THEN
2415: Error_Handler.Close_Debug_Session;

Line 2412: x_msg_count := Error_Handler.Get_Message_Count;

2408: , x_op_network_tbl => l_op_network_tbl
2409: );
2410:
2411: x_return_status := Error_Handler.G_STATUS_UNEXPECTED;
2412: x_msg_count := Error_Handler.Get_Message_Count;
2413: IF Bom_Rtg_Globals.Get_Debug = 'Y'
2414: THEN
2415: Error_Handler.Close_Debug_Session;
2416: END IF;

Line 2415: Error_Handler.Close_Debug_Session;

2411: x_return_status := Error_Handler.G_STATUS_UNEXPECTED;
2412: x_msg_count := Error_Handler.Get_Message_Count;
2413: IF Bom_Rtg_Globals.Get_Debug = 'Y'
2414: THEN
2415: Error_Handler.Close_Debug_Session;
2416: END IF;
2417:
2418: END Process_Rtg;
2419: