DBA Data[Home] [Help]

APPS.ENG_CHANGE_TEXT_UTIL dependencies on FND_INSTALLATION

Line 569: g_installed := FND_INSTALLATION.Get_App_Info ('ENG', g_inst_status, g_industry, g_Prod_Schema);

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