CNTR_ITEM_VW(SQL View) |
Index Back |
---|---|
Items in a Container |
select distinct phy.business_unit , phy.inv_item_id , phy.container_id , phy.unit_of_measure ,sum(phy.qty) from ps_physical_inv phy, PS_CNTR_ID_INV cnt where phy.container_id = cnt.container_id and phy.business_unit = cnt.business_unit and phy.qty - phy.qty_reserved > 0 group by phy.business_unit , phy.inv_item_id , phy.container_id , phy.unit_of_measure |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | BUSINESS_UNIT | Character(5) | VARCHAR2(5) NOT NULL | Business Unit |
2 | INV_ITEM_ID | Character(18) | VARCHAR2(18) NOT NULL | Item ID |
3 | CONTAINER_ID | Character(10) | VARCHAR2(10) NOT NULL | Container ID |
4 | UNIT_OF_MEASURE | Character(3) | VARCHAR2(3) NOT NULL |
Used on an approval rule set.
MHR=Muti Hourly PER=Percentage SQF=Square Footage |
5 | QTY | Signed Number(17,4) | DECIMAL(15,4) NOT NULL | Quantity |