IRC_AVAIL_CXT_PER_TYPE

This table is used to store the configuration data for availability context of dimension person type code. Each row represents a dimension value in a context.

Details

  • Schema: FUSION

  • Object owner: IRC

  • Object type: TABLE

  • Tablespace: Default

Primary Key

Name Columns

IRC_AVAIL_CXT_PER_TYPE_PK

OBJECT_CXT_PER_TYPE_ID

Columns

Name Datatype Length Precision Not-null Comments
OBJECT_CXT_PER_TYPE_ID NUMBER 18 Yes Primary Key - Sequence generated key. Fusion Global sequence generator is used to generate the key at run-time.
OBJECT_CXT_PER_TYPE_CODE VARCHAR2 36 Yes Object Context Code is used for data migration purpose. This column will be populated with a GUID value to uniquely identify a row across environments
OBJECT_CXT_ID NUMBER 18 Yes Foreign key to IRC_AVAIL_CONTEXT.
PERSON_TYPE_CODE VARCHAR2 30 Yes Person Type Code
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.
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.

Foreign Keys

Table Foreign Table Foreign Key Column
IRC_AVAIL_CXT_PER_TYPE irc_avail_context OBJECT_CXT_ID

Indexes

Index Uniqueness Tablespace Columns
IRC_AVAIL_CXT_PER_TYPE_N1 Non Unique Default OBJECT_CXT_ID, PERSON_TYPE_CODE
IRC_AVAIL_CXT_PER_TYPE_PK Unique Default OBJECT_CXT_PER_TYPE_ID
IRC_AVAIL_CXT_PER_TYPE_U1 Unique Default OBJECT_CXT_PER_TYPE_CODE