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


TABLE: HR.PAY_ELEMENT_CLASSIFICATIONS

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


Storage Details
Tablespace: TablespaceAPPS_TS_SEED
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
PAY_ELEMENT_CLASSIFICATION_PK NORMAL UNIQUE TablespaceAPPS_TS_SEED ColumnCLASSIFICATION_ID
ColumnZD_EDITION_NAME
PAY_ELEMENT_CLASSIFICATION_UK2 NORMAL UNIQUE TablespaceAPPS_TS_SEED ColumnCLASSIFICATION_NAME
ColumnBUSINESS_GROUP_ID
ColumnLEGISLATION_CODE
ColumnZD_EDITION_NAME
PAY_ELEMENT_CLASSIFICATION_FK1 NORMAL NONUNIQUE TablespaceAPPS_TS_SEED ColumnPARENT_CLASSIFICATION_ID
Columns
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) Yes 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
ZD_EDITION_NAME VARCHAR2 (30) Yes
Query Text

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
,      ZD_EDITION_NAME
FROM HR.PAY_ELEMENT_CLASSIFICATIONS;

Dependencies

[top of page]

HR.PAY_ELEMENT_CLASSIFICATIONS does not reference any database object

HR.PAY_ELEMENT_CLASSIFICATIONS is referenced by following:

SchemaHR
ViewPAY_ELEMENT_CLASSIFICATIONS#