Wiki·schema·schema/flog-tlgec-excomm-hist.md

FLOG_TLGEC_EXCOMM_HIST

Contains historical records of comments entered during task execution in Aircraft Maintenance Execution (AME). Supports operational traceability and rationale documentation.

Process: LINEMAINTENANCE · Component: BasFltLog · Table type: Transaction Table Category: Core system for Aircraft Maintenance Execution ( AME ) package tracking, task eliminations, work assignments, and maintenance operations. Manages detailed records of maintenance tasks, employee assignments, work centers, and scheduling for aircraft maintenance activities.

This table is the canonical store for the ExecutionComment entity.

Primary key

replication_key

Columns (13)

#ColumnTypeDescription
1TLGECH_SLFSRC_OUINSTANCE#N/ASource organization unit to which the current logged-in organization unit is interacting specifies the interacting unit again
2TLGECH_TECHLOG_NOvarcharAircraft Maintenance Execution Package Number for which execution comments are given identifies the package
3TLGECH_WU_SEQ_NO#N/ATask Sequence Number for which the execution comments are given identifies the task
4TLGECH_COMMENTSvarcharExecution comments records the comments regarding task execution
5TLGECH_RECORDED_BYvarcharUser who recorded the execution comments identifies the user entering the comments
6TLGECH_COMMENTS_DATEdatetimeComments Entered DateTime records when the execution comments were entered
7TLGECH_COMMENTS_TYPEvarcharComments Type EXEC Execution Comments EC Employee Comments specifies the type of comment
8TLGECH_KEY_NOintRunning Sequence Number for execution comments recording provides the sequence of comment entries
9tlgech_trackidbigintUnique ID for identification of employee execution comments provides a unique identifier
10TLGECH_WU_Track_idbigintTask Track ID uniquely identifies the task for which comments are recorded
11TLGECH_RESOURCE_GRPvarcharTask Resource group identifies the resource group for the task
12TLGECH_SKILL_CODEvarcharTask Skill code specifies the skill code required for the task
13TLGECH_SUBTSK_UniqueidBigintSub Task sequence number identifies the sequence number of the subtask

Relationships (1)

  • Task (FLOG_TLGWU_WORK_UNIT_DTL) → HAS_EXECUTION_COMMENT (this table is target)
    • Join: FLOG_TLGWU_WORK_UNIT_DTL.TLGWU_TRACK_ID = FLOG_TLGEC_EXCOMM_HIST.TLGECH_WU_Track_id
    • Task has execution comments

Sample rows (from live DB)

TLGECH_SLFSRC_OUINSTANCETLGECH_TECHLOG_NOTLGECH_WU_SEQ_NOTLGECH_COMMENTSTLGECH_RECORDED_BYTLGECH_COMMENTS_DATE
2.0LP-000007-20192.0Aircraft maintenance checks…000000012019-05-22 06:40:22.000
2.0VP-000995-20182.0AIRCRAFT MAINTANENCE000000012019-05-22 06:50:03.000
2.0VP-000995-20182.0Comment # 1000000012019-05-22 06:50:03.000

Showing 3 of 2,242 rows.

See also