RYEDOC(SQL Table) |
Index Back |
---|---|
Document RecordThis record is used to store all of the document information. |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | RY_DOC_ID | Number(18,0) | DECIMAL(18) NOT NULL | Document ID - Dialog Document Main Sys ID |
2 | RY_MD_ID | Number(18,0) | DECIMAL(18) NOT NULL | Metadata ID - Dialog document metadata table |
3 | DIALOG_ID | Number(18,0) | DECIMAL(18) NOT NULL | Dialog ID field to identify both design time and run time dialog. |
4 | RY_PGTEMPL_ID | Number(18,0) | DECIMAL(18) NOT NULL | Field used by Online Marketing. |
5 | RY_TITLE254 | Character(254) | VARCHAR2(254) NOT NULL | Document Title - Dialog Document |
6 | REDIR_URL | Long Character(2000) | VARCHAR2(2000) | Alternate URL |
7 | LANGUAGE_CD | Character(3) | VARCHAR2(3) NOT NULL | Language Code |
8 | RY_STATUS | Character(1) | VARCHAR2(1) NOT NULL |
Status for objects in the Dialog application.
A=Active C=Archived D=Design I=Inactive |
9 | SETID | Character(5) | VARCHAR2(5) NOT NULL | This field is used to store the value of SetID on various setup tables. |
10 | RY_IS_SURVEY_DOC | Character(1) | VARCHAR2(1) NOT NULL |
Survey Document : identify if the documention is a survey document.
Y/N Table Edit Default Value: N |
11 | RY_SECURE_DOC | Character(1) | VARCHAR2(1) NOT NULL |
Security flag for online marketing web and email documents.
N=No Y=Yes Default Value: N |
12 | ROW_ADDED_DTTM | DateTime(26) | TIMESTAMP | This is a datetime field for record creation. |
13 | ROW_ADDED_OPRID | Character(30) | VARCHAR2(30) NOT NULL | ID of user who added the row. |
14 | ROW_LASTMANT_DTTM | DateTime(26) | TIMESTAMP | The date and time that the row was last updated. |
15 | ROW_LASTMANT_OPRID | Character(30) | VARCHAR2(30) NOT NULL | ID of user who last modified the row. |
16 | SYNCID | Number(10,0) | DECIMAL(10) NOT NULL | The Synchronization ID field stores a value generated by the sync processor. The value is used to identify the type of object that the sync processor is about to handle. |
17 | SYNCDTTM | DateTime(26) | TIMESTAMP | Synchronization Last Update Date Time |