DBA Data[Home] [Help]

APPS.JAI_ST_REVERSAL_EXTRACT_PKG dependencies on RCV_SHIPMENT_LINES

Line 236: rcv_shipment_lines cl --Added by qiong for bug 13435306

232: ap_invoice_lines_all line,
233: jai_rcv_transactions rcv,
234: ap_invoice_distributions_all aid,
235: po_line_locations_all plla,--Added by qiong for bug 13435306
236: rcv_shipment_lines cl --Added by qiong for bug 13435306
237: WHERE
238: line.invoice_id = apa.invoice_id
239: AND aid.invoice_id = apa.invoice_id
240: AND line.line_type_lookup_code ='ITEM'