DBA Data[Home] [Help]

APPS.AHL_DI_DOC_INDEX_PVT dependencies on OE_INSTALL

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

55: x_install := fnd_installation.get(x_app_id,x_app_id,x_status,x_org);
56:
57: if x_product_name in ('OE', 'ONT') then
58:
59: if Oe_install.get_active_product() in ('OE', 'ONT') then
60: x_status := 'I';
61: else
62: x_status := 'N';
63: end if;