GM_CLLCTR_EF_VW(SQL View) |
Index Back |
---|---|
Grant max effdt Collectors |
select a.setid ,a.collector ,a.name1 ,a.phone from PS_COLLECTOR_TBL a where a.eff_status = 'A' and a.effdt = (select max(b.effdt) from PS_COLLECTOR_TBL b where b.setid=a.setid and b.collector = a.collector and b.effdt <= %currentdatein) |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | Character(5) | VARCHAR2(5) NOT NULL |
SetID
Default Value: OPR_DEF_TBL_FS.SETID |
|
2 | Character(8) | VARCHAR2(8) NOT NULL | Specifies the personnel code for the person who works with a customer to collect overdue payments. | |
3 | NAME1 | Character(40) | VARCHAR2(40) NOT NULL | Name 1 |
4 | PHONE | Character(24) | VARCHAR2(24) NOT NULL | Telephone |