CSO_GSR_DOC_TRANS_INFO

Stores information needed by a GSRDocDetail necessary to maintain consitent translation state, if necessary.

Details

  • Schema: FUSION

  • Object owner: CSO

  • Object type: TABLE

  • Tablespace: TRANSACTION_TABLES

Primary Key

Name Columns

CSO_GSR_DOC_TRANS_INFO_PK

RECORD_ID

Columns

Name Datatype Length Not-null Comments
RECORD_ID VARCHAR2 32 Yes This is the primary key of the table.
BASED_ON_VERSION_IN_REQUEST CHAR 1 Yes Flag indicating whether or not this document's based on master was also in this GFR request.
CONTENT_LOCALE_REQUEST_ID VARCHAR2 32 This is the GUID reference to the ContentLocaleRequest that was generated by GFR edit of master for this documents locale.

Foreign Keys

Table Foreign Table Foreign Key Column
CSO_GSR_DOC_TRANS_INFO cso_content_locale_request CONTENT_LOCALE_REQUEST_ID
cso_gsr_doc_detail cso_gsr_doc_trans_info GSR_DOC_TRANSLATION_INFO_ID

Indexes

Index Uniqueness Columns
CSO_GSR_DOC_TRANS_INFO_U1 Unique RECORD_ID
CSO_GSR_DOC_TRANS_INFO_N1 Non Unique CONTENT_LOCALE_REQUEST_ID