DBA Data[Home] [Help]

APPS.AP_IMPORT_VALIDATION_PKG dependencies on RCV_SHIPMENT_HEADERS

Line 16078: rcv_shipment_headers SH ,

16074: --bug 5118518:Removed the view reference
16075: SELECT nvl(sum(nvl(RT.quantity_billed,0)),0)
16076: INTO l_qty_billed_sum
16077: FROM rcv_transactions RT ,
16078: rcv_shipment_headers SH ,
16079: po_headers_all PH ,
16080: po_line_locations_all PS ,
16081: po_releases_all PR ,
16082: per_all_people_f BU