[Home] [Help]
[Dependency Information]
| Object Name: | GCS_CONS_IMPACT_ANALYSES |
|---|---|
| Object Type: | TABLE |
| Owner: | GCS |
| FND Design Data: | GCS.GCS_CONS_IMPACT_ANALYSES
|
| Subobject Name: | |
| Status: | VALID |
GCS_CONS_IMPACT_ANALYSES stores the impact analysis information used to inform end-users of alterations to data or data structures, which impact consolidation results.
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| GCS_CONS_IMPACT_ANALYSES_U1 | NORMAL | UNIQUE |
APPS_TS_TX_IDX
|
IMPACT_ANALYSIS_ID
|
| GCS_CONS_IMPACT_ANALYSES_N1 | NORMAL | NONUNIQUE |
APPS_TS_TX_IDX
|
RUN_NAME
CHILD_ENTITY_ID
CONSOLIDATION_ENTITY_ID
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| IMPACT_ANALYSIS_ID | NUMBER | (15) | Yes | Impact Analysis Defining Column |
| RUN_NAME | VARCHAR2 | (240) | Yes | Consolidation Process Defining Column |
| CONSOLIDATION_ENTITY_ID | NUMBER | (15) | Yes | Consolidation entity defining column |
| CHILD_ENTITY_ID | NUMBER | (15) | Child entity defining column | |
| MESSAGE_NAME | VARCHAR2 | (30) | Message Code | |
| PRE_RELATIONSHIP_ID | NUMBER | (15) | Prior Consolidation Relationship defining column | |
| POST_RELATIONSHIP_ID | NUMBER | (15) | Post Consolidation Relationship defining column | |
| DATE_TOKEN | DATE | Date Substitution Token | ||
| STAT_ENTRY_ID | NUMBER | (15) | Stat Entry defining column | |
| ENTRY_ID | NUMBER | (15) | Entry defining column | |
| ORIGINAL_ENTRY_ID | NUMBER | (15) | Original Entry defining column | |
| PRE_PROP_ENTRY_ID | NUMBER | (15) | Pre-Proportional Entry defining column | |
| PRE_PROP_STAT_ENTRY_ID | NUMBER | (15) | Pre-Proportional Stat Entry defining column | |
| CREATION_DATE | DATE | Yes | Standard Who Column | |
| CREATED_BY | NUMBER | (15) | Yes | Standard Who Column |
| LAST_UPDATE_DATE | DATE | Yes | Standard Who Column | |
| LAST_UPDATED_BY | NUMBER | (15) | Yes | Standard Who Column |
| LAST_UPDATE_LOGIN | NUMBER | (15) | Standard Who Column | |
| OBJECT_VERSION_NUMBER | NUMBER | (15) | Yes | Change Indicator Column |
| LOAD_ID | NUMBER | (15) | Load Identifier |
Cut, paste (and edit) the following text to query this object:
SELECT IMPACT_ANALYSIS_ID
, RUN_NAME
, CONSOLIDATION_ENTITY_ID
, CHILD_ENTITY_ID
, MESSAGE_NAME
, PRE_RELATIONSHIP_ID
, POST_RELATIONSHIP_ID
, DATE_TOKEN
, STAT_ENTRY_ID
, ENTRY_ID
, ORIGINAL_ENTRY_ID
, PRE_PROP_ENTRY_ID
, PRE_PROP_STAT_ENTRY_ID
, CREATION_DATE
, CREATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_LOGIN
, OBJECT_VERSION_NUMBER
, LOAD_ID
FROM GCS.GCS_CONS_IMPACT_ANALYSES;
GCS.GCS_CONS_IMPACT_ANALYSES does not reference any database object
GCS.GCS_CONS_IMPACT_ANALYSES is referenced by following:
APPS
GCS_CONS_IMPACT_ANALYSES
|
|
|
|