Wikiยทschemaยทschema/dp-mrusg-usage-def-param-val.md

DP_MRUSG_USAGE_DEF_PARAM_VAL

Tracks usage-based deferrals applied to discrepancies. Stores associated parameter values, thresholds, and conditions used to determine deferral eligibility.

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

Primary key

MRUSG_PARAMETER_CODE, MRUSG_PARAMETER_OU, MRUSG_MAINT_REPORT_NO, MRUSG_SLFSRC_OUINSTANCE

Columns (12)

#ColumnTypeDescription
1MRUSG_SLFSRC_OUINSTANCE ๐Ÿ”‘#N/AMaintains the Organizational Unit number under which the usage deferral record was created
2MRUSG_MAINT_REPORT_NO ๐Ÿ”‘varcharMaintains the maintenance report number associated with the usage based deferral
3MRUSG_PARAMETER_OU ๐Ÿ”‘#N/AMaintains the Organizational Unit that manages the parameter for the usage deferral
4MRUSG_PARAMETER_CODE ๐Ÿ”‘varcharMaintains the code of the parameter used for tracking deferral values
5MRUSG_CRT_OUINSTANCE#N/AMaintains the Organizational Unit where the parameter deferral record was generated
6MRUSG_PARAMETER_DEFERRAL_VALUEdecimalMaintains the actual value of the parameter used in the usage based deferral
7MRUSG_THRESHOLD_VALUEdecimalMaintains the threshold value beyond which the deferral cannot be extended
8MRUSG_DEFTILL_DATEdatetimeMaintains the date up to which the usage based deferral is valid
9MRUSG_REFERENCE_VALUEnumericMaintains the reference value against which usage deferral compliance is measured
10MRUSG_REMAINING_VALnumericMaintains the remaining allowable value before the threshold is reached for the deferral
11MRUSG_REMAINING_DAYSnumericMaintains the remaining allowable days before the threshold is reached for the deferral
12MRUSG_MRDP_NovarcharMaintains the maintenance report deferred processing number linked to the parameter deferral entry

Relationships (1)

  • DeferralRecord (DP_DPDEF_DISC_DEFERRAL_DTL) โ†’ HAS_USAGE_PARAM (this table is target)
    • Join: DP_DPDEF_DISC_DEFERRAL_DTL.DPDEF_MAINT_REPORT_NO = DP_MRUSG_USAGE_DEF_PARAM_VAL.MRUSG_MAINT_REPORT_NO
    • Deferral has usage parameters

Sample rows (from live DB)

MRUSG_SLFSRC_OUINSTANCEMRUSG_MAINT_REPORT_NOMRUSG_PARAMETER_OUMRUSG_PARAMETER_CODEMRUSG_CRT_OUINSTANCEMRUSG_PARAMETER_DEFERRAL_VALUE
2.0MREP-000658-20242.012.0AB512.012.0
2.0MREP-000064-20172.0AB512.01.0
2.0MREP-000070-20172.0AB512.01.0

Showing 3 of 867 rows.

See also