CA_BPEV_XREF_VW(SQL View) |
Index Back |
|---|---|
Sum of invoiced amount |
| SELECT CONTRACT_NUM , BILL_PLAN_ID , EVENT_OCCURRENCE , BI_CURRENCY_CD , SUM(NET_EXTENDED_AMT) FROM PS_CA_BP_XREF WHERE SYSTEM_SOURCE IN ('PBI','CBI') GROUP BY CONTRACT_NUM, BILL_PLAN_ID, EVENT_OCCURRENCE , BI_CURRENCY_CD |
| # | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
|---|---|---|---|---|
| 1 | Character(25) | VARCHAR2(25) NOT NULL | Contract | |
| 2 | Character(10) | VARCHAR2(10) NOT NULL |
Billing Plan ID
Prompt Table: CA_BILL_PLAN |
|
| 3 | Number(3,0) | SMALLINT NOT NULL | Identifies a user-defined event on a schedule for automatically creating standard and recurring journal entries. Event Occurrence is a number associated with a date for creation of the journal. | |
| 4 | Character(3) | VARCHAR2(3) NOT NULL | Currency Code | |
| 5 | NET_EXTENDED_AMT | Signed Number(28,3) | DECIMAL(26,3) NOT NULL | Net Extended Amt |