DBA Data[Home] [Help]

APPS.GMF_SUBLEDGER_REPORT dependencies on RCV_TRANSACTIONS

Line 377: rcv_transactions t,

373: NVL(v.vendor_name,' ') vendor_name,
374: nvl(t.po_unit_price, 0.0) po_unit_price,
375: uom1.um_code price_um
376: FROM
377: rcv_transactions t,
378: sy_uoms_mst uom1,
379: po_headers_all poh,
380: po_vend_mst v
381: WHERE

Line 665: /* Transaction Date of rcv_transactions table instead of Shipped date from rcv_shipment_headers */

661: /* If a break occured for sub-event, voucher or document, display a new header */
662: /* RS Bug 1878244 - lpad/rpad L_GMF_DOC_NO and L_GMF_DOC_DATE */
663:
664: /* Begin Bug#3437426 D.Sailaja */
665: /* Transaction Date of rcv_transactions table instead of Shipped date from rcv_shipment_headers */
666: IF (r.doc_type = 'PORC') THEN
667: r.doc_date := r.trans_date;
668: END IF;
669: /* End Bug#3437426 */