PROJID_BUBD_VW(SQL View) |
Index Back |
---|---|
Project ID BU GL ViewThis is a view used primarily by customers that are not using the Projects application since it uses "setid" mapping rather than the Projects "Integration Templates" |
select a.setid ,a.project_id ,a.descr from PS_PROJECT_FS a , ps_project_status b where a.project_id = b.project_id and a.business_unit = b.business_unit and b.project_status in ('O',' ') and b.effdt = (select max(c.effdt) from ps_project_status c where b.business_unit = c.business_unit and b.project_id = c.project_id and b.project_status = c.project_status and c.effdt <=%currentdatein) |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | SETID | Character(5) | VARCHAR2(5) NOT NULL | SetID |
2 | PROJECT_ID | Character(15) | VARCHAR2(15) NOT NULL | Project Id ChartField |
3 | DESCR | Character(30) | VARCHAR2(30) NOT NULL | Description |