DBA Data[Home] [Help]

APPS.CSD_RECEIVE_UTIL dependencies on OE_ORDER_LINES_ALL

Line 781: FROM OE_ORDER_LINES_ALL

777: --Define all the cursors
778: -- Cursor to get the to organization id
779: CURSOR cur_get_to_org (p_order_line_id NUMBER) IS
780: SELECT SHIP_FROM_ORG_ID
781: FROM OE_ORDER_LINES_ALL
782: WHERE LINE_ID = p_order_line_id;
783:
784: -- cursor to select the category.
785: CURSOR cur_get_category (