Wikiยทschemaยทschema/dp-wuhst-resl-workunit-hst.md

DP_WUHST_RESL_WORKUNIT_HST

Tracks historical information about work units used in discrepancy resolution. Supports traceability of labor applied to resolving specific discrepancies.

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

Primary key

WUHST_DOC_NO, WUHST_DOC_TYPE, WUHST_LINE_NO, WUHST_WUSEQ_NO, WUHST_SLFSRC_OUINSTANCE

Columns (11)

#ColumnTypeDescription
1WUHST_SLFSRC_OUINSTANCE ๐Ÿ”‘#N/AMaintains the Organizational Unit number from which the work unit record was generated
2WUHST_DOC_TYPE ๐Ÿ”‘varcharMaintains the type of the document in which the resolution work unit is recorded
3WUHST_DOC_NO ๐Ÿ”‘varcharMaintains the document number associated with the resolution work unit
4WUHST_LINE_NO ๐Ÿ”‘#N/AMaintains the line item number in the document referencing the work unit
5WUHST_WUSEQ_NO ๐Ÿ”‘#N/AMaintains the sequence number assigned to the work unit
6WUHST_WORKUNIT_TYPEvarcharMaintains the type of the work unit executed for discrepancy resolution
7WUHST_WORKUNIT_OU#N/AMaintains the Organizational Unit responsible for executing the work unit
8WUHST_WORKUNIT_CODEvarcharMaintains the unique code associated with the work unit
9WUHST_ATA_NOvarcharMaintains the ATA chapter number linked with the discrepancy resolution work unit
10WUHST_EXEC_COMMENTSvarcharMaintains any comments recorded during the execution work unit
11WUHST_REVISION_NOVarcharMaintains the revision number of the document linked with the work unit

Relationships (1)

  • Discrepancy (DP_DISCP_DISCREPANCY_DTL) โ†’ HAS_WORKUNIT_HISTORY (this table is target)
    • Join: DP_DISCP_DISCREPANCY_DTL.DISCP_DOC_NO = DP_WUHST_RESL_WORKUNIT_HST.WUHST_DOC_NO
    • Discrepancy has work unit history

Sample rows (from live DB)

WUHST_SLFSRC_OUINSTANCEWUHST_DOC_TYPEWUHST_DOC_NOWUHST_LINE_NOWUHST_WUSEQ_NOWUHST_WORKUNIT_TYPE
2.0DP%1.01.0NRT
2.0DPยด43981.01.0NRT
2.0DP0000981.01.0NRT

Showing 3 of 9,367 rows.

See also