EM_VNDR_INT_TMP(SQL Table) |
Index Back |
|---|---|
Seller Security Scroll RecordMarketPay Scott Birnbaum This is the controlling record in the grid of the Seller Security Page (EM_SELLER_SECURITY). It was cloned from UM_VNDR_INT_TMP, so that we could specify our own prompt tables, and Peoplecode without impacting other FDM applications. |
| # | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
|---|---|---|---|---|
| 1 | Character(30) | VARCHAR2(30) NOT NULL | A user's ID (see PSOPRDEFN). | |
| 2 | OPRDEFNDESC | Character(30) | VARCHAR2(30) NOT NULL | Description field for a user |
| 3 | EMAILID | Character(70) | VARCHAR2(70) NOT NULL | A user's E-mail address |
| 4 | OPERPSWD | Character(32) | VARCHAR2(32) NOT NULL | An user's password |
| 5 | OPERPSWDCONF | Character(32) | VARCHAR2(32) NOT NULL | Confirm Password |
| 6 | LANGUAGE_CD | Character(3) | VARCHAR2(3) NOT NULL |
Language Code
Default Value: PSOPTIONS.LANGUAGE_CD |
| 7 | ACCTLOCK | Number(1,0) | SMALLINT NOT NULL | To lock out PeopleSoft User Account |
| 8 | SYMBOLICID | Character(8) | VARCHAR2(8) NOT NULL |
The foreign key linking the PSOPRDEFN table to PSACCESSPRFL
Prompt Table: PSACCESSPRFL |
| 9 | MULTILANG | Number(1,0) | SMALLINT NOT NULL | Used to determine if user is Multi-Lingual |
| 10 | CURRENCY_CD | Character(3) | VARCHAR2(3) NOT NULL |
Currency Code
Default Value: USD Prompt Table: CURRENCY_CD_TBL |