HR_ORG_CLASSIFICATIONS

This table holds all the seeded classifications for organizations across FUSION.

Details

  • Schema: FUSION

  • Object owner: PER

  • Object type: TABLE

  • Tablespace: REFERENCE

Primary Key

Name Columns

HR_ORG_CLASSIFCATIONS_PK

CLASSIFICATION_CODE

Columns

Name Datatype Length Precision Not-null Comments
CLASSIFICATION_CODE VARCHAR2 40 Yes Primary Key for the table. Uniquely identifies a record.
BUSINESS_GROUP_ID NUMBER 18 Yes Identifier of Enterprise, used for multi-tenancy partitioning. Foreign key to HR_ORGANIZATION_UNITS.
LEGISLATION_CODE VARCHAR2 30 Legislation code derived from Legal Entity.
SET_ENABLED_FLAG VARCHAR2 30 Indicates if the organization is set enabled.
ENABLED_FLAG VARCHAR2 30 Flag to indicate if an organization classification is enabled or not.
MODULE_ID VARCHAR2 32 Seed Data Framework: indicates the module that owns the row. A module is an entry in Application Taxonomy such as a Logical Business Area. When the MODULE_ID column exists and the owner of the row is not specified, then the Seed Data Framework will not extract the row as seed data.
INFORMATION_CATEGORY VARCHAR2 30 Developer Descriptive Flexfield: structure definition of the user descriptive flexfield.
INFORMATION1 VARCHAR2 150 Developer Descriptive Flexfield: segment of the developer descriptive flexfield.
INFORMATION2 VARCHAR2 150 Developer Descriptive Flexfield: segment of the developer descriptive flexfield.
INFORMATION3 VARCHAR2 150 Developer Descriptive Flexfield: segment of the developer descriptive flexfield.
INFORMATION4 VARCHAR2 150 Developer Descriptive Flexfield: segment of the developer descriptive flexfield.
INFORMATION5 VARCHAR2 150 Developer Descriptive Flexfield: segment of the developer descriptive flexfield.
INFORMATION6 VARCHAR2 150 Developer Descriptive Flexfield: segment of the developer descriptive flexfield.
INFORMATION7 VARCHAR2 150 Developer Descriptive Flexfield: segment of the developer descriptive flexfield.
INFORMATION8 VARCHAR2 150 Developer Descriptive Flexfield: segment of the developer descriptive flexfield.
INFORMATION9 VARCHAR2 150 Developer Descriptive Flexfield: segment of the developer descriptive flexfield.
INFORMATION10 VARCHAR2 150 Developer Descriptive Flexfield: segment of the developer descriptive flexfield.
INFORMATION11 VARCHAR2 150 Developer Descriptive Flexfield: segment of the developer descriptive flexfield.
INFORMATION12 VARCHAR2 150 Developer Descriptive Flexfield: segment of the developer descriptive flexfield.
INFORMATION13 VARCHAR2 150 Developer Descriptive Flexfield: segment of the developer descriptive flexfield.
INFORMATION14 VARCHAR2 150 Developer Descriptive Flexfield: segment of the developer descriptive flexfield.
INFORMATION15 VARCHAR2 150 Developer Descriptive Flexfield: segment of the developer descriptive flexfield.
INFORMATION16 VARCHAR2 150 Developer Descriptive Flexfield: segment of the developer descriptive flexfield.
INFORMATION17 VARCHAR2 150 Developer Descriptive Flexfield: segment of the developer descriptive flexfield.
INFORMATION18 VARCHAR2 150 Developer Descriptive Flexfield: segment of the developer descriptive flexfield.
INFORMATION19 VARCHAR2 150 Developer Descriptive Flexfield: segment of the developer descriptive flexfield.
INFORMATION20 VARCHAR2 150 Developer Descriptive Flexfield: segment of the developer descriptive flexfield.
INFORMATION21 VARCHAR2 150 Developer Descriptive Flexfield: segment of the developer descriptive flexfield.
INFORMATION22 VARCHAR2 150 Developer Descriptive Flexfield: segment of the developer descriptive flexfield.
INFORMATION23 VARCHAR2 150 Developer Descriptive Flexfield: segment of the developer descriptive flexfield.
INFORMATION24 VARCHAR2 150 Developer Descriptive Flexfield: segment of the developer descriptive flexfield.
INFORMATION25 VARCHAR2 150 Developer Descriptive Flexfield: segment of the developer descriptive flexfield.
INFORMATION26 VARCHAR2 150 Developer Descriptive Flexfield: segment of the developer descriptive flexfield.
INFORMATION27 VARCHAR2 150 Developer Descriptive Flexfield: segment of the developer descriptive flexfield.
INFORMATION28 VARCHAR2 150 Developer Descriptive Flexfield: segment of the developer descriptive flexfield.
INFORMATION29 VARCHAR2 150 Developer Descriptive Flexfield: segment of the developer descriptive flexfield.
INFORMATION30 VARCHAR2 150 Developer Descriptive Flexfield: segment of the developer descriptive flexfield.
OBJECT_VERSION_NUMBER NUMBER 9 Yes Used to implement optimistic locking. This number is incremented every time that the row is updated. The number is compared at the start and end of a transaction to detect whether another session has updated the row since it was queried.
CREATED_BY VARCHAR2 64 Yes Who column: indicates the user who created the row.
CREATION_DATE TIMESTAMP Yes Who column: indicates the date and time of the creation of the row.
LAST_UPDATED_BY VARCHAR2 64 Yes Who column: indicates the user who last updated the row.
LAST_UPDATE_DATE TIMESTAMP Yes Who column: indicates the date and time of the last update of the row.
LAST_UPDATE_LOGIN VARCHAR2 32 Who column: indicates the session login associated to the user who last updated the row.
SEED_DATA_SOURCE VARCHAR2 512 Source of seed data record. A value of 'BULK_SEED_DATA_SCRIPT' indicates that record was bulk loaded. Otherwise, specifies the name of the seed data file.
ALLOW_IN_SELECT_ORG_CLASS_YN VARCHAR2 30 Flag to indicate whether an organization of this classification can be classified as another organization.
AGGREGATE_FLAG VARCHAR2 30 Flag to indicate whether a classification can be grouped into the list of other classifications.
ORA_SEED_SET1 VARCHAR2 1 Yes Oracle internal use only. Indicates the edition-based redefinition (EBR) context of the row for SET1. Context values are Y or N.
ORA_SEED_SET2 VARCHAR2 1 Yes Oracle internal use only. Indicates the edition-based redefinition (EBR) context of the row for SET2. Context values are Y or N.

Foreign Keys

Table Foreign Table Foreign Key Column
pjf_org_classifications hr_org_classifications CLASSIFICATION_CODE

Indexes

Index Uniqueness Tablespace Columns
HR_ORG_CLASSIFICATIONS_PK Unique Default CLASSIFICATION_CODE, ORA_SEED_SET1
HR_ORG_CLASSIFICATIONS_PK1 Unique Default CLASSIFICATION_CODE, ORA_SEED_SET2