[Home] [Help]
[Dependency Information]
| Object Name: | PAY_GROSSUP_BAL_EXCLUSIONS |
|---|---|
| Object Type: | TABLE |
| Owner: | HR |
| FND Design Data: | PAY.PAY_GROSSUP_BAL_EXCLUSIONS
|
| Subobject Name: | |
| Status: | VALID |
PAY_GROSSUP_BAL_EXCLUSIONS holds details of explicit balances that
have been marked for exclusion from the Net to Gross processing.
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
GROSSUP_BALANCES_ID
BALANCE_TYPE_ID
START_DATE
END_DATE
SOURCE_TYPE
SOURCE_ID| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| PAY_GROSSUP_BAL_EXCLUSIONS_PK | NORMAL | UNIQUE |
APPS_TS_TX_IDX
|
GROSSUP_BALANCES_ID
|
| PAY_GROSSUP_BAL_EXCLUSIONS_UK1 | NORMAL | UNIQUE |
APPS_TS_TX_IDX
|
BALANCE_TYPE_ID
START_DATE
END_DATE
SOURCE_TYPE
SOURCE_ID
|
| Table | |
Foreign Table | Foreign Key Column | PAY_GROSSUP_BAL_EXCLUSIONS | ![]() |
PAY_BALANCE_TYPES
|
PAY_GROSSUP_BAL_EXCLUSIONS BALANCE_TYPE_ID |
|---|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| GROSSUP_BALANCES_ID | NUMBER | (15) | Yes | System-generated primary key column. |
| START_DATE | DATE | Yes | Date the exclusion begins | |
| END_DATE | DATE | Yes | Date the exclusion ends | |
| SOURCE_ID | NUMBER | (15) | Yes | Foreign key to table denoted by source_type, e.g element_entry_id |
| SOURCE_TYPE | VARCHAR2 | (30) | Yes | Indicates the source of the id e.g. E - Element Entry. |
| BALANCE_TYPE_ID | NUMBER | (9) | Yes | Foreign key to PAY_BALANCE_TYPES. |
| LAST_UPDATE_DATE | DATE | Standard Who column - date when a user last updated this row. | ||
| LAST_UPDATED_BY | NUMBER | (15) | Standard who column - user who last updated this row (foreign key to FND_USER.USER_ID). | |
| 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). | |
| 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. | ||
| OBJECT_VERSION_NUMBER | NUMBER | (9) | Yes | System-generated version of row. Increments by one with each update. |
Cut, paste (and edit) the following text to query this object:
SELECT GROSSUP_BALANCES_ID
, START_DATE
, END_DATE
, SOURCE_ID
, SOURCE_TYPE
, BALANCE_TYPE_ID
, LAST_UPDATE_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_LOGIN
, CREATED_BY
, CREATION_DATE
, OBJECT_VERSION_NUMBER
FROM HR.PAY_GROSSUP_BAL_EXCLUSIONS;
HR.PAY_GROSSUP_BAL_EXCLUSIONS does not reference any database object
HR.PAY_GROSSUP_BAL_EXCLUSIONS is referenced by following:
APPS
PAY_GROSSUP_BAL_EXCLUSIONS
PAY_GROSSUP_BAL_EXCLUSIONS_WHO
PUBLIC
PAY_GROSSUP_BAL_EXCLUSIONS
|
|
|
|