DBA Data[Home] [Help]

APPS.CSD_RECEIVE_PVT dependencies on OE_ORDER_LINES_ALL

Line 394: from oe_order_lines_all

390: l_org_id NUMBER;
391:
392: cursor c_get_org_id (p_order_line_id in number) is
393: select org_id
394: from oe_order_lines_all
395: where line_id = p_order_line_id;
396:
397: BEGIN
398: