DBA Data[Home] [Help]

APPS.DOM_DOC_TEXT_UTIL dependencies on FND_INSTALLATION

Line 358: g_installed := FND_INSTALLATION.Get_App_Info ('DOM', g_inst_status, g_industry, g_Prod_Schema);

354: ------------------------------------------------------------------
355: -- Determine index schema and store in a private global variable
356: ------------------------------------------------------------------
357:
358: g_installed := FND_INSTALLATION.Get_App_Info ('DOM', g_inst_status, g_industry, g_Prod_Schema);
359:
360: g_Index_Owner := g_Prod_Schema;
361:
362: -------------------------