AR_APYMNT_VW(SQL View) |
Index Back |
|---|---|
Payment Tile ViewPayment Tile View |
| SELECT A.DEPOSIT_BU ,COUNT(A.PAYMENT_ID) ,SUM(A.PAY_AMT) ,A.PAYMENT_CURRENCY ,SUM(A.BASE_AMT) ,A.CURRENCY_CD ,A.DAYS ,A.POST_DT ,A.ACCOUNTING_DT ,A.PAYMENT_METHOD ,COUNT(*) FROM PS_AR_PYMNT_VW A ,PS_OPI_SYSCFG_TBL1 C WHERE A.PAYMENT_STATUS='C' AND A.POST_DT IS NOT NULL AND A.POST_DT >=A.ENTRY_DT AND C.PRODUCT_OE='ALL' AND A.POST_DT BETWEEN C.FROM_DT AND C.TO_DT GROUP BY A.DEPOSIT_BU,A.PAYMENT_CURRENCY,A.CURRENCY_CD ,A.DAYS ,A.POST_DT,A.ACCOUNTING_DT,A.PAYMENT_METHOD |
| # | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
|---|---|---|---|---|
| 1 | Character(5) | VARCHAR2(5) NOT NULL |
Identifies the business unit to which a deposit is posted.
Prompt Table: SP_BUARDE_NONVW |
|
| 2 | PAYMENT_CNT | Number(5,0) | INTEGER NOT NULL | Payment count |
| 3 | PAY_AMT | Signed Number(28,3) | DECIMAL(26,3) NOT NULL | Payment Amount |
| 4 | Character(3) | VARCHAR2(3) NOT NULL |
Identifies the currency of a customer payment. This is generally the same as the currency specified for the deposit but it can be different.
Prompt Table: AR_PAY_CUR_VW |
|
| 5 | BASE_AMT | Signed Number(28,3) | DECIMAL(26,3) NOT NULL | Represents a transaction amount calculated and stored in the base currency of its associated General Ledger bus |
| 6 | Character(3) | VARCHAR2(3) NOT NULL | Currency Code | |
| 7 | Number(6,0) | INTEGER NOT NULL | Days | |
| 8 | Date(10) | DATE | The Date a transaction was Posted. | |
| 9 | Date(10) | DATE NOT NULL |
The accounting entry construction date for a given transaction (a generic field that crosses multiple
Default Value: DEPOSIT_CONTROL.ACCOUNTING_DT |
|
| 10 | Character(3) | VARCHAR2(3) NOT NULL |
Specifies the preferred method of payment by a customer. Examples of payment method are check direct debit and draft.
10/28/2003 edw 655070000 - Removed LTC and CSH xlats.
ACH=ACH CC=Credit Card CHK=Check CSH=Cash DD=Direct Debit DR=Draft EC=Electronic Check EFT=Electronic Fund Transfer GE=Giro - EFT PL=PayPal WIR=Wire Report |
|
| 11 | COUNTER1 | Number(16,2) | DECIMAL(15,2) NOT NULL | Counter 1 |