SVC_STANDARD_TEXT_B

This is the base table for the Standard Text which is defined in the Translation table.

Details

  • Schema: FUSION

  • Object owner: SVC

  • Object type: TABLE

  • Tablespace: Default

Primary Key

Name Columns

SVC_STANDARD_TEXT_B_PK

STD_TXT_ID

Columns

Name Datatype Length Precision Not-null Comments
STD_TXT_ID NUMBER 18 Yes Auto-generated number and primary key for this table.
STD_TXT_NUMBER VARCHAR2 30 STD_TXT_NUMBER. This is a public surrogate key.
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.
STDTXT_NAME VARCHAR2 50 Yes Short descriptive name for the Standard Text. This is searchable through the UI and indexed .
STD_TXT_UNIQUE_NUMBER VARCHAR2 30 Yes STD_TXT_UNIQUE_NUMBER. This is a public surrogate key which is required during creation of the row.
HTML_FLAG VARCHAR2 20 Yes 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
SCOPE VARCHAR2 20 Yes 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 Yes 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 Yes 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.
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.

Foreign Keys

Table Foreign Table Foreign Key Column
SVC_STANDARD_TEXT_B hz_parties USER_PARTY_ID
SVC_STANDARD_TEXT_B svc_std_txt_folders FOLDER_ID
svc_std_txt_history svc_standard_text_b STD_TXT_ID
svc_notify_cfg_chan_props svc_standard_text_b STD_TXT_ID
svc_notify_cfg_events svc_standard_text_b STD_TXT_ID
svc_standard_text_tl svc_standard_text_b STD_TXT_ID
svc_std_txt_type_rel svc_standard_text_b STD_TXT_ID

Indexes

Index Uniqueness Tablespace Columns
SVC_STANDARD_TEXT_B_F1 Non Unique Default USER_PARTY_ID
SVC_STANDARD_TEXT_B_F2 Non Unique Default FOLDER_ID
SVC_STANDARD_TEXT_B_N1 Non Unique Default SCOPE
SVC_STANDARD_TEXT_B_N4 Non Unique Default HTML_FLAG
SVC_STANDARD_TEXT_B_N5 Non Unique Default DOMAIN
SVC_STANDARD_TEXT_B_N6 Non Unique Default STRIPE_CD
SVC_STANDARD_TEXT_B_N7 Non Unique Default OBJECT
SVC_STANDARD_TEXT_B_N8 Non Unique Default BU_ORG_ID
SVC_STANDARD_TEXT_B_PK Unique Default STD_TXT_ID
SVC_STANDARD_TEXT_B_U1 Unique Default STDTXT_NAME, USER_PARTY_ID, DOMAIN, STRIPE_CD, BU_ORG_ID
SVC_STANDARD_TEXT_B_U2 Unique Default STD_TXT_NUMBER
SVC_STANDARD_TEXT_B_U3 Unique Default LAST_UPDATE_DATE, STD_TXT_ID
SVC_STANDARD_TEXT_B_U4 Unique Default STD_TXT_UNIQUE_NUMBER