DBA Data[Home] [Help]

APPS.PO_PRICE_DIFFERENTIALS_PVT dependencies on PO_SERVICES_PVT

Line 870: IF ( PO_SERVICES_PVT.get_contractor_status(p_req_line_id) = 'ASSIGNED' ) THEN

866: BEGIN
867:
868: -- Determine where to get the Price Differentials from.
869:
870: IF ( PO_SERVICES_PVT.get_contractor_status(p_req_line_id) = 'ASSIGNED' ) THEN
871:
872: l_source_entity_type := 'REQ LINE';
873: l_source_entity_id := p_req_line_id;
874: