Wiki·schema·schema/flog-work-assign-dtl.md

FLOG_WORK_ASSIGN_DTL

Stores detailed information about employees assigned to specific tasks within Aircraft Maintenance Execution (AME) packages. Includes assignment IDs, task references, employee identifiers, and allocation details to support tracking of workforce allocation.

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

Primary key

replication_key

Columns (30)

#ColumnTypeDescription
1FLOG_OUINSTANCEnumericOrg unit where employee work assignments are done
2FLOG_REFDOCNOvarcharReference package or document specifies the reference package or document associated with the task
3FLOG_REFDOCTYPEvarcharAME Package Type identifies the type of Aircraft Maintenance Execution package
4FLOG_SEQNOintTask Sequence Number indicates the sequence number of the task within the package
5FLOG_TASKNOvarcharTask Number for which the employee assignment is done identifies the specific task assigned to the employee
6FLOG_WORKCENTERvarcharWork center in which the task is performed identifies the work center where the task is executed
7FLOG_EMPOUnumericThe organization unit in which the employee is defined specifies the unit to which the employee belongs
8FLOG_EMPNOvarcharEmployee Code identifies the employee assigned to the task
9FLOG_FROMDATEdatetimeAssigned From DateTime records the start date and time of the assignment
10FLOG_TODATEdatetimeAssigned To DateTime records the end date and time of the assignment
11FLOG_ASSIGN_HOURSnumericAssigned Hours for an Employee captures the total assigned hours for the employee
12FLOG_ASSIGN_COMMENTSvarcharAssigned Comments for an Employee records any comments associated with the assignment
13FLOG_CREATED_BYvarcharThe user who has done the assignments identifies the person who performed the assignment
14FLOG_CREATED_DATETIMEdatetimeThe date and time at which the assignment is done records when the assignment was created
15FLOG_MODIFIED_BYvarcharThe user who last modified the employee work assignment identifies the last user who updated the assignment
16FLOG_MODIFIED_DATETIMEdatetimeThe date and time at which the employee work assignment is last modified records the last modification timestamp
17FLOG_TIMESTAMPintTimestamp helps to identify the number of times the employee work assignment is modified
18FLOG_KEYSEQNOintRunning number for employee work assignments at package level provides a unique sequence for assignments within the package
19flog_updated_remarksvarcharUpdated remarks capture any updates made to the assignment
20flog_updated_datetimedatetimeUpdated date and time records when the assignment updates were made
21flog_updated_byvarcharThe user who has updated the employee work assignments identifies who performed the update
22FLOG_TASK_tRACK_IDbigintTask Track Id uniquely identifies the task within the package
23flog_emp_commentsvarcharEmployee Comments captures comments provided by the assigned employee
24FLOG_uniqueidintIPO identifies the row using a unique key for the assignment
25flog_UnitsPercentintAssigned Employee availability for task in percentage indicates the employee’s availability for the assigned task
26flog_licensevarcharLicense specifies the license of the assigned employee if applicable
27flog_resourcegrpvarcharResource group identifies the resource group associated with the task
28flog_skill_flagvarcharSkill available flag indicates whether the assigned skill is available
29flog_userdefinedvarcharUser defined details captures any user-defined information for the assignment
30flog_skillcodevarcharSkill code details specifies the skill codes associated with the task

Relationships (2)

  • Task (FLOG_TLGWU_WORK_UNIT_DTL) → HAS_WORK_ASSIGNMENT (this table is target)
    • Join: FLOG_TLGWU_WORK_UNIT_DTL.TLGWU_TRACK_ID = FLOG_WORK_ASSIGN_DTL.FLOG_TASK_tRACK_ID
    • Task has work assignment
  • Employee (—) → HAS_ASSIGNMENT (this table is target) (no automatic join)
    • Employee has work assignment

Sample rows (from live DB)

FLOG_OUINSTANCEFLOG_REFDOCNOFLOG_REFDOCTYPEFLOG_SEQNOFLOG_TASKNOFLOG_WORKCENTER
2.0LC-000004-2019Log card1A320-211-0001A-106185-20
2.0LC-000004-2019Log card2A320-211-0001A-105185-20
2.0LC-000004-2019Log card3A320-211-0001A-104185-20

Showing 3 of 3,142 rows.

See also