BI_PCCA5_VW(SQL View) |
Index Back |
---|---|
Contract prompt on PrjContractView 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 contract view containing bills which have successfully passed BI interface (filtered by BI BU if business unit is entered). |
SELECT DISTINCT BUSINESS_UNIT , CONTRACT_NUM 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 | CONTRACT_NUM | Character(25) | VARCHAR2(25) NOT NULL | Contract |