DBA Data[Home] [Help]

APPS.PO_NEGOTIATIONS4_PVT dependencies on PO_LINE_TYPES_B

Line 423: , po_line_types_b PLT

419: SET ( PRS.record_status
420: , PRS.new_req_line_id ) = ( SELECT 'T'
421: , PRL.requisition_line_id
422: FROM po_requisition_lines_all PRL
423: , po_line_types_b PLT
424: WHERE PRL.requisition_line_id = PRS.requisition_line_id
425: AND PRL.line_type_id = PLT.line_type_id
426: AND PLT.order_type_lookup_code IN ('RATE','FIXED PRICE')
427: )