WIS_EQP_AUTOMATION_PROGRAMS

This table stores references to document items that are associated to a given resource. The document items are used to represent automation programs for the purpose of robotic integrations within Fusion Manufacturing.

Details

  • Schema: FUSION

  • Object owner: WIS

  • Object type: TABLE

  • Tablespace: Default

Primary Key

Name Columns

WIS_EQP_AUTO_PROGRAMS_PK

EQP_AUTOMATION_PROGRAM_ID

Columns

Name Datatype Length Precision Not-null Comments
EQP_AUTOMATION_PROGRAM_ID NUMBER 18 Yes The unique identifier of an automation program object. Its value is an application generated unique id.
OBJECT_VERSION_NUMBER NUMBER 9 Yes Used to implement optimistic locking. This number is incremented every time that the row is updated. The number is compared at the start and end of a transaction to detect whether another session has updated the row since it was queried.
RESOURCE_ID NUMBER 18 Yes Reference to the resource to which this automation program is associated. Foreign key to WIS_RESOURCES_B table.
DOCUMENT_ITEM_ID NUMBER 18 Yes Represents the unique identifier of the document item which provides the automation program information that is being associated to a resource. Foreign key to EGP_SYSTEM_ITEMS_B table.
ORGANIZATION_ID NUMBER 18 Yes The organization identifier that represents the manufacturing plant to which this resource automation program belongs.
CREATED_BY VARCHAR2 64 Yes Who column: indicates the user who created the row.
CREATION_DATE TIMESTAMP Yes Who column: indicates the date and time of the creation of the row.
LAST_UPDATED_BY VARCHAR2 64 Yes Who column: indicates the user who last updated the row.
LAST_UPDATE_DATE TIMESTAMP Yes Who column: indicates the date and time of the last update of the row.
LAST_UPDATE_LOGIN VARCHAR2 32 Who column: indicates the session login associated to the user who last updated the row.

Foreign Keys

Table Foreign Table Foreign Key Column
WIS_EQP_AUTOMATION_PROGRAMS wis_resources_b RESOURCE_ID

Indexes

Index Uniqueness Tablespace Columns
WIS_EQP_AUTO_PROGRAMS_U01 Unique Default EQP_AUTOMATION_PROGRAM_ID
WIS_EQP_AUTO_PROGRAMS_U02 Unique Default RESOURCE_ID, DOCUMENT_ITEM_ID