DBA Data[Home] [Help]

APPS.PO_NEGOTIATIONS_SV1 dependencies on PO_PRICE_DIFFERENTIALS_PVT

Line 656: IF ( PO_PRICE_DIFFERENTIALS_PVT.has_price_differentials

652: --
653:
654: -- Determine if this Requisition Line has Price Differentials.
655: --
656: IF ( PO_PRICE_DIFFERENTIALS_PVT.has_price_differentials
657: ( p_entity_type => 'REQ LINE'
658: , p_entity_id => x_req_line_id) --Bug 5841426
659: )
660: THEN