DBA Data[Home] [Help]

APPS.GL_BEST_IND_VALUE dependencies on FND_INSTALLATION

Line 47: l_rval := fnd_installation.get_app_info(

43: l_ind_value := '';
44: l_table_owner := '';
45:
46: -- --- Find table owner ---
47: l_rval := fnd_installation.get_app_info(
48: 'SQLGL', l_status, l_industry, l_schema);
49:
50: -- OPEN tbl_owner;
51: -- FETCH tbl_owner INTO l_table_owner;