DBA Data[Home] [Help]

APPS.JAI_RCV_EXCISE_PROCESSING_PKG dependencies on OE_ORDER_LINES_ALL

Line 145: from oe_order_lines_all

141: from rcv_shipment_headers rsh
142: where shipment_header_id = cp_shipment_hdr_id
143: )
144: AND order_line_id IN ( select line_id
145: from oe_order_lines_all
146: where source_document_type_id = 10 -- 10 corresponds to 'Internal' document type
147: and source_document_line_id = cp_req_line_id
148: );
149: