Wiki·schema·schema/flog-tlgwu-subtsk-dtl.md

FLOG_TLGWU_SUBTSK_DTL

Contains detailed records of sub-tasks associated with main tasks in Aircraft Maintenance Execution (AME) packages. Enables breakdown of maintenance work into smaller actionable units for execution and monitoring.

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

Primary key

TLGSBTSK_SUBTsk_Uniqueid

Columns (26)

#ColumnTypeDescription
1TLGSBTSK_OuinstanceintOrganization Unit identifies the organization unit associated with the entry
2TLGSBTSK_SUBTsk_Uniqueid 🔑BigintSub Task unique tracking number uniquely identifies the subtask
3TLGSBTSK_TechlogNovarcharAME document number identifies the AME document
4TLGSBTSK_WU_TrackidBigintTask tracking number provides the tracking number of the task
5TLGSBTSK_WU_SeqNointTask sequence number for AME document indicates the task sequence within the document
6TLGSBTSK_SUBTask_DescvarcharSub Task description provides a detailed description of the subtask
7TLGSBTSK_CreateddatedatetimeRecord created datetime captures the date and time when the record was created
8TLGSBTSK_CreatedbyvarcharRecord created By identifies the user who created the record
9TLGSBTSK_ModifieddatedatetimeRecord modified datetime captures the date and time when the record was last modified
10TLGSBTSK_ModifiedbyvarcharRecord modified By identifies the user who last modified the record
11tlgsbtsk_estmanhrsnumericSub Task estimated man hours provides the estimated effort in hours for the subtask
12tlgsbtsk_timeuomvarcharSub Task required time in UOM specifies the required time in the unit of measure
13tlgsbtsk_elapsedtimenumericSub Task elapsed time records the time actually spent on the subtask
14TLGSBTSK_tmsub_seqnointSub Task sequence from Task Master provides the sequence number from the task master
15tlgsbtsk_estskillvarcharEstimated Skill identifies the skill estimated for the subtask
16tlgsbtsk_planidBigintScheduler Planner id identifies the planner responsible for scheduling
17tlgsbtsk_planstartdatedatetimeSub Task plan start datetime records the planned start datetime of the subtask
18tlgsbtsk_planenddatedatetimeSub Task plan End datetime records the planned end datetime of the subtask
19tlgsbtsk_emp_loadingvarcharEmployee loading captures the workload allocation for the employee
20TLGSBTSK_sch_applvarcharScheduler applicable flag indicates whether the scheduler applies to this subtask
21tlgsbtsk_schworktimevarcharSchedule with Work time specifies whether the schedule is aligned with work hours
22TLGSBTSK_EXEC_COMMENTSvarcharSub Task execution comments captures execution-related comments for the subtask
23tlgsbtsk_OPQTY_TypevarcharOutput quantity type specifies the type of output quantity for the subtask
24tlgsbtsk_laddlsdtdatetimeLatest Additional Sign off Datetime records the most recent additional sign off datetime
25tlgsbtsk_laddlsoffvarcharLatest Additional Sign off by records the user who performed the latest additional sign off
26tlgsbtsk_lsocommvarcharLatest Additional Sign off Comments records the comments from the latest additional sign off

Relationships (2)

  • Task (FLOG_TLGWU_WORK_UNIT_DTL) → HAS_SUBTASK (this table is target) (no automatic join)
    • Task contains subtasks
  • SUBTASK_HAS_SIGNOFFSubTaskSignOff (FLOG_TLGSTSO_SUBTSK_SNOFF)
    • Join: FLOG_TLGWU_SUBTSK_DTL.TLGSBTSK_SUBTsk_Uniqueid = FLOG_TLGSTSO_SUBTSK_SNOFF.TLGSTSO_SUBTSK_Uniqueid
    • Subtask has sign-off record

Sample rows (from live DB)

TLGSBTSK_OuinstanceTLGSBTSK_SUBTsk_UniqueidTLGSBTSK_TechlogNoTLGSBTSK_WU_TrackidTLGSBTSK_WU_SeqNoTLGSBTSK_SUBTask_Desc
2-2147482711LP-000787-2020872761efv
2-2147482710LP-000423-2020817495Ca-4
2-2147482709LP-000423-2020817495Fgcgfgbnbjbbj

Showing 3 of 98,251 rows.

See also