BC_REC_BILL_VW(SQL View) |
Index Back |
---|---|
Receive Bills Work ViewWARNING - The SQL in the view is returning all BC's. This view is not meant to prompt on BC_TO or to provide anything other than a GUI Work position. |
SELECT A.BO_ID , A.SETID , A.CUST_ID , B.BO_NAME FROM PS_BC A , PS_BO B WHERE A.BO_ID = B.BO_ID |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | BO_ID | Signed Number(32,0) | DECIMAL(31) NOT NULL | Business Object ID |
2 | SETID | Character(5) | VARCHAR2(5) NOT NULL | This field is used to store the value of SetID on various setup tables. |
3 | CUST_ID | Character(15) | VARCHAR2(15) NOT NULL | Customer ID |
4 | BO_NAME | Character(50) | VARCHAR2(50) NOT NULL | Name Description of Business Object |