[Home] [Help]
[Dependency Information]
| Object Name: | GCS_ACTIVE_DIMS_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | GCS.GCS_ACTIVE_DIMS_V
|
| Subobject Name: | |
| Status: | VALID |
A public view which may be useful for custom reporting or other data
requirements.
gcs_active_dims_v is used to provide FCH active dimension details.
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| DISPLAY_NAME | VARCHAR2 | (150) | Yes | Dimension Name |
| COLUMN_NAME | VARCHAR2 | (30) | Yes | Column Name |
| COLUMN_ORDER | NUMBER | Location of this column when listed with the others |
Cut, paste (and edit) the following text to query this object:
SELECT DISPLAY_NAME
, COLUMN_NAME
, COLUMN_ORDER
FROM APPS.GCS_ACTIVE_DIMS_V;
APPS
FEM_APP_GRP_COL_EXCLSNS
FEM_TAB_COLUMNS_TL
FEM_TAB_COLUMN_PROP
APPS.GCS_ACTIVE_DIMS_V is not referenced by any database object
|
|
|
|