PSA_USR_PREF_VW(SQL View) |
Index Back |
---|
SELECT A.OPRID ,A.CONFIDENCE_LOW ,A.CONFIDENCE_MEDIUM ,A.CONFIDENCE_HIGH ,A.SALES_PERSON ,A.RUN_CNTL_ID FROM PS_PSA_USER_PREFS A |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | Character(30) | VARCHAR2(30) NOT NULL | A user's ID (see PSOPRDEFN). | |
2 | CONFIDENCE_LOW | Number(3,0) | SMALLINT NOT NULL |
Low Confidence
Default Value: PSA_USER_PREFS.CONFIDENCE_LOW |
3 | CONFIDENCE_MEDIUM | Number(3,0) | SMALLINT NOT NULL |
Medium Confidence
Default Value: PSA_USER_PREFS.CONFIDENCE_MEDIUM |
4 | CONFIDENCE_HIGH | Number(3,0) | SMALLINT NOT NULL |
High Confidence
Default Value: PSA_USER_PREFS.CONFIDENCE_HIGH |
5 | SALES_PERSON | Character(8) | VARCHAR2(8) NOT NULL |
Specifies the personnel code for the person who works with a customer as a sales representative. This field is required for a customer that functions as a bill-to customer.
Prompt Table: SALES_PERSN_VW |
6 | RUN_CNTL_ID | Character(30) | VARCHAR2(30) NOT NULL |
Run Control ID
Prompt Table: PSA_RUN_RPT_TBL |