OSS_PRODUCT_ASSOC_PM_WORKREQ

Table to store mapping between covered level assets and program work requirements.

Details

  • Schema: FUSION

  • Object owner: OSS

  • Object type: TABLE

  • Tablespace: Default

Primary Key

Name Columns

OSS_PROD_ASSOC_PM_WOKREQ_PK

ASSET_PMWORKREQ_ASSOC_ID

Columns

Name Datatype Length Precision Not-null Comments
ASSET_PMWORKREQ_ASSOC_ID NUMBER 18 Yes Identifier attribute for the table covered level assets and program work requirements.
PRODUCT_ASSOCIATION_ID NUMBER 18 Yes Identifier of the Product association identifier.
PM_REQUESTED_PROGRAM_ID NUMBER 18 Attribute to store the requested preventive maintenance program identifier.
PM_REQUESTED_WORKREQ_ID NUMBER 18 Attribute to store the requested preventive maintenance work requirement identifier.
PM_PROGRAM_ID NUMBER 18 Attribute to store the preventive maintenance program instance identifier.
PM_WORKREQ_ID NUMBER 18 Identifier of the preventive maintenance work requirement for a program.
PM_INTERFACE_STATUS VARCHAR2 30 Attribute to store preventive maintenance work requirement or work definition interface status.
PM_INTERFACE_ERROR VARCHAR2 4000 Attribute to store error text if preventive maintenance work requirement or work definition interface is errored.
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.
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.

Indexes

Index Uniqueness Tablespace Columns
OSS_PROD_ASSOC_PM_WORKREQ_PK Unique Default ASSET_PMWORKREQ_ASSOC_ID
OSS_PROD_ASSOC_PM_WORKREQ_N1 Non Unique Default PM_INTERFACE_STATUS