DBA Data[Home] [Help]

APPS.CSI_INV_TXNSTUB_PKG dependencies on OE_ORDER_LINES_ALL

Line 465: from oe_order_lines_all

461:
462: -- check if the order is linked to any other line
463: select link_to_line_id
464: into l_link_to_line_id
465: from oe_order_lines_all
466: where line_id = l_order_line_rec.order_line_id;
467:
468: if (l_link_to_line_id is not null) then
469: begin