DBA Data[Home] [Help]

APPS.INVPRPRO dependencies on OE_ORDER_LINES_ALL

Line 28: from OE_ORDER_LINES_ALL

24: -- Goto the right table based on OE/OM installation
25: if (oe_install.get_active_product = 'ONT') then
26: select project_id, task_id
27: into proj_id, t_id
28: from OE_ORDER_LINES_ALL
29: where line_id = order_line_id;
30: else
31: select project_id, task_id
32: into proj_id, t_id