DBA Data[Home] [Help]

APPS.JG_PO_EXTENSION_PKG dependencies on PO_LINES_ALL

Line 289: FROM po_headers_all h, po_lines_all l

285: DEBUG ('blanket attached');
286:
287: SELECT l.transaction_reason_code
288: INTO x_txn_reason_code
289: FROM po_headers_all h, po_lines_all l
290: WHERE h.po_header_id = l.po_header_id
291: AND h.po_header_id = x_source_doc_header_id
292: -- header id of BPA sourced
293: AND l.line_num = x_source_doc_line_num -- line id of BPA sourced