SVC_STANDARD_TEXT_INT

This table is created in top of view (SVC_STANDARD_TEXT_VL). The view build on top of SVC_STANDARD_TEXT_B and SVC_STANDARD_TEXT_TL tables.

Details

  • Schema: FUSION

  • Object owner: FUSION

  • Object type: TABLE

  • Tablespace: INTERFACE

Primary Key

Name Columns

SVC_STANDARD_TEXT_INT_PK

BATCH_ID, INTERFACE_ROW_ID

Columns

Name Datatype Length Precision Not-null Comments
STD_TXT_ID NUMBER 18 This is resolved during the enrichment process.
STD_TXT_UNIQUE_NUMBER VARCHAR2 30 Std_txt_unique_number. This is a public surrogate key which is required in the base table.
STD_TXT_NUMBER VARCHAR2 30 Std_txt_number. This is a public surrogate key.
CREATED_BY VARCHAR2 64 Who column: indicates the user who created the row.
CREATION_DATE TIMESTAMP Who column: indicates the date and time of the creation of the row.
LAST_UPDATED_BY VARCHAR2 64 Who column: indicates the user who last updated the row.
LAST_UPDATE_DATE TIMESTAMP 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.
STDTXT_NAME VARCHAR2 50 Short descriptive name for the Standard Text. This is searchable through the UI and indexed.
TEXT CLOB Language dependent, translatable standard text.
HTML_FLAG VARCHAR2 20 Y/N flag to indicate if the standard text is rich text or plain text. Default is N.
FOLDER_ID NUMBER 18 Foreign Key to assign the Standard Text to a folder.
FOLDER_NUMBER VARCHAR2 30 Folder_number. This is a public surrogate key.
SCOPE VARCHAR2 20 Global, User, Role If the scope is User then the USER_ID must contain the FK value.
USER_PARTY_ID NUMBER 18 This must contain the FK value when scope is set to User.
ENABLED_FLAG VARCHAR2 1 Enable or Disable the Standard Text. This will allow control if the Standard Text can be used by the users. Default is Y
START_DATE DATE Start Date as of when the text can be used by the users. Default is sysdate.
END_DATE DATE Final date when the text can be used by the users.
INTERNAL_ACTION_CODE VARCHAR2 30 Internal action code will be populated internally by framework based on ourcome of match step.
INTERNAL_OVN NUMBER 9 The Object Version Number of the record begin updated. Used for Optimistic Locking as part of Incremental Update.
JOB_DEFINITION_NAME VARCHAR2 100 Enterprise Service Scheduler: indicates the name of the job that created or last updated the row.
JOB_DEFINITION_PACKAGE VARCHAR2 900 Enterprise Service Scheduler: indicates the package name of the job that created or last updated the row.
REQUEST_ID NUMBER 18 Enterprise Service Scheduler: indicates the request ID of the job that created or last updated the row.
FILE_RECORD_NUM NUMBER 10 This column is required by import wizard to relate record in the interface table to the file row.
ERROR_MESSAGE VARCHAR2 3000 This is an optional column and would be useful if consumers want any error message as the first error.
IMPORT_STATUS_CODE VARCHAR2 1 This column indicates import wizard if the import to base table was successful or Erorred out.
FILE_NAME_SYSTASK_ID NUMBER 18 This column is required to track multi csv import of standard text folder objects
BATCH_ID NUMBER 18 Yes For each run of the job, import wizard generates a new batch id and this batch id will be used uniquely.
INTERFACE_ROW_ID NUMBER 18 Yes Used to link this record with the error record.
USER_PARTY_NUMBER VARCHAR2 30 Additional column to resolve USER_PARTY_ID using alternate key PARTY_NUMBER.
USER_PARTY_ORIG_SYS VARCHAR2 30 Additional column to resolve USER_PARTY_ID using original system reference.
USER_PARTY_ORIG_SYS_REF VARCHAR2 255 Additional column to resolve USER_PARTY_ID using original system reference.
ACTION_CODE VARCHAR2 30 Action code will be used to determine what operation should be done: insert,update,delete.
LANGUAGE VARCHAR2 4 Yes Indicates the code of the language into which the contents of the translatable columns are translated.
DOMAIN VARCHAR2 30 Domain or Category for the SmartText.
STRIPE_CD VARCHAR2 30 Lookup code that indicates the stripe code, such as CRM, HCM, or PRM.
OBJECT VARCHAR2 150 This is the primary object the SmartText is used for.
BU_ORG_ID NUMBER 18 Stores the Business Unit Org Id of the SmartText.

Indexes

Index Uniqueness Tablespace Columns
SVC_STANDARD_TEXT_INT_N1 Non Unique Default BATCH_ID, IMPORT_STATUS_CODE
SVC_STANDARD_TEXT_INT_N2 Non Unique Default BATCH_ID, STD_TXT_NUMBER
SVC_STANDARD_TEXT_INT_U1 Unique Default BATCH_ID, INTERFACE_ROW_ID