| # |
PeopleSoft Field Name |
PeopleSoft Field Type |
Database Column Type |
Description |
| 1 |
RY_TMP_LINK_ID |
Number(18,0) |
DECIMAL(18) NOT NULL |
Temporary link ID field for dialogs.
|
| 2 |
RY_ACTION_ID |
Number(18,0) |
DECIMAL(18) NOT NULL |
Id for a dialog element for the dialog designer.
|
| 3 |
DIALOG_ID |
Number(18,0) |
DECIMAL(18) NOT NULL |
Dialog ID field to identify both design time and run time dialog.
|
| 4 |
RY_VC_TYPE_ID |
Number(18,0) |
DECIMAL(18) NOT NULL |
Custom Variable Contentt Type ID.
|
| 5 |
RY_LINK_TYPE |
Character(1) |
VARCHAR2(1) NOT NULL |
Link type for Document and Temporary Links.
|
| 6 |
RY_NAME254 |
Character(254) |
VARCHAR2(254) NOT NULL |
254 character name field for names.
|
| 7 |
RY_EL_CONNECT_ID |
Number(18,0) |
DECIMAL(18) NOT NULL |
Element to be connected to ID.
|
| 8 |
RY_CR_DIALOG_ID |
Number(18,0) |
DECIMAL(18) NOT NULL |
Cross Dialog Dialog ID, used for tempory links.
|
| 9 |
CR_DIALOG_ACT_ID |
Number(18,0) |
DECIMAL(18) NOT NULL |
Cross Dialog Action ID for the dialog designer.
|
| 10 |
ROW_ADDED_DTTM |
DateTime(26) |
TIMESTAMP |
This is a datetime field for record creation.
|
| 11 |
ROW_ADDED_OPRID |
Character(30) |
VARCHAR2(30) NOT NULL |
ID of user who added the row.
|
| 12 |
ROW_LASTMANT_DTTM |
DateTime(26) |
TIMESTAMP |
The date and time that the row was last updated.
|
| 13 |
ROW_LASTMANT_OPRID |
Character(30) |
VARCHAR2(30) NOT NULL |
ID of user who last modified the row.
|
| 14 |
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.
|
| 15 |
SYNCDTTM |
DateTime(26) |
TIMESTAMP |
Synchronization Last Update Date Time
|