[Home] [Help]
[Dependency Information]
Object Name: | PAY_NET_CALCULATION_RULES |
---|---|
Object Type: | TABLE |
Owner: | HR |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
PAY_NET_CALCULATION_RULES holds the calculation rules for specific
element entry values that contribute to the calculation of Paid Time
Off. The definition of an Accrual Plan includes these rules to add or
subtract specific input values when calculating the net value of PTO.
For example, the value of carryover leave is usually added to net.
Tablespace: | ![]() |
---|---|
PCT Free: | 10 |
PCT Used: |
Index | Type | Uniqueness | Tablespace | Column |
---|---|---|---|---|
PAY_NET_CALCULATION_RULES_PK | NORMAL | UNIQUE |
![]() |
![]() |
PAY_NET_CALCULATION_RULES_FK1 | NORMAL | NONUNIQUE |
![]() |
![]() |
PAY_NET_CALCULATION_RULES_FK2 | NORMAL | NONUNIQUE |
![]() |
![]() |
PAY_NET_CALCULATION_RULES_N3 | NORMAL | NONUNIQUE |
![]() |
![]() |
Table | |
Foreign Table | Foreign Key Column | PAY_NET_CALCULATION_RULES | ![]() |
![]() |
PAY_NET_CALCULATION_RULES BUSINESS_GROUP_ID | PAY_NET_CALCULATION_RULES | ![]() |
![]() |
PAY_NET_CALCULATION_RULES ACCRUAL_PLAN_ID |
---|
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
NET_CALCULATION_RULE_ID | NUMBER | (9) | Yes | System generated primary key for PAY_NET_CALCULATION_RULES. |
ACCRUAL_PLAN_ID | NUMBER | (9) | Yes | Foreign key to PAY_ACCRUAL_PLANS. |
BUSINESS_GROUP_ID | NUMBER | (15) | Yes | Foreign key to HR_ORGANIZATION_UNITS. |
OBJECT_VERSION_NUMBER | NUMBER | (9) | Yes | System-generated version of row. Increments by one with each update. |
INPUT_VALUE_ID | NUMBER | (9) | Yes | Foreign key to PAY_INPUT_VALUES; the value to be included in the net calculation. |
DATE_INPUT_VALUE_ID | NUMBER | (9) | Foreign key to PAY_INPUT_VALUES | |
ADD_OR_SUBTRACT | VARCHAR2 | (30) | Yes | Add or subtract the input value when calculating the net value of PTO. |
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. | ||
ABSENCE_ATTENDANCE_TYPE_ID | NUMBER | (15) | Represents the absence type affecting accruals. Foreign key to PER_ABSENCE_ATTENDANCE_TYPES. | |
USE_ELEMENT_LINK | VARCHAR2 | (30) | Determines whether the element link has been used when creating the PTO shadow elements (carry over, residual, tagging). It accepts "Yes" or "No". |
Cut, paste (and edit) the following text to query this object:
SELECT NET_CALCULATION_RULE_ID
, ACCRUAL_PLAN_ID
, BUSINESS_GROUP_ID
, OBJECT_VERSION_NUMBER
, INPUT_VALUE_ID
, DATE_INPUT_VALUE_ID
, ADD_OR_SUBTRACT
, LAST_UPDATE_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_LOGIN
, CREATED_BY
, CREATION_DATE
, ABSENCE_ATTENDANCE_TYPE_ID
, USE_ELEMENT_LINK
FROM HR.PAY_NET_CALCULATION_RULES;
HR.PAY_NET_CALCULATION_RULES does not reference any database object
HR.PAY_NET_CALCULATION_RULES is referenced by following:
|
|
|