TL_BUS_UNIT_VW(SQL View) |
Index Back |
---|---|
T&L Vw of Business Unit HR TblT&L Vw of Business Unit HR Tbl |
SELECT BUSINESS_UNIT ,ACTIVE_INACTIVE ,DESCR ,DESCRSHORT FROM PS_BUS_UNIT_TBL_HR WHERE ACTIVE_INACTIVE = 'A' |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | BUSINESS_UNIT | Character(5) | VARCHAR2(5) NOT NULL | Business Unit |
2 | ACTIVE_INACTIVE | Character(1) | VARCHAR2(1) NOT NULL |
Definition Active or Inactive?
A=Active I=Inactive |
3 | DESCR | Character(30) | VARCHAR2(30) NOT NULL | Description |
4 | DESCRSHORT | Character(10) | VARCHAR2(10) NOT NULL | Short Description |