SP_CMPNY_NONVW(SQL View) |
Index Back |
---|---|
Company table view |
select a.company, a.descr from PS_COMPANY_TBL a where a.effdt = (select max(b.effdt) from PS_COMPANY_TBL b where b.company = a.company and b.effdt <= %currentdatein and b.eff_status = 'A') |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | COMPANY | Character(3) | VARCHAR2(3) NOT NULL | Company |
2 | DESCR | Character(30) | VARCHAR2(30) NOT NULL | Description |