SVC_STD_TXT_FOLDERS

This table stores the folder structure for Global scope as well as per User scope.

Details

  • Schema: FUSION

  • Object owner: SVC

  • Object type: TABLE

  • Tablespace: Default

Primary Key

Name Columns

SVC_STD_TXT_FOLDERS_PK

FOLDER_ID

Columns

Name Datatype Length Precision Not-null Comments
FOLDER_ID NUMBER 18 Yes Auto-generated number and primary key for this table.
FOLDER_NUMBER VARCHAR2 30 FOLDER_NUMBER. This is a public surrogate key.
FOLDER_UNIQUE_NUMBER VARCHAR2 30 Yes FOLDER_UNIQUE_NUMBER. This is a public surrogate key which is required at time of row creation.
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.
NAME VARCHAR2 50 Yes Short descriptive name for the Folder. Naming is unique per user.
PARENT_FOLDER_ID NUMBER 18 If this is a subfolder this primary key refers to the parent folder
USER_PARTY_ID NUMBER 18 This is the Foreign Key to the user this folder is for. If no value provided then this is considered to be for a Global Standard Text.
STRIPE_CD VARCHAR2 30 Lookup code that indicates the stripe code, such as CRM, HCM, or PRM.
DOMAIN VARCHAR2 30 Domain or Category for the Folder
BU_ORG_ID NUMBER 18 Stores the Business Unit Org Id of the SmartText Folder.

Foreign Keys

Table Foreign Table Foreign Key Column
SVC_STD_TXT_FOLDERS svc_std_txt_folders PARENT_FOLDER_ID
SVC_STD_TXT_FOLDERS hz_parties USER_PARTY_ID
svc_standard_text_b svc_std_txt_folders FOLDER_ID
svc_std_txt_folders svc_std_txt_folders PARENT_FOLDER_ID

Indexes

Index Uniqueness Tablespace Columns
SVC_STD_TXT_FOLDERS_N1 Non Unique Default PARENT_FOLDER_ID
SVC_STD_TXT_FOLDERS_N2 Non Unique Default USER_PARTY_ID
SVC_STD_TXT_FOLDERS_N3 Non Unique Default STRIPE_CD
SVC_STD_TXT_FOLDERS_N4 Non Unique Default DOMAIN
SVC_STD_TXT_FOLDERS_N5 Non Unique Default BU_ORG_ID
SVC_STD_TXT_FOLDERS_PK Unique Default FOLDER_ID
SVC_STD_TXT_FOLDERS_U1 Unique Default NAME, USER_PARTY_ID, DOMAIN, STRIPE_CD, BU_ORG_ID
SVC_STD_TXT_FOLDERS_U2 Unique Default FOLDER_NUMBER
SVC_STD_TXT_FOLDERS_U3 Unique Default LAST_UPDATE_DATE, FOLDER_ID
SVC_STD_TXT_FOLDERS_U4 Unique Default FOLDER_UNIQUE_NUMBER