DBA Data[Home] [Help]

APPS.OE_DS_PVT dependencies on OE_CONFIG_TSO_PVT

Line 2720: oe_debug_pub.add('OEXVDSRB.pls: Calling OE_CONFIG_TSO_PVT.Is_Part_Of_Container_Model...' , 5 ) ;

2716: oe_debug_pub.add('OEXVDSRB.pls: After Call_Ship_Confirm_New, return_status='|| l_return_status,1) ;
2717: END IF;
2718:
2719: IF l_debug_level > 0 THEN
2720: oe_debug_pub.add('OEXVDSRB.pls: Calling OE_CONFIG_TSO_PVT.Is_Part_Of_Container_Model...' , 5 ) ;
2721: END IF;
2722:
2723: -- TSO with Equipment, the non-shippable lines should have NULL shipped_quantity
2724: OE_CONFIG_TSO_PVT.Is_Part_Of_Container_Model

Line 2724: OE_CONFIG_TSO_PVT.Is_Part_Of_Container_Model

2720: oe_debug_pub.add('OEXVDSRB.pls: Calling OE_CONFIG_TSO_PVT.Is_Part_Of_Container_Model...' , 5 ) ;
2721: END IF;
2722:
2723: -- TSO with Equipment, the non-shippable lines should have NULL shipped_quantity
2724: OE_CONFIG_TSO_PVT.Is_Part_Of_Container_Model
2725: (p_line_id => p_line_rec.line_id,
2726: p_top_model_line_id => p_line_rec.top_model_line_id,
2727: x_top_container_model => l_top_container_model,
2728: x_part_of_container => l_part_of_container);