DBA Data[Home] [Help]

APPS.OE_SHIP_CONFIRMATION_PUB dependencies on OE_CONFIG_TSO_PVT

Line 4852: OE_CONFIG_TSO_PVT.Is_Part_Of_Container_Model

4848: FOR I in g_non_shippable_rec.line_id.FIRST..
4849: g_non_shippable_rec.line_id.LAST
4850: LOOP
4851: -- TSO with Equipment
4852: OE_CONFIG_TSO_PVT.Is_Part_Of_Container_Model
4853: (p_line_id => g_non_shippable_rec.line_id(I),
4854: x_top_container_model => l_top_container_model,
4855: x_part_of_container => l_part_of_container);
4856: