DBA Data[Home] [Help]

APPS.BOM_RTG_PUB dependencies on BOM_RTG_GLOBALS

Line 1991: --dbms_output.put_line('In Bom_Rtg_Globals . . .' ) ;

1987: l_Debug_flag VARCHAR2(1) := p_debug;
1988:
1989: BEGIN
1990:
1991: --dbms_output.put_line('In Bom_Rtg_Globals . . .' ) ;
1992: --dbms_output.put_line('Set Business Object Idenfier in the System Information. . .' ) ;
1993: --
1994: -- Set Business Object Idenfier in the System Information
1995: -- record.

Line 2020: BOM_Rtg_Globals.Set_Bo_Identifier

2016: IF p_op_network_tbl IS NULL THEN
2017: p_op_network_tbl := Bom_Rtg_Pub.G_MISS_OP_NETWORK_TBL;
2018: END IF;
2019: */
2020: BOM_Rtg_Globals.Set_Bo_Identifier
2021: (p_bo_identifier => p_bo_identifier);
2022:
2023: --dbms_output.put_line('End of Setting Business Object Idenfier in the System Information. . .' ) ;
2024: --

Line 2135: BOM_Rtg_Globals.Set_Debug(l_debug_flag);

2131: l_debug_flag := 'N';
2132:
2133: END IF;
2134:
2135: BOM_Rtg_Globals.Set_Debug(l_debug_flag);
2136:
2137: IF l_debug_flag = 'Y'
2138: THEN
2139: Error_Handler.Open_Debug_Session

Line 2149: BOM_Rtg_Globals.Set_Debug('N');

2145: );
2146:
2147: IF l_return_status <> FND_API.G_RET_STS_SUCCESS
2148: THEN
2149: BOM_Rtg_Globals.Set_Debug('N');
2150: END IF;
2151: END IF;
2152: END IF;
2153:

Line 2155: IF BOM_Rtg_Globals.get_debug = 'Y' THEN

2151: END IF;
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);

Line 2229: BOM_Rtg_Globals.Set_Org_Id( p_org_id => l_organization_id);

2225:
2226: --
2227: -- Set Organization Id in the System Information record.
2228: --
2229: BOM_Rtg_Globals.Set_Org_Id( p_org_id => l_organization_id);
2230:
2231: --
2232: -- Set Application Id in the appication context and set the
2233: -- fine-grained security policy on bom_alternate_designators

Line 2264: BOM_Rtg_Globals.Set_Org_Id( p_org_id => NULL);

2260: , x_sub_resource_tbl => x_sub_resource_tbl
2261: , x_op_network_tbl => x_op_network_tbl
2262: );
2263:
2264: BOM_Rtg_Globals.Set_Org_Id( p_org_id => NULL);
2265: BOM_Rtg_Globals.Set_Eco_Name( p_eco_name => NULL);
2266:
2267: IF l_return_status <> 'S'
2268: THEN

Line 2265: BOM_Rtg_Globals.Set_Eco_Name( p_eco_name => NULL);

2261: , x_op_network_tbl => x_op_network_tbl
2262: );
2263:
2264: BOM_Rtg_Globals.Set_Org_Id( p_org_id => NULL);
2265: BOM_Rtg_Globals.Set_Eco_Name( p_eco_name => NULL);
2266:
2267: IF l_return_status <> 'S'
2268: THEN
2269: -- Call Error Handler

Line 2344: IF Bom_Rtg_Globals.Get_Debug = 'Y'

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;
2348:

Line 2379: IF Bom_Rtg_Globals.Get_Debug = 'Y'

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;
2383:

Line 2413: IF Bom_Rtg_Globals.Get_Debug = 'Y'

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;
2417: