Wikiยทschemaยทschema/swo-job-lvl-exe-phase.md

swo_job_lvl_exe_phase

This table tracks execution phases at the job level within a Shop Work Order. It helps monitor task progress, execution sequencing, and completion checkpoints.

Process: maintexecution ยท Component: BasAMPlan ยท Table type: Transaction Table Category: captures the execution phases of tasks at the job level within a Shop Work Order (SWO). It provides detailed tracking of task progress, execution sequencing, and completion checkpoints, ensuring that all phases of the work order are properly monitored and executed

Primary key

swoph_uniqueid

Columns (16)

#ColumnTypeDescription
1swoph_createdbyvarcharUser who created the work order phase record.
2swoph_createddatedatetimeDate when the work order phase record was created.
3swoph_durationnumericDuration of the phase in the work order.
4swoph_exephasevarcharExecution phase code of the work order.
5swoph_exephasedescvarcharDescription of the execution phase.
6swoph_modifiedbyvarcharUser who last modified the phase record.
7swoph_modifieddatedatetimeDate of last modification for the phase record.
8swoph_ouinstanceintOrganizational unit instance for the phase.
9swoph_packagenovarcharPackage number associated with the phase.
10swoph_phaseenddatedatetimeEnd date of the execution phase.
11swoph_phasestartdatedatetimeStart date of the execution phase.
12swoph_phaseuniqueidBigintUnique identifier for the phase.
13swoph_remarksvarcharRemarks or comments on the phase.
14swoph_timestampintTimestamp of the record.
15swoph_uniqueid ๐Ÿ”‘bigintUnique ID for the phase record.
16swoph_uomvarcharUnit of measure for the phase duration.

Sample rows (from live DB)

swoph_createdbyswoph_createddateswoph_durationswoph_exephaseswoph_exephasedescswoph_modifiedby
โ€”โ€”2.0Gate 0/Transitโ€”โ€”
DMUSER2022-10-29 13:29:51.7531.0Regularabcdโ€”
DMUSER2022-11-29 16:13:49.9507.0Regularโ€”DMUSER

Showing 3 of 3 rows.

See also