DBA Data[Home] [Help]

APPS.OE_CONFIG_UTIL dependencies on OE_CONFIG_TSO_PVT

Line 1139: OE_CONFIG_TSO_PVT.Is_Part_Of_Container_Model

1135: oe_debug_pub.add(' Before calling Is part of container model ' || l_line_id, 2);
1136:
1137: END IF;
1138:
1139: OE_CONFIG_TSO_PVT.Is_Part_Of_Container_Model
1140: ( p_line_id => l_line_id
1141: ,p_top_model_line_id => l_line_id
1142: ,x_top_container_model => l_top_container
1143: ,x_part_of_container => l_part_of_container );

Line 1837: OE_CONFIG_TSO_PVT.Is_Part_Of_Container_Model

1833: END IF;
1834:
1835: IF OE_CODE_CONTROL.GET_CODE_RELEASE_LEVEL >= '110510' THEN
1836:
1837: OE_CONFIG_TSO_PVT.Is_Part_Of_Container_Model
1838: ( p_line_id => p_model_line_id
1839: ,x_top_container_model => l_change_flag
1840: ,x_part_of_container => l_return_status );
1841:

Line 4342: OE_CONFIG_TSO_PVT.Is_Part_Of_Container_Model

4338: -- TSO with Equipment starts
4339: IF l_parent_line_rec.line_id <> l_parent_line_rec.top_model_line_id AND
4340: l_parent_line_rec.item_type_code = 'KIT' THEN
4341:
4342: OE_CONFIG_TSO_PVT.Is_Part_Of_Container_Model
4343: (p_line_id => l_parent_line_rec.line_id ,
4344: x_top_container_model => l_top_container_model,
4345: x_part_of_container => l_part_of_container);
4346:

Line 4350: OE_CONFIG_TSO_PVT.Get_MACD_Action_Mode

4346:
4347: -- The line is part of container
4348: IF l_part_of_container = 'Y' THEN
4349:
4350: OE_CONFIG_TSO_PVT.Get_MACD_Action_Mode
4351: ( p_line_id => l_parent_line_rec.line_id
4352: ,x_config_mode => l_config_mode
4353: ,x_return_status => l_x_return_status );
4354:

Line 7194: OE_CONFIG_TSO_PVT.Is_Part_Of_Container_Model

7190: OE_DEBUG_PUB.Add('Inventory Item ID (from Parent Line):'
7191: ||p_parent_line_rec.inventory_item_id,3);
7192: END IF;
7193:
7194: OE_CONFIG_TSO_PVT.Is_Part_Of_Container_Model
7195: ( p_inventory_item_id => p_parent_line_rec.inventory_item_id
7196: ,x_top_container_model => l_top_container_model
7197: ,x_part_of_container => l_part_of_container );
7198:

Line 8666: OE_CONFIG_TSO_PVT.Is_Part_Of_Container_Model

8662: oe_debug_pub.add('ENTERING OE_CONFIG_UTIL.Unlock_Config' , 1);
8663: END IF;
8664:
8665:
8666: OE_CONFIG_TSO_PVT.Is_Part_Of_Container_Model
8667: ( p_line_id => p_line_rec.line_id
8668: ,p_top_model_line_id => p_line_rec.line_id
8669: ,x_top_container_model => l_top_container
8670: ,x_part_of_container => l_part_of_container );