BNK_BUS_UNIT_VW(SQL View) |
Index Back |
---|---|
Bank Business Units for PCMPay Cycle Manager Business Unit View |
SELECT DISTINCT a.business_unit_gl , a.business_unit_gl , b.location FROM PS_BANK_ACCT_TBL a ,ps_bus_unit_tbl_ap b WHERE a.business_unit_gl = b.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_GL | Character(5) | VARCHAR2(5) NOT NULL | GL Business Unit |
3 | LOCATION | Character(10) | VARCHAR2(10) NOT NULL | Location Code |