BI_PCCA4_VW

(SQL View)
Index Back

Project Prompt on Prj Contract

View into BI_HDR that selects any rows that are to be sent or have already been sent from the Contracts or Projects system. This is a project view containing bills which have successfully passed BI interface (filtered by BI BU if business unit is entered).

SELECT DISTINCT BUSINESS_UNIT , PROJECT_ID FROM PS_BI_PCCA_VW WHERE BILL_STATUS IN ('RDY', 'NEW', 'INV', 'FNL', 'HLD', 'PND')

# PeopleSoft Field Name PeopleSoft Field Type Database Column Type Description
1 BUSINESS_UNIT Character(5) VARCHAR2(5) NOT NULL Business Unit
2 PROJECT_ID Character(15) VARCHAR2(15) NOT NULL Project Id ChartField