DBA Data[Home] [Help]

APPS.PO_INTERFACE_S dependencies on PO_PRICE_DIFFERENTIALS_PVT

Line 3795: PO_PRICE_DIFFERENTIALS_PVT.setup_interface_table

3791: g_interface_source_code not in ('SOURCING', 'CONSUMPTION_ADVICE')
3792: AND (NOT p_is_complex_work_po)) --
3793: THEN
3794:
3795: PO_PRICE_DIFFERENTIALS_PVT.setup_interface_table
3796: ( p_entity_type => 'PO LINE'
3797: , p_interface_header_id => interface.interface_header_id
3798: , p_interface_line_id => interface.interface_line_id
3799: , p_req_line_id => interface.requisition_line_id

Line 4198: PO_PRICE_DIFFERENTIALS_PVT.create_from_interface

4194:
4195: -- Insert Price Differentials into main table
4196: -- from the interface table.
4197: --
4198: PO_PRICE_DIFFERENTIALS_PVT.create_from_interface
4199: ( p_entity_id => x_po_line_id
4200: , p_interface_line_id => interface.interface_line_id
4201: );
4202: --

Line 13437: PO_PRICE_DIFFERENTIALS_PVT.create_from_interface

13433: l_progress := '030';
13434: -- Insert Price Break Price Differentials into
13435: -- main table from the interface table.
13436: --
13437: PO_PRICE_DIFFERENTIALS_PVT.create_from_interface
13438: ( p_entity_id => x_line_location_id
13439: , p_interface_line_id => interface.interface_line_id
13440: );
13441: --