DBA Data[Home] [Help]

APPS.GMS_RES_MAP dependencies on PO_REQUISITION_LINES

Line 479: from po_requisition_lines line,

475:
476:
477: select DISTINCT line.vendor_id
478: into l_vendor_id
479: from po_requisition_lines line,
480: po_requisition_headers_all req
481: where req.requisition_header_id = x_document_header_id
482: and line.requisition_header_id = req.requisition_header_id;
483: