[Home] [Help]
[Dependency Information]
Object Name: | PAY_SHADOW_DEFINED_BALANCES |
---|---|
Object Type: | TABLE |
Owner: | HR |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
Models PAY_DEFINED_BALANCES in the element template shadow schema.
Tablespace: | ![]() |
---|---|
PCT Free: | 10 |
PCT Used: |
Index | Type | Uniqueness | Tablespace | Column |
---|---|---|---|---|
PAY_SHADOW_DEFINED_BALANCE_PK | NORMAL | UNIQUE |
![]() |
![]() |
PAY_SHADOW_DEFINED_BALANCE_FK1 | NORMAL | NONUNIQUE |
![]() |
![]() |
PAY_SHADOW_DEFINED_BALANCE_FK2 | NORMAL | NONUNIQUE |
![]() |
![]() |
Table | |
Foreign Table | Foreign Key Column | PAY_SHADOW_DEFINED_BALANCES | ![]() |
![]() |
PAY_SHADOW_DEFINED_BALANCES BALANCE_TYPE_ID |
---|
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
DEFINED_BALANCE_ID | NUMBER | (9) | Yes | System-generated primary key. |
BALANCE_TYPE_ID | NUMBER | (9) | Yes | Foreign key to PAY_SHADOW_BALANCE_TYPES. |
DIMENSION_NAME | VARCHAR2 | (80) | Yes | Name of dimension for this balance. |
OBJECT_VERSION_NUMBER | NUMBER | (9) | Object version number column. | |
FORCE_LATEST_BALANCE_FLAG | VARCHAR2 | (30) | Not currently supported in the core schema. | |
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. | ||
GROSSUP_ALLOWED_FLAG | VARCHAR2 | (30) | Indicates if this element can be processed in a Net to Gross calculation. | |
EXCLUSION_RULE_ID | NUMBER | (9) | Foreign key to PAY_TEMPLATE_EXCLUSION_RULES. |
Cut, paste (and edit) the following text to query this object:
SELECT DEFINED_BALANCE_ID
, BALANCE_TYPE_ID
, DIMENSION_NAME
, OBJECT_VERSION_NUMBER
, FORCE_LATEST_BALANCE_FLAG
, LAST_UPDATE_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_LOGIN
, CREATED_BY
, CREATION_DATE
, GROSSUP_ALLOWED_FLAG
, EXCLUSION_RULE_ID
FROM HR.PAY_SHADOW_DEFINED_BALANCES;
HR.PAY_SHADOW_DEFINED_BALANCES does not reference any database object
HR.PAY_SHADOW_DEFINED_BALANCES is referenced by following:
|
|
|