DBA Data[Home] [Help]

APPS.CSD_MASS_RCV_PVT dependencies on OE_ORDER_LINES_ALL

Line 2699: FROM oe_order_lines_all

2695:
2696: CURSOR cur_ord_line (p_order_line_id NUMBER)
2697: IS
2698: SELECT ship_from_org_id, unit_selling_price, org_id
2699: FROM oe_order_lines_all
2700: WHERE line_id = p_order_line_id;
2701:
2702: /*FP Fixed for bug#5368306
2703: OM does not require sales rep at line to book it.