DBA Data[Home] [Help]

APPS.GCS_TRANS_RE_DYN_BUILD_PKG dependencies on FND_INSTALLATION

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

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