Wikiยทschemaยทschema/flog-tlgcom-tech-com-dtl.md

FLOG_TLGCOM_TECH_COM_DTL

Maintains records of Certificates of Maintenance (COM) issued under Aircraft Maintenance Execution (AME) packages. Ensures compliance documentation is complete and traceable.

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 CertificateOfMaintenance entity.

Primary key

TLgCOM_SlfSrc_OuInstance, TLgCOM_TechLog_No, TLgCOM_Com_NO

Columns (24)

#ColumnTypeDescription
1TLgCOM_SlfSrc_OuInstance ๐Ÿ”‘intSpecifies the organization unit in which the CoM is issued
2TLgCOM_TechLog_No ๐Ÿ”‘varcharSpecifies the package number for which the CoM is issued
3TLgCOM_Com_NO ๐Ÿ”‘varcharSpecifies the certificate of maintenance number
4TLgCOM_Com_TypevarcharSpecifies the type of CoM
5TLgCOM_Com_StatusvarcharSpecifies the CoM status
6TLgCOM_User_StatusvarcharSpecifies the user status
7TLgCOM_Employee_NovarcharSpecifies the employee who issued the CoM
8TLgCOM_Primary_Skill_NovarcharSpecifies the primary skill of the employee who issued the CoM
9TLgCOM_License_NovarcharSpecifies the license number of the employee
10TLgCOM_RemarksvarcharSpecifies remarks
11TLgCOM_Com_DatetimedatetimeSpecifies the CoM issued date and time
12TLgCOM_FilenamevarcharSpecifies the name of the file associated with the CoM
13TLgCOM_CommentsvarcharSpecifies the comments
14TLgCOM_Created_DatetimedatetimeSpecifies the CoM created date and time
15TLgCOM_Created_ByvarcharSpecifies the user who generated the CoM
16TLgCOM_Modified_DatetimedatetimeSpecifies the last modified date and time of CoM
17TLgCOM_Modified_ByvarcharSpecifies the user who last modified the CoM
18TLgCOM_Auth_DatetimedatetimeSpecifies the CoM authorization date and time
19TLgCOM_Auth_ByvarcharSpecifies the user who authorized the CoM
20TLgCOM_TimestampintSpecifies the timestamp
21TLgCOM_Crt_OUintSpecifies the created organization unit
22TLGCOM_CERTIFICATE_NOvarcharSpecifies the certificate number
23TLgCOM_Auth_By_signvarcharSpecifies the authorized by user name
24TLgCOM_Created_By_signvarcharSpecifies the created by user name

Relationships (2)

  • AMEPackage (FLOG_TLGMN_TECH_LOG_HDR) โ†’ HAS_CERTIFICATE (this table is target)
    • Join: FLOG_TLGMN_TECH_LOG_HDR.TLGMN_TECHLOG_NO = FLOG_TLGCOM_TECH_COM_DTL.TLgCOM_TechLog_No
    • Package has certificate of maintenance
  • HAS_COM_SKILL โ†’ COMSkill (FLOG_TLGSKL_COM_SKILL_DTL)
    • Join: FLOG_TLGCOM_TECH_COM_DTL.TLgCOM_Com_NO = FLOG_TLGSKL_COM_SKILL_DTL.TLgSkl_Com_NO
    • Certificate has skill details

Sample rows (from live DB)

TLgCOM_SlfSrc_OuInstanceTLgCOM_TechLog_NoTLgCOM_Com_NOTLgCOM_Com_TypeTLgCOM_Com_StatusTLgCOM_User_Status
2LC-000063-2020COM-000226-2020RCFโ€”
2LP-000007-2019COM-000203-2020RCFโ€”
2LP-000197-2019COM-000229-2020RCFโ€”

Showing 3 of 52 rows.

See also