DBA Data[Home] [Help]

APPS.EGO_ITEM_TEXT_UTIL dependencies on FND_INSTALLATION

Line 1265: g_installed := FND_INSTALLATION.Get_App_Info ('EGO', g_inst_status, g_industry, g_Prod_Schema);

1261: ------------------------------------------------------------------
1262: -- Determine index schema and store in a private global variable
1263: ------------------------------------------------------------------
1264:
1265: g_installed := FND_INSTALLATION.Get_App_Info ('EGO', g_inst_status, g_industry, g_Prod_Schema);
1266:
1267: g_Index_Owner := g_Prod_Schema;
1268:
1269: -------------------------