Wikiยทschemaยทschema/bas-cm-pri-priority-number.md

BAS_CM_PRI_PRIORITY_NUMBER

This stores the priority number. The execution planning of different maintenance activities is based on their respective levels of urgency and importance, which is expressed through the assigned priority numbers.

Process: MAINTPLANNING ยท Component: BASCm ยท Table type: Master Table Category: Provides master data for task definitions, sub-task definitions and task zones used in maintenance and operational planning.

This table is the canonical store for the Priority entity.

Primary key

PRI_PRIORITY, PRI_OUINSTANCE

Columns (11)

#ColumnTypeDescription
1PRI_OUINSTANCE ๐Ÿ”‘#N/AOrganization Unit instance for the priority record
2PRI_PRIORITY ๐Ÿ”‘varcharPriority code
3PRI_DESCRIPTIONvarcharDescription of the priority
4PRI_DESCRIPTION_UPvarcharPriority description in uppercase
5PRI_STATUSvarcharStatus of the priority
6PRI_COMMENTSvarcharComments related to the priority
7PRI_CREATED_BYvarcharUser who created the priority record
8PRI_MODIFIED_BYdatetimeUser who last modified the priority record
9PRI_CREATIONDATEdatetimeDate when the priority record was created
10PRI_MODIFIEDDATE#N/ADate when the priority record was last modified
11PRI_TIMESTAMPvarcharTimestamp of the priority record

Relationships (1)

  • ShopWorkOrder (swo_swoh_shop_wo_hdr) โ†’ HAS_PRIORITY (this table is target)
    • Join: swo_swoh_shop_wo_hdr.swoh_swo_priority_no = BAS_CM_PRI_PRIORITY_NUMBER.PRI_PRIORITY_NO
    • SWO has priority level

Sample rows (from live DB)

PRI_OUINSTANCEPRI_PRIORITYPRI_DESCRIPTIONPRI_DESCRIPTION_UPPRI_STATUSPRI_COMMENTS
2.02.0NRMNormalAโ€”
2.03.0HighHighAโ€”
2.04.0PR-3Priority-3Iโ€”

Showing 3 of 18 rows.

See also