RC_TOKEN(SQL Table) |
Index Back |
---|---|
question token.CRM Common Object Question Token Table |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | RC_TOKEN_ID | Number(12,0) | DECIMAL(12) NOT NULL |
Token ID for Branch Scripting
Default Value: 999999999999 |
2 | TOKEN_NAME | Character(40) | VARCHAR2(40) NOT NULL | Token Name |
3 | TOKEN_TYPE | Character(4) | VARCHAR2(4) NOT NULL |
Token Type
CINT=Component Interface FUNC=PeopleCode Function VRBL=Variable Default Value: CINT |
4 | BCNAME | Character(30) | VARCHAR2(30) NOT NULL |
Business Component Name (see PSBCDEFN).
Prompt Table: PSBCDEFN |
5 | BCNAME_METHOD | Character(30) | VARCHAR2(30) NOT NULL |
Method
Prompt Table: RC_BCMETHOD_VW |
6 | RC_FUNCTION_ID | Number(6,0) | INTEGER NOT NULL |
Function name for Brach Scripting
Prompt Table: RC_BS_FUNCTIONS |
7 | SCR_VAR_ID | Number(12,0) | DECIMAL(12) NOT NULL |
Branch Scripting Value Field
Prompt Table: RC_VARIABLE |
8 | ROW_ADDED_DTTM | DateTime(26) | TIMESTAMP | This is a datetime field for record creation. |
9 | ROW_ADDED_OPRID | Character(30) | VARCHAR2(30) NOT NULL | ID of user who added the row. |
10 | ROW_LASTMANT_DTTM | DateTime(26) | TIMESTAMP | The date and time that the row was last updated. |
11 | ROW_LASTMANT_OPRID | Character(30) | VARCHAR2(30) NOT NULL | ID of user who last modified the row. |
12 | 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. |
13 | SYNCDTTM | DateTime(26) | TIMESTAMP | Synchronization Last Update Date Time |
14 | DESCRLONG | Long Character | CLOB | Long Description |