Wikischemaschema/dp-dpprm-parameter-details.md

DP_DPPRM_PARAMETER_DETAILS

Stores parameter metadata definitions used in discrepancy management. Includes parameter names, types, ranges, and associated rules for validation and compliance.

Process: LINEMAINTENANCE 路 Component: BasDP 路 Table type: Master 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 ParameterDetails entity.

Primary key

DPPRM_PARAMCODE, DPPRM_PARAMTYPE, DPPRM_PARAMCATEGORY, DPPRM_COMPONENTNAME, DPPRM_LANGID

Columns (16)

#ColumnTypeDescription
1DPPRM_COMPONENTNAME 馃攽varcharMaintains the name of the business component associated with the parameter
2DPPRM_PARAMCATEGORY 馃攽VarcharMaintains the classification category under which the parameter is grouped
3DPPRM_PARAMTYPE 馃攽VarcharMaintains the data type of the parameter such as numeric text or option
4DPPRM_PARAMCODE 馃攽varcharMaintains the unique parameter code
5DPPRM_LANGID 馃攽#N/AMaintains the language identifier used for multilingual support of the parameter
6DPPRM_PARAMDESCvarcharMaintains the textual description of the parameter
7DPPRM_SORT_BY#N/AMaintains the sorting order or priority of the parameter in lists or reports
8DPPRM_CREATIONDATEdatetimeMaintains the date when the parameter was created in the system
9DPPRM_COMPONENTNAME 馃攽varcharMaintains the name of the business component associated with the parameter.
10DPPRM_PARAMCATEGORY 馃攽VarcharMaintains the classification category under which the parameter is grouped.
11DPPRM_PARAMTYPE 馃攽VarcharMaintains the data type of the parameter (e.g., numeric, text, option).
12DPPRM_PARAMCODE 馃攽varcharMaintains the unique parameter code.
13DPPRM_LANGID 馃攽#N/AMaintains the language identifier used for multilingual support of the parameter.
14DPPRM_PARAMDESCvarcharMaintains the textual description of the parameter.
15DPPRM_SORT_BY#N/AMaintains the sorting order or priority of the parameter in lists or reports.
16DPPRM_CREATIONDATEdatetimeMaintains the creation date.

Sample rows (from live DB)

DPPRM_COMPONENTNAMEDPPRM_PARAMCATEGORYDPPRM_PARAMTYPEDPPRM_PARAMCODEDPPRM_LANGIDDPPRM_PARAMDESC
BASDPCOMBOSTATUSA1.0Active
BASDPCOMBOAPPLICABILITYAIRC1.0Aircraft
BASDPCOMBOAPPLICABILITYAIRC73.0Aircraft

Showing 3 of 146 rows.

See also