DBA Data[Home] [Help]

APPS.DOM_DOC_TEXT_PVT dependencies on FND_INSTALLATION

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

256: BEGIN
257:
258: -- Get DOM product schema name
259: --
260: g_installed := FND_INSTALLATION.Get_App_Info ('DOM', g_inst_status, g_industry, g_Prod_Schema);
261:
262: g_Index_Owner := g_Prod_Schema;
263: g_Pref_Owner := g_Prod_Schema;
264: