CUST_AG_ALL_VW

(SQL View)
Index Back

Customer Aging

AR Financial Operations - Customer Aging informantion view

SELECT B.BUSINESS_UNIT , B.CUST_ID , B.AGING_ID , B.AGING_CATEGORY , B.AGING_CNT , B.AGING_AMT , B.CURRENCY_CD , F.AGED_DT FROM PS_CUST_AGING B , PS_CUST_DATA F WHERE F.BUSINESS_UNIT = B.BUSINESS_UNIT AND F.CUST_ID = B.CUST_ID

# PeopleSoft Field Name PeopleSoft Field Type Database Column Type Description
1 BUSINESS_UNIT Character(5) VARCHAR2(5) NOT NULL Business Unit

Default Value: OPR_DEF_TBL_FS.BUSINESS_UNIT

Prompt Table: SP_BUARDS_NONVW

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.

Prompt Table: CUST_SRCH_VW

3 AGING_ID Character(5) VARCHAR2(5) NOT NULL Aging ID

Prompt Table: AGING_TBL

4 AGING_CATEGORY Character(2) VARCHAR2(2) NOT NULL Aging Category

Prompt Table: AGING_CATEG_TBL

5 AGING_CNT Number(6,0) INTEGER NOT NULL Aging Count
6 AGING_AMT Signed Number(28,3) DECIMAL(26,3) NOT NULL Aging Amount
7 CURRENCY_CD Character(3) VARCHAR2(3) NOT NULL Currency Code
8 AGED_DT Date(10) DATE Aged Date