DBA Data[Home] [Help]

APPS.PO_CORE_S dependencies on OE_INSTALL

Line 791: if Oe_install.get_active_product() in ('OE', 'ONT') then

787: x_install := fnd_installation.get(x_app_id,x_app_id,x_status,x_org);
788:
789: if x_product_name in ('OE', 'ONT') then
790:
791: if Oe_install.get_active_product() in ('OE', 'ONT') then
792: x_status := 'I';
793: else
794: x_status := 'N';
795: end if;