GRP_AP_OPR_VW2(SQL View) |
Index Back |
|---|---|
Cntrl Grps Active for an opr |
| select business_unit, assigned_to_oprid, grp_ap_id, group_dt from PS_GRP_AP where process_instance = 0 and grp_ap_status in ('R', 'A') |
| # | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
|---|---|---|---|---|
| 1 | Character(5) | VARCHAR2(5) NOT NULL | Business Unit | |
| 2 | Character(30) | VARCHAR2(30) NOT NULL | A user's ID (see PSOPRDEFN). | |
| 3 | Character(10) | VARCHAR2(10) NOT NULL | Control Group ID | |
| 4 | GROUP_DT | Date(10) | DATE | Group Control Date |