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 1839: OE_CONFIG_TSO_PVT.Is_Part_Of_Container_Model

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

Line 4348: OE_CONFIG_TSO_PVT.Is_Part_Of_Container_Model

4344: -- TSO with Equipment starts
4345: IF l_parent_line_rec.line_id <> l_parent_line_rec.top_model_line_id AND
4346: l_parent_line_rec.item_type_code = 'KIT' THEN
4347:
4348: OE_CONFIG_TSO_PVT.Is_Part_Of_Container_Model
4349: (p_line_id => l_parent_line_rec.line_id ,
4350: x_top_container_model => l_top_container_model,
4351: x_part_of_container => l_part_of_container);
4352:

Line 4356: OE_CONFIG_TSO_PVT.Get_MACD_Action_Mode

4352:
4353: -- The line is part of container
4354: IF l_part_of_container = 'Y' THEN
4355:
4356: OE_CONFIG_TSO_PVT.Get_MACD_Action_Mode
4357: ( p_line_id => l_parent_line_rec.line_id
4358: ,x_config_mode => l_config_mode
4359: ,x_return_status => l_x_return_status );
4360:

Line 7217: OE_CONFIG_TSO_PVT.Is_Part_Of_Container_Model

7213: OE_DEBUG_PUB.Add('Inventory Item ID (from Parent Line):'
7214: ||p_parent_line_rec.inventory_item_id,3);
7215: END IF;
7216:
7217: OE_CONFIG_TSO_PVT.Is_Part_Of_Container_Model
7218: ( p_inventory_item_id => p_parent_line_rec.inventory_item_id
7219: ,x_top_container_model => l_top_container_model
7220: ,x_part_of_container => l_part_of_container );
7221:

Line 8836: OE_CONFIG_TSO_PVT.Is_Part_Of_Container_Model

8832: oe_debug_pub.add('ENTERING OE_CONFIG_UTIL.Unlock_Config' , 1);
8833: END IF;
8834:
8835:
8836: OE_CONFIG_TSO_PVT.Is_Part_Of_Container_Model
8837: ( p_line_id => p_line_rec.line_id
8838: ,p_top_model_line_id => p_line_rec.line_id
8839: ,x_top_container_model => l_top_container
8840: ,x_part_of_container => l_part_of_container );