DBTIT_ITSMY_MVW(SQL View) |
Index Back |
---|---|
Doubtful Item Detail SummaryDoubtful Item Detail Summary |
SELECT I.BUSINESS_UNIT , I.CUST_ID , I.COLLECTOR , I.SALES_PERSON , I.CR_ANALYST , I.AR_SPECIALIST , I.BROKER_ID , I.TRANS_CURRENCY , COUNT(I.BAL_AMT) , SUM(I.BAL_AMT) , COUNT(*) FROM PS_DBTIT_ITDTL_MVW I GROUP BY I.BUSINESS_UNIT , I.CUST_ID , I.COLLECTOR , I.SALES_PERSON , I.CR_ANALYST , I.AR_SPECIALIST , I.BROKER_ID , I.TRANS_CURRENCY |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | Character(5) | VARCHAR2(5) NOT NULL |
Business Unit
Prompt Table: SP_BUARDS_NONVW |
|
2 | Character(15) | VARCHAR2(15) NOT NULL | Uniquely identifies an organizational entity that purchases goods or services from the enterprise. Represents the sold-to customer which is the customer organization that places orders. The CUST_ID may or may not be the same as the identifiers for the bill-to and ship-to locations. | |
3 | Character(8) | VARCHAR2(8) NOT NULL | Specifies the personnel code for the person who works with a customer to collect overdue payments. | |
4 | Character(8) | VARCHAR2(8) NOT NULL | Specifies the personnel code for the person who works with a customer as a sales representative. This field is required for a customer that functions as a bill-to customer. | |
5 | Character(8) | VARCHAR2(8) NOT NULL | Specifies the personnel code for the person who works with a customer to establish credit limits and payment terms. This field is required for a bill-to customer. | |
6 | Character(8) | VARCHAR2(8) NOT NULL | Accounts Recievable Specialist - person responsible for an action on an item. | |
7 | Character(15) | VARCHAR2(15) NOT NULL | Broker ID | |
8 | Character(3) | VARCHAR2(3) NOT NULL | Transaction Currency | |
9 | ITEM_CNT | Number(15,0) | DECIMAL(15) NOT NULL | Item Count |
10 | BAL_AMT | Signed Number(28,3) | DECIMAL(26,3) NOT NULL | Item Balance |
11 | COUNT_LINES | Number(15,0) | DECIMAL(15) NOT NULL | Count of Lines |