PJR_OTXT_SEARCH_RESOURCES

The PJR_OTXT_SEARCH_RESOURCES table contains resource qualification and keyword data in a format used by Oracle Text to perform searches for resources. This table is populated by the Maintain Project Resource Search Index job set.

Details

  • Schema: FUSION

  • Object owner: PJR

  • Object type: TABLE

  • Tablespace: FUSION_TS_MEDIA

Columns

Name Datatype Length Precision Not-null Comments
ENTERPRISE_ID NUMBER 18 Yes Enterprise identifier that uniquely identifies a tenant in a multi-tenant environment.
RESOURCE_ID NUMBER 18 Yes Identifier of the HCM person who is associated with the resource.
SEARCH_INDEX VARCHAR2 1 Ued internally for multi-column Oracle text search weighting.
LANGUAGE VARCHAR2 30 Yes Indicates the code of the language into which the contents of the translatable columns are translated.
PERSON_ID NUMBER 18 Identifier of the HCM person who is associated with the resource.
XML_STRUC_QUALIFICATIONS CLOB Qualification content item identifiers and proficiency rating level identifiers for an HCM person in XML format. Qualifications and proficiencies for an HCM person are stored in Oracle Fusion Profile Management.
KEYWORDS CLOB Qualification names from the qualification profile in Oracle Fusion Profile Management for an HCM person. Used to match keywords specified on a project resource request.
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.

Indexes

Index Uniqueness Tablespace Columns
PJR_OTXT_SEARCH_RESOURCES_U1 Unique FUSION_TS_MEDIA RESOURCE_ID, LANGUAGE