| parent_group_objid | parent_group(func_group) | objid | Internal record number of parent func_group | |
| parent_group_id | parent_group(func_group) | id | Id string of parent group | |
| proc_inst_objid | proc_inst | objid | Internal record number of owning process instabce | |
| forecast_objid | proc_forecast | objid | Internal record number of forecast for the process instance | |
| func_objid | function | objid | Internal record number of the child function | |
| svc_rqst_objid | svc_rqst | objid | Internal record number of service request | |
| svc_rqst_id | svc_rqst | id | Function ID | |
| duration | svc_rqst | duration | Maximum duration (number of seconds before timeout) | |
| objid | proc_fc_item | objid | Internal record number of the forecast item | 3 (UNIQUE) |
| planned_start | proc_fc_item | fc_start | Forecast start time | |
| planned_end | proc_fc_item | fc_end | Forecast end time | |
| override | proc_fc_item | override | 0=ignore override dates, 1 = use override dates | |
| ov_start | proc_fc_item | ov_start | Override start time - set by user to reset forecast dates | |
| ov_end | proc_fc_item | ov_end | Override end time - set by user to reset forecast dates | |
| seqno | function | seqno | Sequence number for serial functions | |
| parent_group_type | parent_group(func_group) | type | Group type of the parent - 1=Serial, 2=Parallel, 3=Conditional | |
| cond_expected | function | cond_expected | Indicates which function is used for forecasting when parent = conditional | |
| iter_seqno | proc_fc_item | iter_seqno | Iteration sequence no of the Group | |
| actual_start | proc_fc_item | actual_start | Actual start time from proc_fc_item | |
| actual_end | proc_fc_item | actual_end | Actual end time from proc_fc_item | |
| use_elapsed | svc_rqst | use_elapsed | For forecasting - 0=use calendar if set, 1=use elapsed time/24 hour calendar | |
| subproc_owner_func | proc_fc_item | subproc_owner_func | Function that calls the closest associated subprocess further up the tree | |
| parent_fc_item_objid | parent_fc_item(proc_fc_item) | objid | Parent Forecast Item Objid | |