[Home] [Help]
[Dependency Information]
| Object Name: | HXC_MAPPINGS |
|---|---|
| Object Type: | TABLE |
| Owner: | HXC |
| FND Design Data: | HXC.HXC_MAPPINGS
|
| Subobject Name: | |
| Status: | VALID |
HXC_MAPPINGS holds descriptions of the groups of Mapping Components used to identify the relationship between types of Time Information and their storage location within the Time Store.
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| HXC_MAPPINGS_PK | NORMAL | UNIQUE |
APPS_TS_TX_IDX
|
MAPPING_ID
|
| HXC_MAPPINGS_UK1 | NORMAL | UNIQUE |
APPS_TS_TX_IDX
|
NAME
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| MAPPING_ID | NUMBER | (15) | Yes | Primary Key from Sequence |
| NAME | VARCHAR2 | (80) | Name for the group of Mapping Components. | |
| OBJECT_VERSION_NUMBER | NUMBER | Object Version Number | ||
| CREATED_BY | NUMBER | (15) | Standard who column - user who created this row (foreign key to FND_USER.USER_ID). | |
| CREATION_DATE | DATE | Standard who column - date when this row was created. | ||
| LAST_UPDATED_BY | NUMBER | (15) | Standard who column - user who last updated this row (foreign key to FND_USER.USER_ID). | |
| LAST_UPDATE_DATE | DATE | Standard Who column - date when a user last updated this row. | ||
| LAST_UPDATE_LOGIN | NUMBER | (15) | Standard who column - operating system login of user who last updated this row (foreign key to FND_LOGINS.LOGIN_ID). |
Cut, paste (and edit) the following text to query this object:
SELECT MAPPING_ID
, NAME
, OBJECT_VERSION_NUMBER
, CREATED_BY
, CREATION_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATE_LOGIN
FROM HXC.HXC_MAPPINGS;
HXC.HXC_MAPPINGS does not reference any database object
HXC.HXC_MAPPINGS is referenced by following:
APPS
HXC_MAPPINGS
HXC_MAPPINGS_WHO
|
|
|
|