DBA Data[Home] [Help]

APPS.OE_SHIP_CONFIRMATION_PUB dependencies on OE_CONFIG_TSO_PVT

Line 4515: OE_CONFIG_TSO_PVT.Is_Part_Of_Container_Model

4511: FOR I in g_non_shippable_rec.line_id.FIRST..
4512: g_non_shippable_rec.line_id.LAST
4513: LOOP
4514: -- TSO with Equipment
4515: OE_CONFIG_TSO_PVT.Is_Part_Of_Container_Model
4516: (p_line_id => g_non_shippable_rec.line_id(I),
4517: x_top_container_model => l_top_container_model,
4518: x_part_of_container => l_part_of_container);
4519: