SPF_INV_ID1_VW(SQL View) |
Index Back |
---|---|
Invoice ID Lookup 1This view returns the Invoice ID lookup values for the person that created the invoice |
SELECT ROW_CREATE_USER , BUSINESS_UNIT , INVOICE_ID FROM PS_SPF_INVOICE_HDR |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | OPRID | Character(30) | VARCHAR2(30) NOT NULL | A user's ID (see PSOPRDEFN). |
2 | BUSINESS_UNIT | Character(5) | VARCHAR2(5) NOT NULL | Business Unit |
3 | INVOICE_ID | Character(30) | VARCHAR2(30) NOT NULL | Invoice Number |