DBA Data[Home] [Help]

APPS.JAI_RCV_EXCISE_PROCESSING_PKG dependencies on OE_ORDER_LINES_ALL

Line 130: from oe_order_lines_all

126: from rcv_shipment_headers rsh
127: where shipment_header_id = cp_shipment_hdr_id
128: )
129: AND order_line_id IN ( select line_id
130: from oe_order_lines_all
131: where source_document_type_id = 10 -- 10 corresponds to 'Internal' document type
132: and source_document_line_id = cp_req_line_id
133: );
134: