DBA Data[Home] [Help]

APPS.GCS_DYN_TB_VIEW_PKG dependencies on FND_INSTALLATION

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

197: l_ud9_req := gcs_utility_pkg.get_fem_dim_required('USER_DIM9_ID');
198: l_ud10_req := gcs_utility_pkg.get_fem_dim_required('USER_DIM10_ID');
199:
200: -- Get APPLSYS information. Needed for ad_ddl
201: IF NOT fnd_installation.get_app_info('FND', status, industry, appl) THEN
202: raise gcs_dyn_tb_applsys_not_found;
203: END IF;
204:
205: r := 1;