Wikiยทschemaยทschema/bas-wc-fac-facility.md

BAS_WC_FAC_FACILITY

This is a work center master table that stores facility details for work centers. It provides reference data used by transaction tables to allocate resources, assign capacity, and map facilities or certificates to operations.

Process: MAINTPLANNING ยท Component: BASWc ยท Table type: Master Table Category: Defines master setup of work centers, facilities, capacity, and certifications that transactions reference for planning and execution.

This table is the canonical store for the Facility entity.

Primary key

FAC_FACILITY_NO, FAC_TYPE, FAC_OUINSTANCE

Columns (15)

#ColumnTypeDescription
1FAC_FACILITY_NO ๐Ÿ”‘varcharFacility number
2FAC_TYPE ๐Ÿ”‘varcharFacility type (e.g., shop, line, hangar)
3FAC_DESCRIPTIONvarcharFacility description
4FAC_DESCRIPTION_UPdecimalUppercase version of facility description
5FAC_RATE_PER_HOURvarcharRate per hour for facility usage
6FAC_CATEGORYvarcharCategory of the facility
7FAC_PART_NOdecimalPart number associated with the facility
8FAC_PART_OUvarcharOrganization unit of the part
9FAC_CAPACITYvarcharFacility capacity (number of jobs, people, or hours)
10FAC_STATUSvarcharCurrent status of the facility
11FAC_CREATIONDATEvarcharFacility record creation date
12FAC_USERIDvarcharUser who created the facility record
13FAC_MODIFIED_BYdecimalUser who last modified the facility record
14FAC_TIMESTAMPvarcharTimestamp of the facility record
15FAC_Maint_ReqdecimalFlag indicating if maintenance is required for the facility

Relationships (1)

  • ShopWorkOrder (swo_swoh_shop_wo_hdr) โ†’ AT_FACILITY (this table is target)
    • Join: swo_swoh_shop_wo_hdr.swoh_primary_wc_code = BAS_WC_FAC_FACILITY.FAC_CODE
    • SWO at facility

Sample rows (from live DB)

FAC_FACILITY_NOFAC_TYPEFAC_DESCRIPTIONFAC_DESCRIPTION_UPFAC_RATE_PER_HOURFAC_CATEGORY
00001OawrgtaAWRGTA9.0โ€”
00111OzaearhsrZAEARHSR8.0โ€”
0101010TTool as facilityTOOL AS FACILITY90.01

Showing 3 of 46,388 rows.

See also