DBA Data[Home] [Help]

APPS.PO_INTERFACE_S dependencies on PO_PRICE_DIFFERENTIALS_PVT

Line 4169: PO_PRICE_DIFFERENTIALS_PVT.setup_interface_table

4165: g_interface_source_code not in ('SOURCING', 'CONSUMPTION_ADVICE')
4166: AND (NOT p_is_complex_work_po)) --
4167: THEN
4168:
4169: PO_PRICE_DIFFERENTIALS_PVT.setup_interface_table
4170: ( p_entity_type => 'PO LINE'
4171: , p_interface_header_id => interface.interface_header_id
4172: , p_interface_line_id => interface.interface_line_id
4173: , p_req_line_id => interface.requisition_line_id

Line 4624: PO_PRICE_DIFFERENTIALS_PVT.create_from_interface

4620:
4621: -- Insert Price Differentials into main table
4622: -- from the interface table.
4623: --
4624: PO_PRICE_DIFFERENTIALS_PVT.create_from_interface
4625: ( p_entity_id => x_po_line_id
4626: , p_interface_line_id => interface.interface_line_id
4627: );
4628: --

Line 14339: PO_PRICE_DIFFERENTIALS_PVT.create_from_interface

14335: l_progress := '030';
14336: -- Insert Price Break Price Differentials into
14337: -- main table from the interface table.
14338: --
14339: PO_PRICE_DIFFERENTIALS_PVT.create_from_interface
14340: ( p_entity_id => x_line_location_id
14341: , p_interface_line_id => interface.interface_line_id
14342: );
14343: --