Wikiยทschemaยทschema/swo-swoprt-part-details.md

swo_swoprt_part_details

Stores SWO task parameter details including task specifications, requirements, tolerances, and acceptance criteria. This table defines the technical parameters and standards that must be met for each maintenance task.

Process: COMPMAINTENANCE ยท Component: BasSWO ยท Table type: Transaction Table Category: Details of parts associated with SWO tasks

This table is the canonical store for the SWOPart entity.

Primary key

swoprt_part_seq_no, swoprt_task_track_id

Columns (77)

#ColumnTypeDescription
1swoepd_plan_unplan_flagvarcharFlag to identify part requirement added in estimation or execution
2swoprt_alt_mfrnovarcharManufacturer for alternate part number
3swoprt_alt_mfrpart_novarcharManufacturer part number for alternate
4swoprt_alt_part_novarcharAlternate part number
5swoprt_alt_typevarcharAlternate part type
6swoprt_baseline_rev_nointBaseline revision number incremented on confirmation
7swoprt_billable_flagvarcharBillable flag
8swoprt_binvarcharIndicates the storage or location bin assigned for the part or component in the system
9swoprt_coa_flagvarcharFlag indicating whether a Certificate of Authenticity (COA) is required or associated with the part
10swoprt_confirmed_qtynumericConfirmed quantity during confirmation
11swoprt_core_cr_idbigintUnique link to associate core details
12swoprt_core_cr_typevarcharFlag identifying core type
13swoprt_created_byvarcharCreated by
14swoprt_created_datedatetimeCreated date
15swoprt_curr_rev_nointCurrent revision number
16swoprt_dem_idBigintMaterial demand tracking number
17swoprt_effect_flagvarcharIndicates whether the part or component is effective or applicable for a specific configuration, model, or system
18swoprt_effect_notesvarcharProvides detailed notes or comments about the effectivity of the part, such as conditions, limitations, or special instructions for its use
19swoprt_est_costnumericRepresents the estimated cost associated with the part, component, or work order
20swoprt_est_donevarcharFlag indicating estimation completion
21swoprt_est_qtynumericEstimated quantity
22swoprt_est_remarksvarcharEstimation remarks
23swoprt_exchange_flagvarcharFlag for exchange order creation
24swoprt_iss_qtynumericTotal issue quantity
25swoprt_kitdmdcovtrkidbigintKitting demand coverage tracking number
26swoprt_latest_return_novarcharLatest return document number
27swoprt_mat_typevarcharMaterial type (Regular/Main Core)
28swoprt_Mcore_ret_remarksvarcharReturn remarks for main core
29swoprt_mfr_novarcharManufacturer code
30swoprt_mfr_part_novarcharManufacturer part number
31swoprt_modified_byvarcharModified by
32swoprt_modified_datedatetimeModified date
33swoprt_mod_mfrnovarcharManufacturer for modified part number
34swoprt_mod_mfrpart_novarcharModified manufacturer part number
35swoprt_mod_part_novarcharModified part number
36swoprt_mrpriorityvarcharMR priority
37swoprt_Mr_needdatedatetimeMR need date
38swoprt_mr_qtynumericTotal MR quantity
39swoprt_need_frequencyvarcharNeed frequency
40swoprt_new_part_flagvarcharFlag identifying new or existing part request
41swoprt_ouinstanceintSWO instance
42swoprt_part_conditionVarcharPart condition
43swoprt_part_descvarcharPart description
44swoprt_part_novarcharPart number
45swoprt_part_seq_no ๐Ÿ”‘bigintUnique ID, primary key
46swoprt_Pend_qtynumericPending return quantity
47swoprt_PMA_flagvarcharFlag for PMA part
48swoprt_probabilitynumericProbability of part requirement
49swoprt_proc_actionvarcharProcessing action
50swoprt_proc_remarksvarcharProcessing remarks
51swoprt_proc_statusvarcharProcessing status
52swoprt_prtchng_flagvarcharFlag for part serial change
53swoprt_ps_sourcevarcharProduct structure source
54swoprt_ref_doc_linenointReference document line number
55swoprt_ref_doc_novarcharReference document number
56swoprt_ref_doc_typevarcharReference document type
57swoprt_rep_classvarcharRepair classification
58swoprt_request_commentsvarcharRequest comments
59swoprt_req_modevarcharRequested mode
60swoprt_req_qtynumericRequired quantity copied during confirmation
61swoprt_return_whvarcharReturn warehouse
62swoprt_ret_flagvarcharPending return flag
63swoprt_ret_qtynumericTotal return quantity
64swoprt_srcdocnovarcharSource document number
65swoprt_std_qtynumericStandard quantity copied during task addition
66swoprt_std_ratenumericStandard cost of part
67swoprt_stock_statusvarcharStock status
68swoprt_task_track_id ๐Ÿ”‘bigintTask track ID for part requirement/estimation
69swoprt_timestampintTimestamp
70swoprt_uomvarcharUnit of measure
71swoprt_used_qtynumericTotal used quantity
72swoprt_warranty_flagvarcharWarranty flag
73swoprt_wh_novarcharWarehouse for issue
74swoprt_zonevarcharSpecifies the geographical, operational, or functional zone where the part, component, or work order is applicable or assigned
75swo_prt_ownagencyvarcharIdentifies the unique number or code of the agency or entity that owns the part. Used for tracking ownership and accountability
76swo_prt_ownershipvarcharDescribes the type or category of ownership for the part, such as company-owned, leased, or customer-provided
77swo_prt_ssderflgvarcharStock status derivation flag

Relationships (2)

  • SWOTask (swo_swostk_sub_task_details) โ†’ SWO_HAS_PART (this table is target)
    • Join: swo_swostk_sub_task_details.swostk_task_track_id = swo_swoprt_part_details.swoprt_task_track_id
    • SWO task has part details
  • SWO_PART_CONSUMPTION โ†’ Part (PRT_PRCRL_CENTRALREFLIST_INFO)
    • Join: swo_swoprt_part_details.swoprt_part_no = PRT_PRCRL_CENTRALREFLIST_INFO.PRCRL_PART_NO
    • SWO part detail for specific part

Sample rows (from live DB)

swoepd_plan_unplan_flagswoprt_alt_mfrnoswoprt_alt_mfrpart_noswoprt_alt_part_noswoprt_alt_typeswoprt_baseline_rev_no
โ€”โ€”โ€”โ€”โ€”โ€”
โ€”โ€”โ€”โ€”โ€”โ€”
Eโ€”โ€”โ€”โ€”1.0

Showing 3 of 64,659 rows.

See also