Wikiยทschemaยทschema/cfg-cfgmelc-mel-category.md

CFG_CFGMELC_MEL_CATEGORY

This master table defines stores mel category details. It supports the Minimum Equipment List setup and ensures ( MEL )driven tasks and configurations in transactions are categorized consistently.

Process: MAINTPLANNING ยท Component: BASConfig ยท Table type: Master Table Category: Defines master setup for Minimum Equipment List categories and configurations used across maintenance compliance.

This table is the canonical store for the MELCategory entity.

Primary key

CFGMELC_MEL_CATEGORY, CFGMELC_OUINSTANCE

Columns (14)

#ColumnTypeDescription
1CFGMELC_OUINSTANCE ๐Ÿ”‘varcharOrganization Unit instance
2CFGMELC_MEL_CATEGORY ๐Ÿ”‘varcharMinimum Equipment List category code to be modified
3CFGMELC_DESCRIPTIONvarcharDescription of the Minimum Equipment List category
4CFGMELC_DEFERRAL_TYPEvarcharDeferral type, either time-based or usage-based
5CFGMELC_LIMIT_BASISdecimalBasis for limit, either time or usage
6CFGMELC_DEFERRAL_DURvarcharDuration for which the Minimum Equipment List item can be deferred
7CFGMELC_DUR_UOMvarcharUnit of measurement for the duration such as hours or days
8CFGMELC_STATUSvarcharStatus of the Minimum Equipment List category, active or inactive
9CFGMELC_REMARKSvarcharRemarks or comments for the Minimum Equipment List category
10CFGMELC_CREATED_BYdatetimeUser who created the record
11CFGMELC_CREATEDDATEvarcharDate when the record was created
12CFGMELC_MODIFIED_BYdatetimeUser who last modified the record
13CFGMELC_MODIFIEDDATE#N/ADate when the record was last modified
14CFGMELC_TIMESTAMP#N/ATimestamp of the record

Relationships (1)

  • MEL_HAS_CONFIG โ†’ MELConfig (CFG_CFGMEL_MDL_CONFIG_MEL)
    • Join: CFG_CFGMELC_MEL_CATEGORY.CFGMELC_CATEGORY = CFG_CFGMEL_MDL_CONFIG_MEL.CFGMEL_CATEGORY
    • MEL category has configuration

Sample rows (from live DB)

CFGMELC_OUINSTANCECFGMELC_MEL_CATEGORYCFGMELC_DESCRIPTIONCFGMELC_DEFERRAL_TYPECFGMELC_LIMIT_BASISCFGMELC_DEFERRAL_DUR
2.0CAT ACategory's ATLโ€”5.0
2.0DFRDFRULโ€”โ€”
2.0DMITESTDMITESTTLโ€”2000.0

Showing 3 of 19 rows.

See also