AR_ACCAGE_LVW(SQL View) |
Index Back |
---|---|
Customer Aging by Setid |
SELECT P.SETID , A.CUST_ID , A.AGING_ID , C.LANGUAGE_CD , C.DESCR FROM PS_CUST_AGING A , PS_CUST_DATA B , PS_AGING_CATEGT_LG C , PS_SET_CNTRL_REC P , PS_SET_CNTRL_REC PC WHERE A.CUST_ID = B.CUST_ID AND A.BUSINESS_UNIT = B.BUSINESS_UNIT AND P.SETCNTRLVALUE = A.BUSINESS_UNIT AND P.RECNAME = 'CUSTOMER' AND A.AGING_CATEGORY = C.AGING_CATEGORY AND A.AGING_ID = C.AGING_ID AND PC.SETID = C.SETID AND PC.SETCNTRLVALUE = A.BUSINESS_UNIT AND PC.RECNAME = 'AGING_CATEG_TBL' AND C.EFFDT = ( SELECT MAX (C1.EFFDT) FROM PS_AGING_CATEG_TBL C1 WHERE C1.SETID = C.SETID AND C1.AGING_ID = C.AGING_ID AND C1.AGING_CATEGORY = C.AGING_CATEGORY AND C1.EFFDT <= B.AGED_DT) |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | SETID | Character(5) | VARCHAR2(5) NOT NULL | SetID |
2 | CUST_ID | 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 | AGING_ID | Character(5) | VARCHAR2(5) NOT NULL | Aging ID |
4 | LANGUAGE_CD | Character(3) | VARCHAR2(3) NOT NULL | Language Code |
5 | AGING_CAT2 | Character(30) | VARCHAR2(30) NOT NULL | Days Overdue |