Wikiยทschemaยทschema/dp-dpdef-disc-deferral-dtl.md

DP_DPDEF_DISC_DEFERRAL_DTL

Maintains discrepancy deferral details.

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

Primary key

DPDEF_MAINT_REPORT_NO, DPDEF_SLFSRC_OUINSTANCE

Columns (29)

#ColumnTypeDescription
1DPDEF_SLFSRC_OUINSTANCE ๐Ÿ”‘#N/ADenotes the time since inspection
2DPDEF_MAINT_REPORT_NO ๐Ÿ”‘varcharDenotes the time since overhaul
3DPDEF_CRT_OUINSTANCE#N/ADenotes the time since repair
4DPDEF_DEF_REV_NO#N/AMaintains the Organizational Unit where the deferral record was created
5DPDEF_DEF_ITEM_TYPEvarcharMaintains the revision number of the discrepancy deferral record
6DPDEF_DEFERRAL_REASONVarcharMaintains the deferral item type associated with the discrepancy deferral such as MEL or CDL
7DPDEF_DEF_LIMIT_TYPEvarcharMaintains the reason provided for the discrepancy deferral
8DPDEF_DEF_LIMIT_BASISvarcharMaintains the type of limit applied to the deferral such as time based or cycle based
9DPDEF_DEF_ITEM_NOvarcharMaintains the basis for the deferral limit such as flight hours days or number of cycles
10DPDEF_LIMIT_CONTROLvarcharMaintains the deferral item number assigned to the discrepancy deferral
11DPDEF_DEFERRAL_AUTHvarcharMaintains the control parameter of the deferral limits
12DPDEF_AUTH_DATETIMEdatetimeMaintains the employee ID who approved the deferral
13DPDEF_MAINT_EVENTVarcharMaintains the date and time at which the discrepancy deferral was authorized
14DPDEF_COMMENTSvarcharMaintains the maintenance event code associated with the deferral
15DPDEF_TIME_DUEdecimalMaintains any comments recorded during the discrepancy deferral process
16DPDEF_TIME_UOMvarcharMaintains the due time for completing the action associated with the discrepancy deferral
17DPDEF_CREATED_BYvarcharMaintains the unit of measure such as hours or days for the due time
18DPDEF_CREATED_DATETIMEdatetimeMaintains the user ID of the employee who created the deferral record
19DPDEF_MODIFIED_BYvarcharMaintains the date and time when the deferral record was created
20DPDEF_MODIFIED_DATETIMEdatetimeMaintains the user ID of the employee who last modified the deferral record
21DPDEF_TIMESTAMP#N/AMaintains the date and time of the last modification to the deferral record
22DPDEF_DEF_TASKvarcharMaintains the system timestamp
23DPDEF_HOLD_ITEM_NOvarcharMaintains the task number related to the discrepancy
24DPDEF_NSDdatetimeMaintains the reference date linked to the non scheduled deferral
25DPDEF_TRIG_PARAMvarcharMaintains a flag indicating if the deferral falls under non scheduled deferral
26DPDEF_Cal_Rem_DaysintMaintains the parameter that triggers the deferral action
27DPDEF_MRDP_NovarcharMaintains the calculated number of remaining days before the deferral expires
28DPDEF_DUR_TILL_DATEDatetimeMaintains the maintenance report deferred processing number tied to the discrepancy deferral
29DPDEF_UTC_CONV_REQDvarcharMaintains the area code where the deferral record was created

Relationships (4)

  • Discrepancy (DP_DISCP_DISCREPANCY_DTL) โ†’ HAS_DEFERRAL (this table is target)
    • Join: DP_DISCP_DISCREPANCY_DTL.DISCP_MAINT_REPORT_NO = DP_DPDEF_DISC_DEFERRAL_DTL.DPDEF_MAINT_REPORT_NO
    • Discrepancy has deferral record
  • HAS_USAGE_PARAM โ†’ UsageDefParam (DP_MRUSG_USAGE_DEF_PARAM_VAL)
    • Join: DP_DPDEF_DISC_DEFERRAL_DTL.DPDEF_MAINT_REPORT_NO = DP_MRUSG_USAGE_DEF_PARAM_VAL.MRUSG_MAINT_REPORT_NO
    • Deferral has usage parameters
  • HAS_PARAM_SCHEDULE โ†’ ParamSchedule (DP_PRMSCH_PARAM_SCHEDULE_DTL)
    • Join: DP_DPDEF_DISC_DEFERRAL_DTL.DPDEF_MAINT_REPORT_NO = DP_PRMSCH_PARAM_SCHEDULE_DTL.PRMSCH_MAINT_REPORT_NO
    • Deferral has parameter schedule
  • HAS_DEFERRAL_HISTORY โ†’ DeferralHistory (DP_DEFHST_DISC_DEFERRAL_HST)
    • 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)

DPDEF_SLFSRC_OUINSTANCEDPDEF_MAINT_REPORT_NODPDEF_CRT_OUINSTANCEDPDEF_DEF_REV_NODPDEF_DEF_ITEM_TYPEDPDEF_DEFERRAL_REASON
2MREP-000001-20122.00.0DMIโ€”
2MREP-000002-20122.00.0DMIDEFERRAL REASON
2MREP-000003-20122.00.0DMIDEFERRAL REASON

Showing 3 of 850 rows.

See also