DBA Data[Home] [Help]

APPS.OE_DS_PVT dependencies on OE_CONFIG_TSO_PVT

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

2676: oe_debug_pub.add('OEXVDSRB.pls: After Call_Ship_Confirm_New, return_status='|| l_return_status,1) ;
2677: END IF;
2678:
2679: IF l_debug_level > 0 THEN
2680: oe_debug_pub.add('OEXVDSRB.pls: Calling OE_CONFIG_TSO_PVT.Is_Part_Of_Container_Model...' , 5 ) ;
2681: END IF;
2682:
2683: -- TSO with Equipment, the non-shippable lines should have NULL shipped_quantity
2684: OE_CONFIG_TSO_PVT.Is_Part_Of_Container_Model

Line 2684: OE_CONFIG_TSO_PVT.Is_Part_Of_Container_Model

2680: oe_debug_pub.add('OEXVDSRB.pls: Calling OE_CONFIG_TSO_PVT.Is_Part_Of_Container_Model...' , 5 ) ;
2681: END IF;
2682:
2683: -- TSO with Equipment, the non-shippable lines should have NULL shipped_quantity
2684: OE_CONFIG_TSO_PVT.Is_Part_Of_Container_Model
2685: (p_line_id => p_line_rec.line_id,
2686: p_top_model_line_id => p_line_rec.top_model_line_id,
2687: x_top_container_model => l_top_container_model,
2688: x_part_of_container => l_part_of_container);