Wiki·schema·schema/dp-defhst-disc-deferral-hst.md

DP_DEFHST_DISC_DEFERRAL_HST

Maintains historical records of all discrepancy deferrals processed in aircraft maintenance. Provides traceability of deferral approvals, changes, and compliance audits.

Process: LINEMAINTENANCE · Component: BasDP · Table type: Transaction Table Category: Groups the tables related to the discrepancy details, deferrals, deferral history, deferral categories, and resolution history

This table is the canonical store for the DeferralHistory entity.

Primary key

replication_key

Columns (26)

#ColumnTypeDescription
1DEFHST_SLFSRC_OUINSTANCE#N/AMaintains the Organizational Unit number that raised the initial discrepancy deferral request
2DEFHST_MAINT_REPORT_NOvarcharMaintains the maintenance report number associated with the discrepancy deferral record
3DEFHST_REV_NO#N/AMaintains the revision number of the discrepancy deferral record
4DEFHST_DEF_REASONVarcharMaintains the reason provided for initiating the discrepancy deferral
5DEFHST_DEF_AUTHvarcharMaintains the employee approving the discrepancy deferral
6DEFHST_DEF_OU#N/AMaintains the Organizational Unit in which the discrepancy deferral was performed
7DEFHST_DEF_DATEdatetimeMaintains the date on which the discrepancy deferral was performed
8DEFHST_DEF_COMMENTSvarcharMaintains any comments recorded during the discrepancy deferral
9DEFHST_DEF_BYvarcharMaintains the employee user ID who performed or authorized the discrepancy deferral
10DEFHST_DEF_ITEM_TYPEvarcharMaintains the deferral item type associated with the recorded discrepancy deferral such as Minimum Equipment List or Configuration Deviation List
11DEFHST_DEF_LIMIT_TYPEvarcharMaintains the type of limit applicable to the discrepancy deferral such as time based or cycle based
12DEFHST_DEF_LIMIT_BASISvarcharMaintains the basis on which the deferral limit is defined such as flight hours calendar days or flights
13DEFHST_DEF_ITEM_NOvarcharMaintains the Minimum Equipment List number or Configuration Deviation List number assigned to the discrepancy deferral
14DEFHST_LIMIT_CONTROLvarcharMaintains the control used to monitor and enforce the deferral limits
15DEFHST_AUTH_DATETIMEvarcharMaintains the date and time when the discrepancy deferral was authorized
16DEFHST_MAINT_EVENTvarcharMaintains the maintenance event code related to the discrepancy deferral
17DEFHST_TIME_DUEnumericMaintains the due time by which deferred discrepancies must be resolved
18DEFHST_TIME_UOMvarcharMaintains the unit of measure such as hours or days for the deferral due time
19DEFHST_DEF_TASKvarcharMaintains the task number associated with the discrepancy
20DEFHST_HOLD_ITEM_NOvarcharMaintains the holding item number if applicable related to the deferral or MEL entry
21DPDEF_NSD_Ref_DatedatetimeMaintains the reference date associated with the deferral
22DEFHST_NSDdatetimeMaintains an indicator showing whether the deferral falls under non scheduled deferral criteria
23DEFHST_ParamcodevarcharMaintains the parameter code linked to the discrepancy deferral
24DEFHST_MRDP_NovarcharMaintains the maintenance report number associated with the deferral
25DEFHST_DUR_TILL_DATEDatetimeMaintains the date until which the deferral remains valid before it becomes overdue
26DPDEF_NSD_Ref_DatedatetimeMaintains the hold item number related to the deferral or MEL entry

Relationships (1)

  • DeferralRecord (DP_DPDEF_DISC_DEFERRAL_DTL) → HAS_DEFERRAL_HISTORY (this table is target)
    • Join: DP_DPDEF_DISC_DEFERRAL_DTL.DPDEF_MAINT_REPORT_NO = DP_DEFHST_DISC_DEFERRAL_HST.DEFHST_MAINT_REPORT_NO
    • Deferral has history records

Sample rows (from live DB)

DEFHST_SLFSRC_OUINSTANCEDEFHST_MAINT_REPORT_NODEFHST_REV_NODEFHST_DEF_REASONDEFHST_DEF_AUTHDEFHST_DEF_OU
2.0MREP-000094-20190.0DEFERRAL REASON12342.0
2.0MREP-000094-20190.0DEFERRAL REASON12342.0
2.0MREP-000094-20190.0DEFERRAL REASON12342.0

Showing 3 of 2,196 rows.

See also