DBA Data[Home] [Help]

APPS.RCV_ROI_HEADER_COMMON dependencies on PO_HEADERS_ALL

Line 1202: from po_headers_all

1198: --So there is no need to loop through the records fetched by the cursor.
1199:
1200: CURSOR c_get_shipping_control is
1201: select shipping_control
1202: from po_headers_all
1203: where po_header_id = (select po_header_id
1204: from rcv_transactions_interface
1205: where header_interface_id = p_header_record.header_record.header_interface_id
1206: and rownum=1); --Bugfix 5844039