DBA Data[Home] [Help]

APPS.CSD_MASS_RCV_PVT dependencies on OE_ORDER_LINES_ALL

Line 2716: FROM oe_order_lines_all

2712:
2713: CURSOR cur_ord_line (p_order_line_id NUMBER)
2714: IS
2715: SELECT ship_from_org_id, unit_selling_price, org_id
2716: FROM oe_order_lines_all
2717: WHERE line_id = p_order_line_id;
2718:
2719: /*FP Fixed for bug#5368306
2720: OM does not require sales rep at line to book it.