[Home] [Help]
[Dependency Information]
| Object Name: | HXC_MAPPING_COMPONENTS |
|---|---|
| Object Type: | TABLE |
| Owner: | HXC |
| FND Design Data: | HXC.HXC_MAPPING_COMPONENTS
|
| Subobject Name: | |
| Status: | VALID |
HXC_MAPPING_COMPONENTS holds information describing in which columns in HXC_TIME_ATTRIBUTES individual attributes of Time Information are stored.
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| HXC_MAPPING_COMPONENTS_PK | NORMAL | UNIQUE |
APPS_TS_TX_IDX
|
MAPPING_COMPONENT_ID
|
| HXC_MAPPING_COMPONENTS_UK1 | NORMAL | UNIQUE |
APPS_TS_TX_IDX
|
NAME
|
| HXC_MAPPING_COMPONENTS_FK1 | NORMAL | NONUNIQUE |
APPS_TS_TX_IDX
|
BLD_BLK_INFO_TYPE_ID
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| MAPPING_COMPONENT_ID | NUMBER | (15) | Yes | Primary Key from sequence |
| FIELD_NAME | VARCHAR2 | (80) | Name of the Attribute. | |
| NAME | VARCHAR2 | (80) | Descriptive user name for the Mapping Component. | |
| BLD_BLK_INFO_TYPE_ID | NUMBER | (15) | Yes | Foreign Key to HXC_BLD_BLK_INFO_TYPES. |
| SEGMENT | VARCHAR2 | (80) | The Name of the Descriptive FlexField segment to which the Attribute is mapped. | |
| OBJECT_VERSION_NUMBER | NUMBER | (9) | 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_COMPONENT_ID
, FIELD_NAME
, NAME
, BLD_BLK_INFO_TYPE_ID
, SEGMENT
, OBJECT_VERSION_NUMBER
, CREATED_BY
, CREATION_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATE_LOGIN
FROM HXC.HXC_MAPPING_COMPONENTS;
HXC.HXC_MAPPING_COMPONENTS does not reference any database object
HXC.HXC_MAPPING_COMPONENTS is referenced by following:
APPS
HXC_MAPPING_COMPONENTS
HXC_MAPPING_COMPONENTS_WHO
|
|
|
|