DBA Data[Home] [Help]

APPS.CSD_RECEIVE_PVT dependencies on OE_ORDER_LINES_ALL

Line 371: from oe_order_lines_all

367: l_org_id NUMBER;
368:
369: cursor c_get_org_id (p_order_line_id in number) is
370: select org_id
371: from oe_order_lines_all
372: where line_id = p_order_line_id;
373:
374: BEGIN
375: