DBA Data[Home] [Help] [Dependency Information]


TABLE: HR.PAY_DEFINED_BALANCES

Object Details
Object Name: PAY_DEFINED_BALANCES
Object Type: TABLE
Owner: HR
FND Design Data: TablePAY.PAY_DEFINED_BALANCES
Subobject Name:
Status: VALID


PAY_DEFINED_BALANCES is the intersection between balance types and
balance dimensions. This gives a complete description of a balance.
For example, gross pay may be a balance type and year to date may be a
dimension, a specific defined balance would be gross pay for the year
to date. The defined balance is referred to in a formula by its
associated database item name.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Primary Key: PAY_DEFINED_BALANCES_PK
  1. ColumnDEFINED_BALANCE_ID
Unique Key: PAY_DEFINED_BALANCES_UK2
  1. ColumnBALANCE_TYPE_ID
  2. ColumnBALANCE_DIMENSION_ID
  3. ColumnBUSINESS_GROUP_ID
  4. ColumnLEGISLATION_CODE
Indexes
Index Type Uniqueness Tablespace Column
PAY_DEFINED_BALANCES_PK NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnDEFINED_BALANCE_ID
PAY_DEFINED_BALANCES_UK2 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnBALANCE_TYPE_ID
ColumnBALANCE_DIMENSION_ID
ColumnBUSINESS_GROUP_ID
ColumnLEGISLATION_CODE
PAY_DEFINED_BALANCES_FK2 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnBALANCE_DIMENSION_ID
Foreign Keys
Table
Foreign Table Foreign Key Column
PAY_DEFINED_BALANCES PAY_DEFINED_BALANCES_FK2 TablePAY_BALANCE_DIMENSIONS PAY_DEFINED_BALANCES BALANCE_DIMENSION_ID
PAY_DEFINED_BALANCES PAY_DEFINED_BALANCES_FK1 TablePAY_BALANCE_TYPES PAY_DEFINED_BALANCES BALANCE_TYPE_ID
TablePAY_ASSIGNMENT_LATEST_BALANCES PAY_ASSIGNMENT_LATEST_BALA_FK2 PAY_DEFINED_BALANCES PAY_ASSIGNMENT_LATEST_BALANCES DEFINED_BALANCE_ID
TablePAY_BACKPAY_RULES PAY_BACKPAY_RULES_FK2 PAY_DEFINED_BALANCES PAY_BACKPAY_RULES DEFINED_BALANCE_ID
TablePAY_BALANCE_ATTRIBUTES PAY_BALANCE_ATTRIBUTES_FK2 PAY_DEFINED_BALANCES PAY_BALANCE_ATTRIBUTES DEFINED_BALANCE_ID
TablePAY_LATEST_BALANCES PAY_LATEST_BALANCES_FK1 PAY_DEFINED_BALANCES PAY_LATEST_BALANCES DEFINED_BALANCE_ID
TablePAY_ORG_PAYMENT_METHODS_F PAY_ORG_PAYMENT_METHODS_F_FK4 PAY_DEFINED_BALANCES PAY_ORG_PAYMENT_METHODS_F DEFINED_BALANCE_ID
TablePAY_PERSON_LATEST_BALANCES PAY_PERSON_LATEST_BALANCES_FK1 PAY_DEFINED_BALANCES PAY_PERSON_LATEST_BALANCES DEFINED_BALANCE_ID
Columns
Name Datatype Length Mandatory Comments
DEFINED_BALANCE_ID NUMBER (9) Yes System-generated primary key column.
BUSINESS_GROUP_ID NUMBER (15)
Foreign key to HR_ORGANIZATION_UNITS.
LEGISLATION_CODE VARCHAR2 (30)
Foreign key to FND_TERRITORIES.
BALANCE_TYPE_ID NUMBER (9) Yes Foreign key to PAY_BALANCE_TYPES.
BALANCE_DIMENSION_ID NUMBER (9) Yes Foreign key to PAY_BALANCE_DIMENSIONS.
FORCE_LATEST_BALANCE_FLAG VARCHAR2 (30)
Not currently supported.
LEGISLATION_SUBGROUP VARCHAR2 (30)
Further identifies the legislation of startup data.
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)
System-generated version of row. Increments by one with each update.
GROSSUP_ALLOWED_FLAG VARCHAR2 (30)
Indicates if this balance can be used in a grossup.
SAVE_RUN_BALANCE VARCHAR2 (30)
Determines whether run level balance values are stored in pay_run_balances.
RUN_BALANCE_STATUS VARCHAR2 (30)
Displays current status of the associated run balance.
Query Text

Cut, paste (and edit) the following text to query this object:


SELECT DEFINED_BALANCE_ID
,      BUSINESS_GROUP_ID
,      LEGISLATION_CODE
,      BALANCE_TYPE_ID
,      BALANCE_DIMENSION_ID
,      FORCE_LATEST_BALANCE_FLAG
,      LEGISLATION_SUBGROUP
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_LOGIN
,      CREATED_BY
,      CREATION_DATE
,      OBJECT_VERSION_NUMBER
,      GROSSUP_ALLOWED_FLAG
,      SAVE_RUN_BALANCE
,      RUN_BALANCE_STATUS
FROM HR.PAY_DEFINED_BALANCES;

Dependencies

[top of page]

HR.PAY_DEFINED_BALANCES does not reference any database object

HR.PAY_DEFINED_BALANCES is referenced by following:

SchemaAPPS
SynonymPAY_DEFINED_BALANCES
TriggerPAY_DEFINED_BALANCES_ARI
TriggerPAY_DEFINED_BALANCES_BRD
TriggerPAY_DEFINED_BALANCES_BRU
TriggerPAY_DEFINED_BALANCES_WHO
SchemaPUBLIC
SynonymPAY_DEFINED_BALANCES