[Home] [Help]
[Dependency Information]
Object Name: | PAY_BACKPAY_RULES |
---|---|
Object Type: | TABLE |
Owner: | HR |
FND Design Data: | ![]() |
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.
Tablespace: | ![]() |
---|---|
PCT Free: | 10 |
PCT Used: |
Index | Type | Uniqueness | Tablespace | Column |
---|---|---|---|---|
PAY_BACKPAY_RULES_PK | NORMAL | UNIQUE |
![]() |
![]() ![]() ![]() |
PAY_BACKPAY_RULES_FK1 | NORMAL | NONUNIQUE |
![]() |
![]() |
PAY_BACKPAY_RULES_N3 | NORMAL | NONUNIQUE |
![]() |
![]() |
Table | |
Foreign Table | Foreign Key Column | PAY_BACKPAY_RULES | ![]() |
![]() |
PAY_BACKPAY_RULES BACKPAY_SET_ID |
---|
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. |
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;
HR.PAY_BACKPAY_RULES does not reference any database object
HR.PAY_BACKPAY_RULES is referenced by following:
|
|
|