DBA Data[Home] [Help]

APPS.GMI_RESERVATION_PVT dependencies on OE_ORDER_LINES_ALL

Line 1491: From oe_order_lines_all

1487:
1488: -- Begin 3248046 (lswamy)
1489: Cursor get_line_rec(l_line_id IN NUMBER)IS
1490: Select ship_from_org_id
1491: From oe_order_lines_all
1492: Where line_id = l_line_id;
1493:
1494: Cursor get_whse_code(l_organization_id IN NUMBER) IS
1495: Select whse_code

Line 2551: FROM oe_order_lines_all

2547: AND delete_mark = 0;
2548:
2549: Cursor c_get_grade (p_line_id number) IS
2550: SELECT preferred_grade
2551: FROM oe_order_lines_all
2552: WHERE line_id = p_line_id;
2553:
2554: BEGIN
2555: