DBA Data[Home] [Help]

APPS.BOM_RTG_PUB dependencies on BOM_RTG_GLOBALS

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

1980: l_Debug_flag VARCHAR2(1) := p_debug;
1981:
1982: BEGIN
1983:
1984: --dbms_output.put_line('In Bom_Rtg_Globals . . .' ) ;
1985: --dbms_output.put_line('Set Business Object Idenfier in the System Information. . .' ) ;
1986: --
1987: -- Set Business Object Idenfier in the System Information
1988: -- record.

Line 2013: BOM_Rtg_Globals.Set_Bo_Identifier

2009: IF p_op_network_tbl IS NULL THEN
2010: p_op_network_tbl := Bom_Rtg_Pub.G_MISS_OP_NETWORK_TBL;
2011: END IF;
2012: */
2013: BOM_Rtg_Globals.Set_Bo_Identifier
2014: (p_bo_identifier => p_bo_identifier);
2015:
2016: --dbms_output.put_line('End of Setting Business Object Idenfier in the System Information. . .' ) ;
2017: --

Line 2128: BOM_Rtg_Globals.Set_Debug(l_debug_flag);

2124: l_debug_flag := 'N';
2125:
2126: END IF;
2127:
2128: BOM_Rtg_Globals.Set_Debug(l_debug_flag);
2129:
2130: IF l_debug_flag = 'Y'
2131: THEN
2132: Error_Handler.Open_Debug_Session

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

2138: );
2139:
2140: IF l_return_status <> FND_API.G_RET_STS_SUCCESS
2141: THEN
2142: BOM_Rtg_Globals.Set_Debug('N');
2143: END IF;
2144: END IF;
2145: END IF;
2146:

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

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

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

2218:
2219: --
2220: -- Set Organization Id in the System Information record.
2221: --
2222: BOM_Rtg_Globals.Set_Org_Id( p_org_id => l_organization_id);
2223:
2224: --
2225: -- Set Application Id in the appication context and set the
2226: -- fine-grained security policy on bom_alternate_designators

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

2253: , x_sub_resource_tbl => x_sub_resource_tbl
2254: , x_op_network_tbl => x_op_network_tbl
2255: );
2256:
2257: BOM_Rtg_Globals.Set_Org_Id( p_org_id => NULL);
2258: BOM_Rtg_Globals.Set_Eco_Name( p_eco_name => NULL);
2259:
2260: IF l_return_status <> 'S'
2261: THEN

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

2254: , x_op_network_tbl => x_op_network_tbl
2255: );
2256:
2257: BOM_Rtg_Globals.Set_Org_Id( p_org_id => NULL);
2258: BOM_Rtg_Globals.Set_Eco_Name( p_eco_name => NULL);
2259:
2260: IF l_return_status <> 'S'
2261: THEN
2262: -- Call Error Handler

Line 2337: IF Bom_Rtg_Globals.Get_Debug = 'Y'

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

Line 2372: IF Bom_Rtg_Globals.Get_Debug = 'Y'

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

Line 2406: IF Bom_Rtg_Globals.Get_Debug = 'Y'

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