IN_PARLOC_VW(SQL View) |
Index Back |
|---|---|
Par Location ViewView used for the par location prompting. Business Unit is being redirected to Source Business Unit and Order BU to Business Unit. |
| SELECT a.order_bu , a.business_unit , a.location , a.descr , a.cart_group FROM PS_CART_ATTRIB_INV a |
| # | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
|---|---|---|---|---|
| 1 | Character(5) | VARCHAR2(5) NOT NULL | Business Unit | |
| 2 | Character(5) | VARCHAR2(5) NOT NULL | Source Bus Unit | |
| 3 | Character(10) | VARCHAR2(10) NOT NULL | Location Code | |
| 4 | DESCR | Character(30) | VARCHAR2(30) NOT NULL | Description |
| 5 | CART_GROUP | Character(5) | VARCHAR2(5) NOT NULL | Par Location Group |