RE_LS_DTL_AMT(SQL View) |
Index Back |
|---|---|
Lease transaction Detail ViewLease transaction Detail View to get the total amount by transaction ID |
| SELECT A.LS_TXN_ID , SUM(A.AMOUNT) , MAX(A.CURRENCY_CD) FROM PS_RE_LS_TXN_DTL A GROUP BY A.LS_TXN_ID |
| # | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
|---|---|---|---|---|
| 1 | Number(25,0) | DECIMAL(25) NOT NULL | Lease Transaction ID | |
| 2 | AMOUNT | Signed Number(28,3) | DECIMAL(26,3) NOT NULL | Amount |
| 3 | CURRENCY_CD | Character(3) | VARCHAR2(3) NOT NULL | Currency Code |