DBA Data[Home] [Help]

APPS.CSI_T_TXN_DETAILS_PVT dependencies on OE_ORDER_LINES_ALL

Line 3581: FROM oe_order_lines_all

3577:
3578: BEGIN
3579: SELECT ordered_quantity
3580: INTO l_split_line_qty
3581: FROM oe_order_lines_all
3582: WHERE line_id = px_split_txn_line_rec.source_transaction_id
3583: AND header_id = nvl(px_split_txn_line_rec.source_txn_header_id,header_id);
3584:
3585: IF l_debug_level > 1 THEN