BI_BILL_PER_VW(SQL View) |
Index Back |
|---|---|
Billing Invoice Header ViewThis view is used as a prompt for Invoice ID in COMM_VAR_DATA. Emplid is the primary key. |
| SELECT EMPLID, BUSINESS_UNIT, INVOICE_ID FROM PS_BI_BILL_HEADER WHERE EMPLID <> ' ' |
| # | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
|---|---|---|---|---|
| 1 | Character(11) | VARCHAR2(11) NOT NULL | Employee ID | |
| 2 | Character(5) | VARCHAR2(5) NOT NULL | Business Unit | |
| 3 | Character(22) | VARCHAR2(22) NOT NULL | Invoice Number |