Wikiยทschemaยทschema/swo-visit-lvl-info.md

SWO_Visit_Lvl_Info

Visit level header detail

Process: COMPMAINTENANCE ยท Component: BasSWO ยท Table type: Transaction Table Category: Captures hierarchical information of a shop visit at different levels, supporting structured tracking of tasks, components, and configurations

This table is the canonical store for the VisitPackage entity.

Primary key

VLI_DocUnique_id

Columns (36)

#ColumnTypeDescription
1VLC_ConfigErrorvarcharFlags any configuration errors for attention.
2VLI_ComponentvarcharIdentifies the component being referenced.
3VLI_ConfigStatusvarcharTracks the status of the component configuration.
4VLI_created_BydatetimeIdentifies the user who created the visit reference record.
5VLI_created_datevarcharRecords the date when the visit reference was created.
6VLI_Document_NobigintUnique identifier for the visit reference.
7VLI_DocUnique_id ๐Ÿ”‘varcharProvides a distinct identifier for the record.
8VLI_Modified_BydatetimeIdentifies the user who last modified the visit reference.
9VLI_Modified_dateintRecords when the visit reference was last updated.
10VLI_Ou_instancevarcharCaptures the organizational unit instance associated with the record.
11VLI_Part_NovarcharIdentifies the part number of the component.
12VLI_Ref_DocumentvarcharReferences a related document for the component.
13VLI_Ref_Doc_TypevarcharIndicates the type of reference document.
14VLI_Serial_NovarcharIdentifies the serial number of the component.
15VLI_statusvarcharIndicates the current status of the component.
16VLI_Target_prtvarcharIdentifies the target part number for the component.
17VLI_thrustrat_codeintIndicates the thrustrating code for tracking.
18VLI_TimestampvarcharRecords the timestamp of the record.
19VLC_ConfigErrorvarcharConfiguration error for the Visit reference
20VLI_ComponentvarcharComponent for the Visit reference
21VLI_ConfigStatusvarcharConfiguration status for the Visit reference
22VLI_created_BydatetimeCreated by for the Visit reference
23VLI_created_datevarcharCreation date for the Visit reference
24VLI_Document_NobigintVisit reference number
25VLI_DocUnique_id ๐Ÿ”‘varcharUnique ID for the Visit reference
26VLI_Modified_BydatetimeModified by for the Visit reference
27VLI_Modified_dateintModified date for the Visit reference
28VLI_Ou_instancevarcharOrganization unit instance for the Visit reference
29VLI_Part_NovarcharPart number for the Visit reference
30VLI_Ref_DocumentvarcharReference document for the Visit reference
31VLI_Ref_Doc_TypevarcharReference document type for the Visit reference
32VLI_Serial_NovarcharSerial number for the Visit reference
33VLI_statusvarcharStatus of the Visit reference
34VLI_Target_prtvarcharTarget part number for the Visit reference
35VLI_thrustrat_codeintThrustrating code for the Visit reference
36VLI_Timestamp#N/ATimestamp of the Visit reference

Relationships (6)

  • VISIT_FOR_SWO โ†’ ShopWorkOrder (swo_swoh_shop_wo_hdr)
    • Join: SWO_Visit_Lvl_Info.visit_id = swo_swoh_shop_wo_hdr.swoh_eventid
    • Visit package for shop work order
  • VISIT_HAS_CONFIG โ†’ VisitConfig (SWO_Visit_Lvl_Cmp_config)
    • Join: SWO_Visit_Lvl_Info.visit_id = SWO_Visit_Lvl_Cmp_config.VSC_unique_id
    • Visit has configuration
  • VISIT_HAS_BASELINE โ†’ VisitBaselineConfig (SWO_Visit_Lvlb_Cmpb_config)
    • Join: SWO_Visit_Lvl_Info.visit_id = SWO_Visit_Lvlb_Cmpb_config.VSBC_unique_id
    • Visit has baseline configuration
  • VISIT_HAS_COMPLETION โ†’ VisitCompletion (swo_visit_cmpl_dtl)
    • Join: SWO_Visit_Lvl_Info.visit_id = swo_visit_cmpl_dtl.vcp_uniqueid
    • Visit has completion record
  • VISIT_HAS_PLAN_EO โ†’ VisitPlanEO (swo_visit_plan_eo_dtl) (no automatic join)
    • Visit has planned EO
  • VISIT_HAS_LLP_INFO โ†’ VisitLLPInfo (SWO_Visit_LLP_Info)
    • Join: SWO_Visit_Lvl_Info.visit_id = SWO_Visit_LLP_Info.VLLP_Component_ID
    • Visit has LLP information

Sample rows (from live DB)

VLC_ConfigErrorVLI_ComponentVLI_ConfigStatusVLI_created_ByVLI_created_dateVLI_Document_No
โ€”C005048-2022Pending Confirmationโ€”โ€”visitdoc-001
โ€”00DQFCPending Confirmationโ€”โ€”vhub1test
โ€”A104254Pending ConfirmationDMUSER2022-03-26 18:14:58.263VH-000001-2022

Showing 3 of 3,567 rows.

See also