| View Name: | process_funcgroup_view |
| View Number: | 9865 |
| Group: | Process Manager |
| Description: | Used in process function group. Patched in fix_views.sql |
| Flags: | VIEW_OPTIMIZED |
| Baseline/Custom: | Baseline |
| View Field Name | Table Name | Field Name | Comment | Generic Field Id |
|---|---|---|---|---|
| group_inst_objid | group_inst | objid | Objid from table group_inst | 3 (UNIQUE) |
| func_group_objid | func_group | objid | Objid from table func_group | |
| parent_group_inst_objid | parent_inst(group_inst) | objid | Objid from table process NB - this is only from a sub process | |
| iter_seqno | group_inst | iter_seqno | Sequence no | |
| iter_instance_count | group_inst | iter_instance_count | Number of concurrent iteration instances |
| Join From | Join To |
|---|---|
| (group_inst).group2func_group | (func_group).inst2group_inst |
| (group_inst).child2group_inst | OUTER parent_inst(group_inst).parent2group_inst |
| process_funcgroup_view | |||