CNTRCT_DST_SMVW(SQL View) |
Index Back |
---|
SELECT a.setid , a.cntrct_id , a.cntrct_line_nbr , a.business_unit , SUM(a.qty_req_std) , SUM(a.qty_open_std) , a.distrib_mthd_flg , a.seq_num FROM PS_CNTRCT_RFQ_XREF a GROUP BY a.setid , a.cntrct_id , a.cntrct_line_nbr , a.business_unit , a.distrib_mthd_flg , a.seq_num |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | Character(5) | VARCHAR2(5) NOT NULL | SetID | |
2 | Character(25) | VARCHAR2(25) NOT NULL | Buying Agreement ID | |
3 | Number(5,0) | INTEGER NOT NULL | Buying Agreement Line Nbr | |
4 | Character(5) | VARCHAR2(5) NOT NULL | Business Unit | |
5 | QTY_REQ_STD | Number(16,4) | DECIMAL(15,4) NOT NULL | Quantity Requested Stand. UOM |
6 | QTY_OPEN_STD | Number(16,4) | DECIMAL(15,4) NOT NULL | Quantity Open Standard UOM |
7 | DISTRIB_MTHD_FLG | Character(1) | VARCHAR2(1) NOT NULL |
Distribute by
A=Amount Q=Quantity |
8 | SEQ_NUM | Number(3,0) | SMALLINT NOT NULL | Sequence |