UNITAPROD_CD_VW(SQL View) |
Index Back |
|---|---|
Productive Unit ViewIt is used in RUNCNTL_PER053 (Pari Opporunita' report) |
| select COMPANY,CITY ,UNITA_PROD_CD ,DESCR from PS_UNITA_PROD_TBL |
| # | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
|---|---|---|---|---|
| 1 | COMPANY | Character(3) | VARCHAR2(3) NOT NULL | Company |
| 2 | CITY | Character(30) | VARCHAR2(30) NOT NULL | City |
| 3 | UNITA_PROD_CD | Character(6) | VARCHAR2(6) NOT NULL | Productive Unit |
| 4 | DESCR | Character(30) | VARCHAR2(30) NOT NULL | Description |