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


TABLE: HR.PAY_BACKPAY_RULES

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


PAY_BACKPAY_RULES holds the information about specific balances to
recalculate in a RetroPay run. The DEFINED_BALANCE_ID identifies a
specific balance and dimension to recalculate, for example, gross pay
for the year to date. The RetroPay run stores the current value for
the defined balance and calculates a new value, using any DateTracked
changes entered since the original calculations were done. It then
calculates the difference between the existing value of the defined
balance and the new value. This amount is used to create the element
entry and input value specified by INPUT_VALUE_ID.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Primary Key: PAY_BACKPAY_RULES_PK
  1. ColumnDEFINED_BALANCE_ID
  2. ColumnINPUT_VALUE_ID
  3. ColumnBACKPAY_SET_ID
Indexes
Index Type Uniqueness Tablespace Column
PAY_BACKPAY_RULES_PK NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnDEFINED_BALANCE_ID
ColumnINPUT_VALUE_ID
ColumnBACKPAY_SET_ID
PAY_BACKPAY_RULES_FK1 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnBACKPAY_SET_ID
PAY_BACKPAY_RULES_N3 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnINPUT_VALUE_ID
Foreign Keys
Table
Foreign Table Foreign Key Column
PAY_BACKPAY_RULES PAY_BACKPAY_RULES_FK1 TablePAY_BACKPAY_SETS PAY_BACKPAY_RULES BACKPAY_SET_ID
Columns
Name Datatype Length Mandatory Comments
DEFINED_BALANCE_ID NUMBER (9) Yes Foreign key to PAY_DEFINED_BALANCES.
INPUT_VALUE_ID NUMBER (9) Yes Foreign key to PAY_INPUT_VALUES.
BACKPAY_SET_ID NUMBER (9) Yes Foreign key to PAY_BACKPAY_SETS.
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.
Query Text

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


SELECT DEFINED_BALANCE_ID
,      INPUT_VALUE_ID
,      BACKPAY_SET_ID
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_LOGIN
,      CREATED_BY
,      CREATION_DATE
FROM HR.PAY_BACKPAY_RULES;

Dependencies

[top of page]

HR.PAY_BACKPAY_RULES does not reference any database object

HR.PAY_BACKPAY_RULES is referenced by following:

SchemaHR
ViewPAY_BACKPAY_RULES#