Wiki·schema·schema/swo-config-review-record.md

SWO_Config_review_record

This table stores records of configuration reviews conducted during the maintenance process. It ensures that all aircraft components, software, and modifications comply with the approved configuration baseline.

Process: COMPMAINTENANCE · Component: BasSWO · Table type: Transaction Table Category: This category includes tables and columns that capture the usage details of components within a Shop Work Order (SWO) based on reference visits. It tracks the range, consumption, and breakup of components used during maintenance tasks, providing a detailed record of component allocation, consumption quantities, and usage patterns

This table is the canonical store for the ConfigReview entity.

Primary key

SCR_Review_Uniequeid

Columns (31)

#ColumnTypeDescription
1SCR_apprej_rmksvarcharRemarks related to the approval or rejection decision
2SCR_Attachment_DiscrepancyvarcharDiscrepancy linked as an attachment
3SCR_Attachment_RemarksvarcharRemarks associated with the attachment
4SCR_Attachment_StatusvarcharCurrent status of the attachment
5SCR_Att_Discp_CategoryvarcharCategory of discrepancy attached to the record
6SCR_Comp_IDvarcharIdentifier of the associated component
7SCR_CreatedDtDatetimeDate when the record was created
8SCR_created_byvarcharUser who created the record
9SCR_DocumentNovarcharNumber assigned to the related document
10SCR_Level_codevarcharCode indicating the record’s level in the hierarchy
11SCR_Lot_NovarcharLot number linked to the record
12SCR_Mandatory_posvarcharIndicates whether the position is mandatory
13SCR_modifiedDtdatetimeDate when the record was last modified
14SCR_ModifiedRemarksvarcharRemarks provided during modification
15SCR_modified_byvarcharUser who modified the record
16SCR_NHA_Component_IdvarcharIdentifier of the next higher assembly component
17SCR_Ou_instancevarcharOrganizational unit where the record belongs
18SCR_partnovarcharPart number associated with the record
19SCR_Position_statusvarcharStatus of the position in the system
20SCR_POS_codevarcharCode identifying the component’s position
21SCR_Pos_PartnovarcharPart number assigned to the component’s position
22SCR_Pos_typevarcharType of position in the assembly
23SCR_QuantityintQuantity of the component
24SCR_REMARKSvarcharRemarks provided for the record
25SCR_Review_NovarcharReview number assigned for the inspection
26SCR_Review_StatusvarcharStatus of the review process
27SCR_Review_TypevarcharType of review performed
28SCR_Review_Uniequeid 🔑bigintUnique identifier for the review record
29SCR_serialnovarcharSerial number of the component
30SCR_SWO_NovarcharShop Work Order number associated with the record
31SCR_timestampintSystem timestamp for the record

Relationships (1)

  • ShopWorkOrder (swo_swoh_shop_wo_hdr) → SWO_HAS_CONFIG_REVIEW (this table is target)
    • Join: swo_swoh_shop_wo_hdr.swoh_swo_no = SWO_Config_review_record.SCR_SWO_No
    • SWO has config review

Sample rows (from live DB)

SCR_apprej_rmksSCR_Attachment_DiscrepancySCR_Attachment_RemarksSCR_Attachment_StatusSCR_Att_Discp_CategorySCR_Comp_ID
NONE
NONE

Showing 3 of 787 rows.

See also