BU_AP_REF(SQL View) |
Index Back |
---|---|
AP BU Definition for RefundsThis record can exist as a table or view depending on whether the rest of the AP Product exists in the database. If it does not, the record should be created as a table; if it does, the record should be created as a view |
select ar.business_unit, ap.business_unit from ps_bus_unit_tbl_ap ap,PS_BUS_UNIT_TBL_AR ar where ap.business_unit_gl = ar.business_unit_gl |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | BUSINESS_UNIT | Character(5) | VARCHAR2(5) NOT NULL | Business Unit |
2 | BUSINESS_UNIT_AP | Character(5) | VARCHAR2(5) NOT NULL |
AP Business Unit
Prompt Table: SP_BU_AP_NONVW |