COLLECT_ROLE_VW(SQL View) |
Index Back |
---|---|
SF Collector Role View |
select distinct a.business_unit, a.rolename from PS_COLLECTOR_O_SF a where a.effdt = (select max(b.effdt) from PS_COLLECTOR_O_SF b where a.business_unit = b.business_unit and a.oprid = b.oprid and b.effdt <= %currentdatein and b.eff_status = 'A') |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | BUSINESS_UNIT | Character(5) | VARCHAR2(5) NOT NULL |
Business Unit
Default Value: OPR_DEF_TBL_CS.BUSINESS_UNIT Prompt Table: SP_BU_SF_NONVW |
2 | ROLENAME | Character(30) | VARCHAR2(30) NOT NULL | The name of a Role in the Role Definition Table (see PSROLEDEFN). |