RBF_PROD_APPL(SQL Table) |
Index Back |
---|---|
Product Application MethodProduct Application Method |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | SETID | Character(5) | VARCHAR2(5) NOT NULL |
This field is used to store the value of SetID on various setup tables.
Prompt Table: SP_SETID_NONVW |
2 | PRODUCT_ID | Character(18) | VARCHAR2(18) NOT NULL | Product ID |
3 | CAT_CHANNEL | Character(2) | VARCHAR2(2) NOT NULL |
Channel
01=Internal 02=Web Self-Service 03=All Channels |
4 | APPL_TYPE | Character(4) | VARCHAR2(4) NOT NULL |
Application Type
APPL=Application Form BRSC=Branch Script URL=URL |
5 | SCRIPT_ID | Number(12,0) | DECIMAL(12) NOT NULL |
Script ID
Prompt Table: RBF_BSCRIPT_VW |
6 | FORM_ID | Character(15) | VARCHAR2(15) NOT NULL |
The unique identifier of App form
Prompt Table: RBF_APPFORM_HDR |
7 | URL | Character(254) | VARCHAR2(254) NOT NULL | Internet URL (Universal Resource Locator) |
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 |