DBA Data[Home] [Help]

APPS.PO_AUTO_LINE_LOC_PROCESS_PVT dependencies on PO_PRICE_DIFFERENTIALS_PVT

Line 2173: PO_PRICE_DIFFERENTIALS_PVT.create_from_interface

2169: l_progress := '080';
2170: -- Insert Price Break Price Differentials into
2171: -- main table from the interface table.
2172: --
2173: PO_PRICE_DIFFERENTIALS_PVT.create_from_interface
2174: (
2175: p_entity_id => x_line_location_id , p_interface_line_id => p_lines.intf_line_id_tbl(i)
2176: );
2177: