DBA Data[Home] [Help]

APPS.INVPRPRO dependencies on OE_INSTALL

Line 25: if (oe_install.get_active_product = 'ONT') then

21: return success;
22: else
23: BEGIN
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;