BI_FHWA_PYDT_VW(SQL View) |
Index Back |
---|---|
Target Payment Date viewA 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 | Character(5) | VARCHAR2(5) NOT NULL | Business Unit | |
2 | Character(15) | VARCHAR2(15) NOT NULL | Customer | |
3 | Date(10) | DATE | The Finalized Target Payment Date |