PV_MIN_REGPR_VW(SQL View) |
Index Back |
---|---|
Item Sourcing Region SuppliersIdentifies the priority suppliers for items within a Sourcing Region |
SELECT SETID , INV_ITEM_ID , SETID_REGION , REGION_CD , MIN(ITM_VNDR_PRIORITY) FROM PS_ITM_REGION_VNDR GROUP BY SETID , INV_ITEM_ID , SETID_REGION , REGION_CD |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | Character(5) | VARCHAR2(5) NOT NULL |
SetID
Prompt Table: SP_SETID_NONVW |
|
2 | Character(18) | VARCHAR2(18) NOT NULL |
Item ID
Prompt Table: INV_ITEMS |
|
3 | SETID_REGION | Character(5) | VARCHAR2(5) NOT NULL | Region SetID |
4 | REGION_CD | Character(10) | VARCHAR2(10) NOT NULL | Identifies the Sales Region. Populated on the Item Table to identify the Sales Region the Item is applied to. |
5 | MIN_VNDR_PRIORITY | Number(3,0) | SMALLINT NOT NULL | Minimum Priority |