DBA Data[Home] [Help]

APPS.GCS_DYNAMIC_UTIL_PKG dependencies on FND_INSTALLATION

Line 104: IF NOT fnd_installation.get_app_info('FND', status, industry,

100: g_ud9_fem_req := gcs_utility_pkg.get_fem_dim_required('USER_DIM9_ID');
101: g_ud10_fem_req := gcs_utility_pkg.get_fem_dim_required('USER_DIM10_ID');
102:
103: -- Get APPLSYS information. Needed for ad_ddl
104: IF NOT fnd_installation.get_app_info('FND', status, industry,
105: g_applsys_username) THEN
106: raise gcs_ccy_applsys_not_found;
107: END IF;
108: