[Home] [Help]
[Dependency Information]
| Object Name: | BEN_TCS_CAT_ITEM_HRCHY |
|---|---|
| Object Type: | TABLE |
| Owner: | BEN |
| FND Design Data: | BEN.BEN_TCS_CAT_ITEM_HRCHY
|
| Subobject Name: | |
| Status: | VALID |
BEN_TCS_CAT_ITEM_HRCHY identifies the hierarchical relationship between the compensation items and the comepensation categories.
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| BEN_TCS_CAT_ITEM_HRCHY_N1 | NORMAL | NONUNIQUE |
APPS_TS_TX_IDX
|
STMT_ID
CAT_ID
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| CAT_ID | NUMBER | (15) | Yes | Foreign Key to BEN_TCS_CAT |
| ITEM_ID | NUMBER | (15) | Yes | Foreign Key to BEN_TCS_ITEM |
| STMT_ID | NUMBER | (15) | Yes | Foreign Key to BEN_TCS_STMT |
| LVL_NUM | NUMBER | (15) | Yes | Indicates the level at which the compensation category and the comepensation items are related. |
| CNTR_CD | VARCHAR2 | (15) | Contributor type code. References BEN_TCS_CONTRBR_TYPE Lookup. | |
| ROW_IN_CAT_ID | NUMBER | (15) | Foreign key to BEN_TCS_ROW_IN_CAT | |
| ALL_OBJECTS_IN_CAT_ID | NUMBER | (15) | Foreign key to BEN_TCS_ALL_OBJECTS_IN_CAT | |
| STMT_PERD_ID | NUMBER | (15) | Foreign key to BEN_TCS_STMT_PERD |
Cut, paste (and edit) the following text to query this object:
SELECT CAT_ID
, ITEM_ID
, STMT_ID
, LVL_NUM
, CNTR_CD
, ROW_IN_CAT_ID
, ALL_OBJECTS_IN_CAT_ID
, STMT_PERD_ID
FROM BEN.BEN_TCS_CAT_ITEM_HRCHY;
BEN.BEN_TCS_CAT_ITEM_HRCHY does not reference any database object
BEN.BEN_TCS_CAT_ITEM_HRCHY is referenced by following:
BEN
BEN_TCS_CAT_ITEM_HRCHY#
|
|
|
|