Wikiยทschemaยทschema/dp-reslhst-disc-resol-hist.md

DP_RESLHST_DISC_RESOL_HIST

Maintains historical records of all discrepancy resolution history 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 ResolutionHistory entity.

Primary key

RESLHST_DOC_NO, RESLHST_DOC_TYPE, RESLHST_LINE_NO, RESLHST_SLFSRC_OUINSTANCE

Columns (20)

#ColumnTypeDescription
1RESLHST_SLFSRC_OUINSTANCE ๐Ÿ”‘#N/AMaintains the Organizational Unit number that recorded the discrepancy resolution
2RESLHST_DOC_TYPE ๐Ÿ”‘varcharMaintains the document type under which the resolution action was performed
3RESLHST_DOC_NO ๐Ÿ”‘varcharMaintains the document number associated with the discrepancy resolution
4RESLHST_LINE_NO ๐Ÿ”‘#N/AMaintains the line number reference for the discrepancy resolution entry
5RESLHST_ACTIONvarcharMaintains the action performed to resolve the discrepancy
6RESLHST_PERF_DATEdatetimeMaintains the date on which the discrepancy resolution was performed
7RESLHST_PERF_STATIONvarcharMaintains the station where the discrepancy was resolved
8RESLHST_REMEDIAL_ACTIONvarcharMaintains the description of the remedial action taken to resolve the discrepancy
9RESLHST_REMARKSvarcharMaintains any additional remarks associated with the discrepancy resolution
10RESLHST_REF_DOC_TYPEvarcharMaintains the document type that was referenced during the resolution of the discrepancy
11RESLHST_REF_DOC_OU#N/AMaintains the Organizational Unit that issued the reference document
12RESLHST_REF_DOC_NOvarcharMaintains the number of the document referenced during discrepancy resolution
13RESLHST_WU_COUNT#N/AMaintains the count of work units involved in resolving the discrepancy
14RESLHST_RECTIFIED_BYvarcharMaintains the ID of the employee who performed the rectification
15RESLHST_INSPECTED_BYvarcharMaintains the ID of the person who inspected the resolved discrepancy
16RESLHST_RIIREPORT_BYvarcharMaintains the ID of the inspector who completed the Required Inspection Item verification
17RESLHST_ADDNREPORT_BYvarcharMaintains the ID of the additional reported by person during resolution entry
18RESLHST_MRDP_NovarcharMaintains the linked maintenance report deferred processing number
19RESLHST_MODIFIED_BYvarcharMaintains the user who last modified the resolution record
20RESLHST_MODIFIED_DATEdatetimeMaintains the date and time the resolution record was last modified

Relationships (1)

  • Discrepancy (DP_DISCP_DISCREPANCY_DTL) โ†’ HAS_RESOLUTION_HISTORY (this table is target)
    • Join: DP_DISCP_DISCREPANCY_DTL.DISCP_DOC_NO = DP_RESLHST_DISC_RESOL_HIST.RESLHST_DOC_NO
    • Discrepancy has resolution history

Sample rows (from live DB)

RESLHST_SLFSRC_OUINSTANCERESLHST_DOC_TYPERESLHST_DOC_NORESLHST_LINE_NORESLHST_ACTIONRESLHST_PERF_DATE
2DP%1.0B2019-03-17 18:01:50.000
2DP%2.0B2019-05-21 10:10:25.000
2DP%3.0B2019-08-22 17:18:28.207

Showing 3 of 20,591 rows.

See also