| Table Name: | gl_sum_log |
| Table Number: | 63 |
| Group: | Logistics |
| Description: | Provides a record of General Ledger summary job runs made against part transactions |
| Flags: | |
| Baseline/Custom: | Baseline |
| Field Name | Common Type | Database Type | Generic Field ID | Array Size | Default | Flags | Comment | Field Used in Views |
|---|---|---|---|---|---|---|---|---|
| dev | LONG | int | 151 | 1 | DIRECT, ALLOW_NULL | Row version number for mobile distribution purposes | ||
| end_trans | CHAR | varchar | 20 | The transaction ID of the last part_trans participating in the summary | ||||
| end_trans_dt | CLK_TIME | datetime | Creation date/time of the last part_trans participating in the summary | |||||
| objid | LONG | int | 3 | DIRECT | Internal record number | Search (1) | ||
| period | CHAR | varchar | 20 | Name of the period covered in the GL transaction summary | ||||
| run_date | CLK_TIME | datetime | Date/time at which the summary job run was completed | |||||
| start_trans | CHAR | varchar | 20 | The transaction ID of the first part_trans participating in the summary | ||||
| start_trans_dt | CLK_TIME | datetime | Creation date/time of the first part_trans participating in the summary | |||||
| trans_count | LONG | int | DIRECT | The number of transactions participating in the summary run |
| Relation | Type | Target Object | Inverse Relation | Comment | Flags | MTM Table | Used in Views |
|---|---|---|---|---|---|---|---|
| gl_sum_log2gl_summary | OTM | gl_summary | gl_summary2gl_sum_log | GL summary records summarized by the log |
| Index Name | Fields | Flags |
|---|---|---|
| gl_log_index | period | UNIQUE |
| Index Name | Fields | Additional Information |
|---|---|---|
| gl_log_index | period | nonclustered, unique located on PRIMARY |
| objindex | objid | clustered, unique located on PRIMARY |
| View ID | View Name | Tables |
|---|---|---|
| 72 | gl_sum_view | gl_sum_log, gl_summary, inv_locatn |
| gl_sum_log | |||