[Home] [Help]
[Dependency Information]
| Object Name: | PAY_FREQ_RULE_PERIODS |
|---|---|
| Object Type: | TABLE |
| Owner: | HR |
| FND Design Data: | PAY.PAY_FREQ_RULE_PERIODS
|
| Subobject Name: | |
| Status: | VALID |
PAY_FREQ_RULE_PERIODS holds the actual frequency rule for a
deduction/payroll. If a deduction should process in periods 2 and 3
of a month, for employees on a weekly payroll, there will be 2 rows in
this table, one for period 2 and one for period 3.
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
FREQ_RULE_PERIOD_ID| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| PAY_FREQ_RULE_PERIODS_PK | NORMAL | UNIQUE |
APPS_TS_TX_IDX
|
FREQ_RULE_PERIOD_ID
|
| PAY_FREQ_RULE_PERIODS_FK1 | NORMAL | NONUNIQUE |
APPS_TS_TX_IDX
|
BUSINESS_GROUP_ID
|
| PAY_FREQ_RULE_PERIODS_FK2 | NORMAL | NONUNIQUE |
APPS_TS_TX_IDX
|
ELE_PAYROLL_FREQ_RULE_ID
|
| Table | |
Foreign Table | Foreign Key Column | PAY_FREQ_RULE_PERIODS | ![]() |
HR_ALL_ORGANIZATION_UNITS
|
PAY_FREQ_RULE_PERIODS BUSINESS_GROUP_ID | PAY_FREQ_RULE_PERIODS | ![]() |
PAY_ELE_PAYROLL_FREQ_RULES
|
PAY_FREQ_RULE_PERIODS ELE_PAYROLL_FREQ_RULE_ID |
|---|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| FREQ_RULE_PERIOD_ID | NUMBER | (9) | Yes | System-generated primary key column. |
| BUSINESS_GROUP_ID | NUMBER | (15) | Yes | Foreign key to HR_ORGANIZATION_UNITS. |
| ELE_PAYROLL_FREQ_RULE_ID | NUMBER | (9) | Yes | Foreign key to PAY_ELE_PAYROLL_FREQ_RULES. |
| PERIOD_NO_IN_RESET_PERIOD | NUMBER | (9) | Yes | Which period within the reset period is the rule valid. |
| 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 FREQ_RULE_PERIOD_ID
, BUSINESS_GROUP_ID
, ELE_PAYROLL_FREQ_RULE_ID
, PERIOD_NO_IN_RESET_PERIOD
, LAST_UPDATE_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_LOGIN
, CREATED_BY
, CREATION_DATE
FROM HR.PAY_FREQ_RULE_PERIODS;
HR.PAY_FREQ_RULE_PERIODS does not reference any database object
HR.PAY_FREQ_RULE_PERIODS is referenced by following:
HR
PAY_FREQ_RULE_PERIODS#
|
|
|
|