DBA Data[Home] [Help]

APPS.GCS_TRANS_HRATES_DYN_BUILD_PKG dependencies on FND_INSTALLATION

Line 127: IF NOT fnd_installation.get_app_info('FND', status, industry, appl) THEN

123: module := 'CREATE_PACKAGE';
124: module_log_write(module, g_module_enter);
125:
126: -- Get APPLSYS information. Needed for ad_ddl
127: IF NOT fnd_installation.get_app_info('FND', status, industry, appl) THEN
128: raise gcs_ccy_applsys_not_found;
129: END IF;
130:
131: -- Bugfix 7525759: Initialize the variables that determines the required dimensions.