Wikiยทschemaยทschema/swo-visit-lvl-cmp-config.md

SWO_Visit_Lvl_Cmp_config

Visit level component configuration

Process: COMPMAINTENANCE ยท Component: BasSWO ยท Table type: Transaction Table Category: Stores higher-level configuration data for components installed or modified during a shop visit

This table is the canonical store for the VisitConfig entity.

Primary key

VSC_unique_id

Columns (21)

#ColumnTypeDescription
1VSBD_Doc_RevisionodatetimeIdentifies the revision of the visit reference.
2VSC_APPROVEDDATEvarcharRecords the date the component configuration was approved.
3VSC_APPROVED_BYvarcharIdentifies the user who approved the component configuration.
4VSC_BASELINED_FLAGvarcharIndicates whether a baseline has been established.
5VSC_COMMENTSvarcharStores remarks or notes for context.
6VSC_COMPONENTIDintIdentifies the engine component involved.
7VSC_COMPONENT_OUvarcharLinks the component to its organizational unit instance.
8VSC_CREATED_BYdatetimeIdentifies the user who created the component record.
9VSC_CREATIONDATEvarcharRecords when the component record was created.
10VSC_Document_NovarcharUnique identifier for the maintenance visit.
11VSC_FILE_NAMEvarcharStores the name of a related file or document.
12VSC_INIT_FILENAMEdatetimeStores the name of a related file or document.
13VSC_MODIFIEDDATEvarcharRecords when the component record was last modified.
14VSC_MODIFIED_BYintIdentifies the user who last modified the record.
15VSC_NO_OF_ATTACHMNTintIndicates the number of attachments linked to the record.
16VSC_NO_OF_POSCODEintIndicates the number of position codes linked to the component.
17VSC_Ou_instancevarcharCaptures the organizational unit instance linked to the component.
18VSC_REVNOvarcharTracks the revision number of the component.
19VSC_STATUSintIndicates the current status of the component.
20VSC_TIMESTAMPbigintRecords the date and time of the record update or creation.
21VSC_unique_id ๐Ÿ”‘varcharProvides a unique identifier for the record.

Relationships (2)

  • VisitPackage (SWO_Visit_Lvl_Info) โ†’ VISIT_HAS_CONFIG (this table is target)
    • Join: SWO_Visit_Lvl_Info.visit_id = SWO_Visit_Lvl_Cmp_config.VSC_unique_id
    • Visit has configuration
  • CONFIG_HAS_DETAIL โ†’ VisitConfigDetail (SWO_Visit_Lvl_Cmp_cfg_dtl)
    • Join: SWO_Visit_Lvl_Cmp_config.VSC_unique_id = SWO_Visit_Lvl_Cmp_cfg_dtl.VSD_unique_id
    • Config has detail records

Sample rows (from live DB)

VSBD_Doc_RevisionoVSC_APPROVEDDATEVSC_APPROVED_BYVSC_BASELINED_FLAGVSC_COMMENTSVSC_COMPONENTID
โ€”โ€”โ€”Yโ€”A109787
โ€”โ€”โ€”Yโ€”C005062-2022
โ€”โ€”โ€”Yโ€”A109723

Showing 3 of 4,988 rows.

See also