DBA Data[Home] [Help]

VIEW: APPS.PO_REQ_LINES_IN_POOL_SEC_V

Source

View Text - Preformatted

SELECT PRH.org_id, PRH.requisition_header_id, PRH.segment1 requisition_num, PRL.requisition_line_id, PRL.line_num, PRL.suggested_vendor_name, PRL.suggested_vendor_location, PRL.vendor_id, PRL.vendor_site_id, PRL.auction_display_number, PRL.auction_header_id, PRL.blanket_po_header_id FROM po_requisition_headers_all PRH, po_requisition_lines PRL WHERE PRH.requisition_header_id = PRL.requisition_header_id AND PRL.reqs_in_pool_flag = 'Y'
View Text - HTML Formatted

SELECT PRH.ORG_ID
, PRH.REQUISITION_HEADER_ID
, PRH.SEGMENT1 REQUISITION_NUM
, PRL.REQUISITION_LINE_ID
, PRL.LINE_NUM
, PRL.SUGGESTED_VENDOR_NAME
, PRL.SUGGESTED_VENDOR_LOCATION
, PRL.VENDOR_ID
, PRL.VENDOR_SITE_ID
, PRL.AUCTION_DISPLAY_NUMBER
, PRL.AUCTION_HEADER_ID
, PRL.BLANKET_PO_HEADER_ID
FROM PO_REQUISITION_HEADERS_ALL PRH
, PO_REQUISITION_LINES PRL
WHERE PRH.REQUISITION_HEADER_ID = PRL.REQUISITION_HEADER_ID
AND PRL.REQS_IN_POOL_FLAG = 'Y'