BI_FHWA_PYDT_VW

(SQL View)
Index Back

Target Payment Date view

A prompt view that will return all Target Payment Dates from the BI_HDR for any given BU and Bill to Customer.

SELECT DISTINCT A.BUSINESS_UNIT , A.BILL_TO_CUST_ID , A.TARGET_PYMT_DT FROM PS_BI_HDR A WHERE A.TARGET_PYMT_DT IS NOT NULL AND A.FINAL_FF_EXT_IND = 'Y'

# PeopleSoft Field Name PeopleSoft Field Type Database Column Type Description
1 BUSINESS_UNIT Character(5) VARCHAR2(5) NOT NULL Business Unit
2 BILL_TO_CUST_ID Character(15) VARCHAR2(15) NOT NULL Customer
3 TARGET_PYMT_DT_FNL Date(10) DATE The Finalized Target Payment Date