IN_ITM_SHIP_VW(SQL View) |
Index Back |
---|---|
Customer Usage QuantitysTotal quantities shipped to or from a customer (internal and external) for a period/month |
SELECT PROCESS_INSTANCE , BUSINESS_UNIT , INV_ITEM_ID , CATEGORY_ID , START_DT , CUST_ID , ADDRESS_SEQ_NUM , LOCATION , BUSINESS_UNIT_GL , DEPTID , SUM(SHIP_QTY) , LAST_UPDATE_DTTM , END_DT FROM PS_IN_ITM_SHIP_DTL GROUP BY PROCESS_INSTANCE , BUSINESS_UNIT , INV_ITEM_ID , CATEGORY_ID , START_DT , CUST_ID , ADDRESS_SEQ_NUM , LOCATION , BUSINESS_UNIT_GL , DEPTID , LAST_UPDATE_DTTM , END_DT |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | PROCESS_INSTANCE | Number(10,0) | DECIMAL(10) NOT NULL | Process Instance |
2 | BUSINESS_UNIT | Character(5) | VARCHAR2(5) NOT NULL | Business Unit |
3 | INV_ITEM_ID | Character(18) | VARCHAR2(18) NOT NULL | Item ID |
4 | CATEGORY_ID | Character(5) | VARCHAR2(5) NOT NULL | Category ID |
5 | START_DT | Date(10) | DATE | Start Date |
6 | CUST_ID | Character(15) | VARCHAR2(15) NOT NULL | Uniquely identifies an organizational entity that purchases goods or services from the enterprise. Represents the sold-to customer which is the customer organization that places orders. The CUST_ID may or may not be the same as the identifiers for the bill-to and ship-to locations. |
7 | ADDRESS_SEQ_NUM | Number(5,0) | INTEGER NOT NULL | Address Sequence Number |
8 | LOCATION | Character(10) | VARCHAR2(10) NOT NULL | Location Code |
9 | BUSINESS_UNIT_GL | Character(5) | VARCHAR2(5) NOT NULL | GL Business Unit |
10 | DEPTID | Character(10) | VARCHAR2(10) NOT NULL | Department |
11 | SHIP_QTY | Signed Number(17,4) | DECIMAL(15,4) NOT NULL | Shipped Quantity |
12 | LAST_UPDATE_DTTM | DateTime(26) | TIMESTAMP | Specifies the date and time of the last update to an entry. This field is maintained by PeopleSoft and is used in a variety of contexts. |
13 | END_DT | Date(10) | DATE | End Date |