BUS_UNIT_GL_VW(SQL View) |
Index Back |
---|---|
T&L Busines Unit for Proj CstgThis view should be used as the prompt for BUSINESS_UNIT_GL on the BUS_UNIT_TBL_HR table. |
SELECT A.BUSINESS_UNIT ,B.DESCR ,B.DESCRSHORT FROM PS_BUS_UNIT_TBL_GL A, PS_BUS_UNIT_TBL_FS B WHERE A.BUSINESS_UNIT = B.BUSINESS_UNIT |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | Character(5) | VARCHAR2(5) NOT NULL | General Ledger Unit | |
2 | DESCR | Character(30) | VARCHAR2(30) NOT NULL | Description |
3 | DESCRSHORT | Character(10) | VARCHAR2(10) NOT NULL | Short Description |