DBA Data[Home] [Help]

APPS.DOM_DOC_TEXT_UTIL dependencies on FND_INSTALLATION

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

567: ------------------------------------------------------------------
568: -- Determine index schema and store in a private global variable
569: ------------------------------------------------------------------
570:
571: g_installed := FND_INSTALLATION.Get_App_Info ('DOM', g_inst_status, g_industry, g_Prod_Schema);
572:
573: g_Index_Owner := g_Prod_Schema;
574:
575: -------------------------