DBA Data[Home] [Help]

VIEW: APPS.ITG_CPO_REL_LINES_V

Source

View Text - Preformatted

SELECT pla.po_line_id, pla.po_header_id, pra.po_release_id, pla.line_num polinenum FROM po_lines_all pla, po_releases_all pra WHERE pra.po_header_id = pla.po_header_id
View Text - HTML Formatted

SELECT PLA.PO_LINE_ID
, PLA.PO_HEADER_ID
, PRA.PO_RELEASE_ID
, PLA.LINE_NUM POLINENUM
FROM PO_LINES_ALL PLA
, PO_RELEASES_ALL PRA
WHERE PRA.PO_HEADER_ID = PLA.PO_HEADER_ID