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


TABLE: HR.PAY_NET_CALCULATION_RULES

Object Details
Object Name: PAY_NET_CALCULATION_RULES
Object Type: TABLE
Owner: HR
FND Design Data: TablePAY.PAY_NET_CALCULATION_RULES
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.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Primary Key: PAY_NET_CALCULATION_RULES_PK
  1. ColumnNET_CALCULATION_RULE_ID
Indexes
Index Type Uniqueness Tablespace Column
PAY_NET_CALCULATION_RULES_PK NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnNET_CALCULATION_RULE_ID
PAY_NET_CALCULATION_RULES_FK1 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnACCRUAL_PLAN_ID
PAY_NET_CALCULATION_RULES_FK2 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnBUSINESS_GROUP_ID
PAY_NET_CALCULATION_RULES_N3 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnINPUT_VALUE_ID
Foreign Keys
Table
Foreign Table Foreign Key Column
PAY_NET_CALCULATION_RULES PAY_NET_CALCULATION_RULES_FK2 TableHR_ALL_ORGANIZATION_UNITS PAY_NET_CALCULATION_RULES BUSINESS_GROUP_ID
PAY_NET_CALCULATION_RULES PAY_NET_CALCULATION_RULES_FK1 TablePAY_ACCRUAL_PLANS PAY_NET_CALCULATION_RULES ACCRUAL_PLAN_ID
Columns
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".
Query Text

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;

Dependencies

[top of page]

HR.PAY_NET_CALCULATION_RULES does not reference any database object

HR.PAY_NET_CALCULATION_RULES is referenced by following:

SchemaAPPS
SynonymPAY_NET_CALCULATION_RULES
TriggerPAY_NET_CALCULATION_RULES_OVN
TriggerPAY_NET_CALCULATION_RULES_WHO
SchemaPUBLIC
SynonymPAY_NET_CALCULATION_RULES