DBA Data[Home] [Help]

APPS.GMPMRACT dependencies on RCV_SHIPMENT_HEADERS

Line 1055: FROM rcv_shipment_headers prh,

1051: --Bug#2131275 P.Raghu
1052: --Selecting pv.vendor_name instead of pv.segment1 value for Customer/Vendor.
1053: CURSOR Cur_prcv_dtl IS
1054: SELECT unique mtt.orgn_code, prh.receipt_num, SUBSTRB(vn.vendor_name,1,32)
1055: FROM rcv_shipment_headers prh,
1056: po_vendors vn,
1057: mr_tran_tbl mtt
1058: WHERE prh.shipment_header_id = G_doc_id
1059: AND mtt.mrp_id = G_mrp_id