[Home] [Help]
[Dependency Information]
Object Name: | PAY_ELEMENT_CLASSIFICATIONS |
---|---|
Object Type: | TABLE |
Owner: | HR |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
PAY_ELEMENT_CLASSIFICATIONS holds the definitions of element
classification that define groups of elements for legislation and
information needs. Primary classifications are specific to a
legislation and are predefined for all supported payroll legislations,
for example Earnings. You may not create, amend or delete primary
classifications. Secondary, or sub-classifications, are specific to a
business group and may be predefined for a specific legislation.
Users can create, update and delete their own secondary
classifications, but may not change any that are predefined.
Tablespace: | ![]() |
---|---|
PCT Free: | 10 |
PCT Used: |
Index | Type | Uniqueness | Tablespace | Column |
---|---|---|---|---|
PAY_ELEMENT_CLASSIFICATION_PK | NORMAL | UNIQUE |
![]() |
![]() |
PAY_ELEMENT_CLASSIFICATION_UK2 | NORMAL | UNIQUE |
![]() |
![]() ![]() ![]() |
PAY_ELEMENT_CLASSIFICATION_FK1 | NORMAL | NONUNIQUE |
![]() |
![]() |
Table | |
Foreign Table | Foreign Key Column | PAY_ELEMENT_CLASSIFICATIONS | ![]() |
![]() |
PAY_ELEMENT_CLASSIFICATIONS PARENT_CLASSIFICATION_ID |
![]() |
![]() |
PAY_ELEMENT_CLASSIFICATIONS | PAY_BALANCE_CLASSIFICATIONS CLASSIFICATION_ID |
![]() |
![]() |
PAY_ELEMENT_CLASSIFICATIONS | PAY_ELEMENT_CLASSIFICATIONS PARENT_CLASSIFICATION_ID |
![]() |
![]() |
PAY_ELEMENT_CLASSIFICATIONS | PAY_ELEMENT_TYPES_F CLASSIFICATION_ID |
![]() |
![]() |
PAY_ELEMENT_CLASSIFICATIONS | PAY_ELE_CLASSIFICATION_RULES CLASSIFICATION_ID |
![]() |
![]() |
PAY_ELEMENT_CLASSIFICATIONS | PAY_SUB_CLASSIFICATION_RULES_F CLASSIFICATION_ID |
![]() |
![]() |
PAY_ELEMENT_CLASSIFICATIONS | PAY_TAXABILITY_RULES SECONDARY_CLASSIFICATION_ID |
![]() |
![]() |
PAY_ELEMENT_CLASSIFICATIONS | PAY_TAXABILITY_RULES CLASSIFICATION_ID |
---|
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
CLASSIFICATION_ID | NUMBER | (9) | Yes | System-generated primary key column. |
BUSINESS_GROUP_ID | NUMBER | (15) | Foreign key to HR_ORGANIZATION_UNITS. | |
LEGISLATION_CODE | VARCHAR2 | (30) | Foreign key to FND_TERRITORIES. | |
CLASSIFICATION_NAME | VARCHAR2 | (80) | Name by which a user identifies the classification. | |
DESCRIPTION | VARCHAR2 | (80) | Full description of the element classification. | |
LEGISLATION_SUBGROUP | VARCHAR2 | (30) | Identifies the legislation of the classification. | |
COSTABLE_FLAG | VARCHAR2 | (30) | Indicates whether elements with the classification can be costed. | |
DEFAULT_HIGH_PRIORITY | NUMBER | (9) | Upper end of default processing priority range. | |
DEFAULT_LOW_PRIORITY | NUMBER | (9) | Lower end of default processing priority range. | |
DEFAULT_PRIORITY | NUMBER | (9) | Default processing priority for all elements with this classification. | |
DISTRIBUTABLE_OVER_FLAG | VARCHAR2 | (30) | Indicates whether costs can be distributed over elements with this classification. | |
NON_PAYMENTS_FLAG | VARCHAR2 | (30) | Indicates whether classifications can own foreign currency elements. | |
COSTING_DEBIT_OR_CREDIT | VARCHAR2 | (30) | Indicates whether this classification creates debit or credit costing values by default. | |
PARENT_CLASSIFICATION_ID | NUMBER | (9) | Foreign key to PAY_ELEMENT_CLASSIFICATIONS (CLASSIFICATION_ID). | |
CREATE_BY_DEFAULT_FLAG | VARCHAR2 | (30) | Indicates whether classification rules should be automatically created. | |
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. | ||
BALANCE_INITIALIZATION_FLAG | VARCHAR2 | (30) | Indicates whether the classification is used for an initial balance upload type of element. | |
OBJECT_VERSION_NUMBER | NUMBER | (9) | System-generated version of row. Increments by one with each update. | |
FREQ_RULE_ENABLED | VARCHAR2 | (30) | Indicates whether to allow frequency rules to be used |
Cut, paste (and edit) the following text to query this object:
SELECT CLASSIFICATION_ID
, BUSINESS_GROUP_ID
, LEGISLATION_CODE
, CLASSIFICATION_NAME
, DESCRIPTION
, LEGISLATION_SUBGROUP
, COSTABLE_FLAG
, DEFAULT_HIGH_PRIORITY
, DEFAULT_LOW_PRIORITY
, DEFAULT_PRIORITY
, DISTRIBUTABLE_OVER_FLAG
, NON_PAYMENTS_FLAG
, COSTING_DEBIT_OR_CREDIT
, PARENT_CLASSIFICATION_ID
, CREATE_BY_DEFAULT_FLAG
, LAST_UPDATE_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_LOGIN
, CREATED_BY
, CREATION_DATE
, BALANCE_INITIALIZATION_FLAG
, OBJECT_VERSION_NUMBER
, FREQ_RULE_ENABLED
FROM HR.PAY_ELEMENT_CLASSIFICATIONS;
HR.PAY_ELEMENT_CLASSIFICATIONS does not reference any database object
HR.PAY_ELEMENT_CLASSIFICATIONS is referenced by following:
|
|
|