Create work orders
post
/fscmRestApi/resources/11.13.18.05/maintenanceWorkOrders
Request
Header Parameters
-
Metadata-Context:
If the REST API supports runtime customizations, the shape of the service may change during runtime. The REST client may isolate itself from these changes or choose to interact with the latest version of the API by specifying this header. For example: Metadata-Context:sandbox="TrackEmployeeFeature".
-
REST-Framework-Version:
The protocol version between a REST client and service. If the client does not specify this header in the request the server will pick a default version for the API.
-
Upsert-Mode:
Contains one of the following values: true or false. If true, the server performs an Upsert operation instead of a Create operation. During an Upsert operation, the server attempts to find an existing resource that matches the payload. If a match is found, the server updates the existing resource instead of creating a new one. If not found or false (default), the server performs a Create operation. Note that the Upsert operation isn't supported for date-effective REST resources.
Supported Media Types
- application/json
Root Schema : schema
Type:
Show Source
object-
ActualCompletionDate: string
(date-time)
Title:
Actual Completion DateDate when the work order actually completes. This attribute is read-only. The value of this attribute is set when the status of the work order is moved to completed. -
ActualStartDate: string
(date-time)
Title:
Actual Start DateDate when the work order actually starts. This attribute is read-only. The value of this attribute is set when the first transaction is performed against the work order. -
AllowCompletionToInventoryFlag: boolean
Title:
Allow completion to inventoryMaximum Length:1Default Value:falseContains one of the following values: true or false. If true, then the work order completes the work order assets to inventory. If false, then the work order does not complete the work order assets to inventory. The default value is false. This value can be updated when the work order is in unreleased status. -
AllowMultipleAssetsFlag: boolean
Maximum Length:
1Default Value:falseContains one of the following values: true or false. If true, then the work order can be associated with more than one asset. If false, then the work order can be associated with only one asset. The default value is false. This value cannot be updated in the work order. -
AllowOutOfSequenceOperationCompletionFlag: boolean
Title:
Allow out of sequence completionMaximum Length:1Default Value:falseContains one of the following values: true or false. If true, then the work order operations can be completed out of sequence. If false, then the work order operations are completed in sequence. The default value is false. This value can be updated when the work order is in an unreleased status. -
AssetId: integer
Value that uniquely identifies the asset on which the work order is performed. You must provide either the asset identifier or the asset number to create a single asset maintenance work order. When the value for "AllowMultipleAssetsFlag" is false it is a single asset maintenance work order. When the value for "AllowMultipleAssetsFlag" is true then either Item identifier or ItemNumber requires a value.
-
AssetNumber: string
Number that uniquely identifies the asset on which the work order is performed. You must provide either the asset identifier or the asset number to create a single asset maintenance work order. When the value for "AllowMultipleAssetsFlag" is false it is a single asset maintenance work order. When the value for "AllowMultipleAssetsFlag" is true then either Item identifier or ItemNumber requires a value.
-
attachments: array
Attachments
Title:
AttachmentsThe Attachments resource is used to view, create, and update attachments. -
CanceledReason: string
Title:
Canceled ReasonMaximum Length:240Value that indicates the reason for which a work order is canceled. The reason for cancelation is required when the work order is moved to the canceled status. It is updatable only on canceled work orders. -
ClosedDate: string
(date-time)
Title:
Closed DateDate when the work order is closed. You can optionally provide the work order closed date when closing a work order. The default value is the system date. -
CompletionLocator: string
Completion locator to use, by default, during completion of asset to inventory. Applicable only if the work order has AllowCompletionToInventoryFlag as true.
-
CompletionLocatorId: integer
(int64)
Title:
Completion LocatorValue that uniquely identifies the locator. It's a primary key that the application generates when it creates the locator. -
CompletionSubinventoryCode: string
Title:
Completion SubinventoryMaximum Length:10Completion subinventory to use, by default, during completion of asset to inventory. Applicable only if the work order has AllowCompletionToInventoryFlag as true. -
documentReference: array
Document References
Title:
Document ReferencesThe Document References resource manages the documents that are referenced in the work order. -
ExplosionFlag: boolean
Default Value:
falseContains one of the following values: Y or N. If Y, then the work order is exploded or re-exploded based on the work definition. If N, then the work order is not created based on the work definition; however, if the work definition code attribute has a value, this attribute is referenced in the work order. The default value is Y. -
FirmPlannedFlag: boolean
Title:
FirmMaximum Length:1Default Value:falseValue that specifies during rescheduling/replanning ,the work order is to be considered. Contains one of the following values: true or false. If true, then planning does not consider the work order when rescheduling or re-planning. If false, then planning can suggest rescheduling and re-planning recommendations with respect to the work order. The default value is false. -
InventoryItemId(required): integer
(int64)
Title:
ItemValue that uniquely identifies the item that the work order asset references. Item number is required for creating multiple asset maintenance work orders. When the value for "AllowMultipleAssetsFlag" is true then it is a required field.Either item identifier or ItemNumber requires a value.When the value for "AllowMultipleAssetsFlag" is false then it is derived from asset reference value. -
ItemNumber: string
Number that uniquely identifies the item that the work order asset references. Item number is required for creating multiple asset maintenance work orders. When the value for "AllowMultipleAssetsFlag" is true then it is a required field. Either InventoryItemId or ItemNumber requires a value.When the value for "AllowMultipleAssetsFlag" is false then it is derived from asset reference value.
-
MatchToTransactionCodeFlag: boolean
Title:
Match Transaction CodesMaximum Length:1Contains one of the following values: true or false. If true, then only those material and resource transactions that have a matching repair transaction code in an active warranty contract are considered for creating a warranty entitlement. If false, then entitlements are created for all material and resource transactions. This attribute has a default value of false. -
MntWorkDefinitionCode: string
Abbreviation that identifies the maintenance work definition applicable to the work order. You must provide either the work definition code or the work definition identifier to create a maintenance work order. It is used to create the operation, resource and material details of the work order. If the work definition is updated then all the work order operations details are refreshed based on the new work definition.
-
OrganizationCode: string
Maximum Length:
255Abbreviation that identifies the maintenance organization in which the work order is executed. You must provide either the organization identifier or the organization code to create a work order. This attribute is not updatable. -
OrganizationId: integer
(int64)
Value that uniquely identifies the maintenance organization in which the work order is executed. You must provide either the organization identifier or the organization code to create a work order. This attribute is not updatable.
-
PjcProjectNumber: string
Title:
Project NumberMaximum Length:25Number that identifies the project. -
PjcTaskNumber: string
Title:
Task NumberMaximum Length:100Number that identifies the task. -
PlannedCompletionDate: string
(date-time)
Title:
Completion DateDate when the work order is scheduled to complete. You must provide either the planned start date or the planned completion date to create the work order. The default value is the system date. -
PlannedStartDate: string
(date-time)
Title:
Start DateDate when the work order is scheduled to start. You must provide either the planned start date or the planned completion date to create the work order. The default value is the system date. -
PlannedStartQuantity(required): number
Title:
QuantityPlanned maintenance work order quantity. When the value for AllowMultipleAssetsFlag is false, it's a single asset maintenance work order and the value is derived from the asset quantity. When the value for AllowMultipleAssetsFlag is true, then the multiple asset work order and value is required at the time of work order creation along with item information. -
PrimaryReasonForRepairCode: string
Title:
Primary Reason for Repair CodeMaximum Length:30Abbreviation that identifies the primary reason for repair of the maintenance work order asset. This attribute is read-only. The list of values comes from the user-defined condition event codes with the transaction type Reason for repair. -
ProjectDetailsDFF: array
Flexfields for Project Details
Title:
Flexfields for Project DetailsThe Flexfields for Project Details resource manages descriptive flexfields that contain details about the project. -
ReleasedDate: string
(date-time)
Title:
Released DateDate when the work order is released. You can optionally provide the work order released date when releasing a work order or update the date for a released work order. The default value is the system date. -
SchedulingMethod: string
Title:
Scheduling MethodMaximum Length:30Default Value:DEFAULT_SCHEDULERValue that uniquely specifies the method that the application uses to schedule the work order. The list of accepted values is defined in the lookup type ORA_WIE_WO_SCHEDULING_METHOD. The default value is DEFAULT_SCHEDULER. -
SourceSystemCode: string
Maximum Length:
255Abbreviation that uniquely identifies the source system in which the work order is executed. -
SourceSystemId: integer
(int64)
Title:
Source SystemValue that uniquely identifies the source system. -
SourceSystemType: string
Title:
Source System TypeMaximum Length:30Type of source system. Values include INTERNAL or EXTERNAL. -
Status: string
Default Value:
SUCCESSName of the work order status. -
UOMCode(required): string
Title:
UOMMaximum Length:3Abbreviation that identifies the primary unit of measure (UOM) of the work order item. -
WarrantyRepairFlag: boolean
Title:
Warranty RepairMaximum Length:1Contains one of the following values: true or false. If true, then the work order is considered for warranty entitlement creation and claim review. If false, then the work order isn't considered for warranty entitlement creation and claim review. This attribute has a default value of false. -
WorkDefinitionAsOfDateMnt: string
(date-time)
Title:
DateAs-of reference date used to determine the work definition version. It is optional to provide the work definition as-of date. If it is not provided the work order start date is used. If the start date is not provided then the planned completion date is used. If the selected date is in the past then the system date is used. You can update the work definition as-of date only on unreleased work orders. If updated then the operation details are refreshed according to the work definition version. If provided during work order creation, the system date is used by default. -
WorkDefinitionId: integer
(int64)
Title:
Work DefinitionValue that uniquely identifies the maintenance work definition applicable to the work order. You must provide either the work definition code or the work definition identifier to create a maintenance work order. It is used to create the operation, resource, and material details of the work order. If the work definition is updated then all the work order operations details are updated based on the new work definition. -
WorkDefinitionVersionId: integer
(int64)
Title:
VersionValue that uniquely identifies the maintenance work definition version. This attribute is optional. If the value is not provided, it is derived from the work definition and the work definition as-of date. -
WorkOrderAsset: array
Assets
Title:
AssetsThe Assets for Maintenance Work Orders resource manages the assets that the multiple asset work order requires. -
WorkOrderDescription: string
Title:
DescriptionMaximum Length:240Description of the work order. This is the text entered by the user, which briefly describes the work to be performed. This attribute is optional to create a work order. -
WorkOrderDFF: array
Flexfields for Work Orders
Title:
Flexfields for Work OrdersThe Flexfields for Work Orders resource manages the descriptive flexfields that the work order references. -
WorkOrderId: integer
(int64)
Value that uniquely identifies the work order. This attribute is read-only. The value of this attribute is derived from the work order number when the application creates the work order.
-
WorkOrderNumber: string
Title:
Work OrderMaximum Length:120Number that identifies the work order. This number is unique in the organization. The user can manually assign the number when creating the work order, or allow the application to create a unique number from the numbering scheme that the following Plant parameters define: Work Order Prefix or Work Order Starting Number. -
WorkOrderOperation: array
Operations
Title:
OperationsThe Operations for Maintenance Work Orders resource manages the maintenance operations that the work order requires. -
WorkOrderPriority: number
Title:
PriorityNumber that indicates the priority of the work order. This attribute is optional to create the work order. -
WorkOrderStatusCode: string
Maximum Length:
255Abbreviation that identifies the work order status code. The list of valid values is defined in the WIE_WO_STATUSES_B table. It's optional to provide the work order status code at the time of work order creation. Valid values at creation are ORA_UNRELEASED, ORA_RELEASED, and ORA_ON_HOLD. The default value is ORA_UNRELEASED. -
WorkOrderStatusId: integer
(int64)
Title:
StatusValue that uniquely identifies the work order status. -
WorkOrderSubTypeCode: string
Title:
SubtypeMaximum Length:30Abbreviation that uniquely identifies the work order subtype. The list of accepted values is defined in lookup type ORA_MNT_WO_SUB_TYPE. The work order subtype is required to create the work order. If the work order subtype is not provided, the asset work order subtype is used by default. -
WorkOrderTypeCode(required): string
Title:
TypeMaximum Length:30Abbreviation that uniquely identifies the work order type. Valid values include CORRECTIVE or PREVENTIVE. A list of accepted values is defined in the lookup type ORA_MNT_WO_TYPE. The work order type is required to create the work order. If the work order type is not provided, the asset work order type is used by default.
Nested Schema : Attachments
Type:
arrayTitle:
AttachmentsThe Attachments resource is used to view, create, and update attachments.
Show Source
Nested Schema : Document References
Type:
arrayTitle:
Document ReferencesThe Document References resource manages the documents that are referenced in the work order.
Show Source
Nested Schema : Flexfields for Project Details
Type:
arrayTitle:
Flexfields for Project DetailsThe Flexfields for Project Details resource manages descriptive flexfields that contain details about the project.
Show Source
Nested Schema : Assets
Type:
arrayTitle:
AssetsThe Assets for Maintenance Work Orders resource manages the assets that the multiple asset work order requires.
Show Source
Nested Schema : Flexfields for Work Orders
Type:
arrayTitle:
Flexfields for Work OrdersThe Flexfields for Work Orders resource manages the descriptive flexfields that the work order references.
Show Source
Nested Schema : Operations
Type:
arrayTitle:
OperationsThe Operations for Maintenance Work Orders resource manages the maintenance operations that the work order requires.
Show Source
Nested Schema : schema
Type:
Show Source
object-
AsyncTrackerId: string
Title:
Asynchronous Upload Tracker IdAttribute provided for the exclusive use by the Attachment UI components to assist in uploading files. -
AttachedDocumentId: integer
(int64)
Title:
Attached Document IdUnique identifier of the attached document. -
CategoryName: string
Title:
CategoryMaximum Length:30Category of the attachment. - ContentRepositoryFileShared: boolean
-
DatatypeCode: string
Title:
TypeMaximum Length:30Default Value:FILEValue that indicates the data type. -
Description: string
Title:
DescriptionMaximum Length:255Description of the attachment. -
DmDocumentId: string
Maximum Length:
255Document ID from which the attachment is created. -
DmFolderPath: string
Title:
Dm Folder PathMaximum Length:1000Folder path from which the attachment is created. -
DmVersionNumber: string
Maximum Length:
255Document version number from which the attachment is created. -
DownloadInfo: string
Title:
DownloadInfoJSON object represented as a string containing information used to programmatically retrieve a file attachment. -
ErrorStatusCode: string
Title:
Error Status CodeError code, if any, for the attachment. -
ErrorStatusMessage: string
Title:
Error Status MessageError message, if any, for the attachment. -
ExpirationDate: string
(date-time)
Title:
Expiration DateExpiration date of the contents in the attachment. -
FileContents: string
(byte)
Title:
File ContentsContents of the attachment. -
FileName: string
Title:
File NameMaximum Length:2048File name of the attachment. -
FileUrl: string
Title:
File UrlURI of the file. -
PostProcessingAction: string
Title:
PostProcessingActionThe name of the action that can be performed after an attachment is uploaded. -
Title: string
Title:
TitleTitle of the attachment. -
UploadedFileContentType: string
Title:
Uploaded File Content TypeContent type of the attachment. -
UploadedFileLength: integer
Title:
File SizeSize of the attachment file. -
UploadedFileName: string
Title:
Uploaded File NameName to assign to a new attachment file. -
UploadedText: string
Title:
Uploaded TextText content for a new text attachment. -
Uri: string
Title:
UriMaximum Length:4000URI of the Topology Manager type attachment. -
Url: string
Title:
UrlMaximum Length:4000URL of a web-page type attachment.
Nested Schema : schema
Type:
Show Source
object-
ActiveEndDate: string
(date)
Date when the document reference is deactivated. The record is not deleted but always deactivated.
-
DocumentHeaderId: integer
(int64)
Value that uniquely identifies the header of the document assigned to the document reference.
-
DocumentLineId: integer
(int64)
Value that uniquely identifies the line of the document assigned to the document reference.
-
DocumentLineNumber: string
Maximum Length:
80Number that identifies the line of the document assigned to the document reference. -
DocumentNumber: string
Maximum Length:
80Number that identifies of the document assigned to the document reference. -
DocumentReferenceId: integer
(int64)
Value that uniquely identifies the work order document reference.
-
DocumentSubLineId: integer
(int64)
Value that uniquely identifies the sub line of the document assigned to the document reference.
-
DocumentSubLineLevelOneId: integer
(int64)
Value that uniquely identifies the level one sub line of the document assigned to the document reference.
-
DocumentSubLineLevelOneNumber: string
Maximum Length:
80Number that identifies the level one sub line of the document assigned to the document reference. -
DocumentSubLineLevelTwoId: integer
(int64)
Value that uniquely identifies the level two sub line of the document assigned to the document reference.
-
DocumentSubLineLevelTwoNumber: string
Maximum Length:
80Number that identifies the level two sub line of the document assigned to the document reference. -
DocumentSubLineNumber: string
Maximum Length:
80Number that identifies the sub line of the document assigned to the document reference. -
DocumentType: string
Maximum Length:
30Type of document assigned to the document reference. This attribute is read-only. A list of accepted values is defined in the lookup type ORA_CSE_DOCUMENT_TYPE. -
SourceReferenceId: integer
(int64)
Value that uniquely identifies the source reference of the document.
-
SourceSystemId: integer
(int64)
Value that uniquely identifies the source application of the document reference.
-
SourceSystemTypeCode: string
Maximum Length:
30Abbreviation that identifies the type of source application assigned to the document reference. This attribute is read-only. A list of accepted values is defined in the lookup type ORA_WIE_SOURCE_SYSTEM_TYPE. Valid values are INTERNAL or EXTERNAL. -
WorkOrderId: integer
(int64)
Value that uniquely identifies the work order to which the document reference is associated. This attribute is read-only. The value of this attribute is derived from the work order.
Nested Schema : schema
Type:
Show Source
object-
__FLEX_Context_DisplayValue: string
Title:
Context ValueDescriptive flexfield context display value for project details. -
WorkOrderId: integer
(int64)
Value that uniquely identifies the project detail used by the work order. It is a primary key that the application generates when it creates the work order.
Nested Schema : schema
Type:
Show Source
object-
AssetId: integer
(int64)
Value that uniquely identifies the asset associated to the maintenance work order. When the value for "AllowMultipleAssetsFlag" is True it is a multiple asset maintenance work order. For a multiple asset work order the child resource is used for managing assets associated to the work order when the work order is in unreleased status. When the work order status is other than unreleased the assets in the work order cannot be updated or deleted.
-
AssetNumber: string
Numebr that uniquely identifies the asset associated to the maintenance work order. When the value for "AllowMultipleAssetsFlag" is True it is a multiple asset maintenance work order. For a multiple asset work order the child resource is used for managing assets associated to the work order when the work order is in unreleased status. When the work order status is other than unreleased the assets in the work order cannot be updated or deleted.
-
MatchToTransactionCodeFlag: boolean
Title:
Match Transaction CodesMaximum Length:1Contains one of the following values: true or false. If true, then only those material and resource transactions that have a matching repair transaction code in an active warranty contract are considered for creating a warranty entitlement. If false, then entitlements are created for all material and resource transactions. This attribute has a default value of false. -
OrganizationId: integer
(int64)
Identifier of the organization associated to the respective work order assets.This attribute is read-only.
-
PrimaryReasonForRepairCode: string
Title:
Primary Reason for Repair CodeMaximum Length:30Abbreviation that identifies the primary reason for repair of the maintenance work order asset. This attribute is read-only. The list of values comes from the user-defined condition event codes with the transaction type Reason for repair. -
WarrantyRepairFlag: boolean
Title:
Warranty RepairMaximum Length:1Contains one of the following values: true or false. If true, then the work order is considered for warranty entitlement creation and claim review. If false, then the work order isn't considered for warranty entitlement creation and claim review. This attribute has a default value of false. -
WoAssetId: integer
(int64)
Value that uniquely identifies the asset association to the maintenance work order . This attribute is read-only. The value is generated when the asset is added to the work order.
-
WorkOrderId: integer
(int64)
Value that uniquely identifies the work order to which the asset is associated. This attribute is read-only.
Nested Schema : maintenanceWorkOrders-WorkOrderDFF-item-post-request
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context SegmentMaximum Length:80Descriptive flexfield context name for work orders. -
__FLEX_Context_DisplayValue: string
Title:
Context SegmentDescriptive flexfield context display value for work orders. -
WorkOrderId: integer
(int64)
Value that uniquely identifies the work order. It is a primary key that the application generates when it creates the work order.
Nested Schema : maintenanceWorkOrders-WorkOrderOperation-item-post-request
Type:
Show Source
object-
AutoTransactFlag(required): boolean
Title:
Automatically TransactMaximum Length:1Contains one of the following values: true or false. If true, then automatically report the operation when the operation occurs on the shop floor. If false, then do not report this operation automatically. If the operation is not significant, it is recommended that you set AutoTransactFlag to true. The Count Point attribute and the Automatically Transact attribute are mutually exclusive. You must make sure that each of these attributes do not both contain true. If Count Point and Automatically Transact each contain false, then the operation is optional. Note that the user can manually report component usage and resource usage for an optional operation. The default value is false. -
CountPointOperationFlag(required): boolean
Title:
Count PointMaximum Length:1Contains one of the following values: true or false. If true, then make this operation a count point operation. If an operation occurs on the shop floor, the user must manually report it in the application when the operation occurs. If false, then do not make this operation a count point operation. the user does not need to report the operation. It is recommended that you configure each work order so that it includes at least one count point operation, and to make sure that the last operation that the work order performs is a count point operation. The default value is true. -
FixedLeadTime: number
Title:
FixedValue that indicates a fixed lead time necessary to perform the supplier operation outside processing (OSP) item quantity. This attribute is optional to create a supplier operation. -
LeadTimeUOM: string
Title:
UOMMaximum Length:3Abbreviation that uniquely identifies the lead times unit of measure applicable to the supplier operation. This attribute is optional to create a supplier operation. -
OperationDescription: string
Title:
DescriptionMaximum Length:240Description of the operation to be performed during the work order execution. The operation description is optional to create the work order operation. -
OperationName(required): string
Title:
NameMaximum Length:120Name of the work order operation. The operation name is required to create an operation. -
OperationSequenceNumber(required): number
Title:
SequenceNumber that identifies the sequence to use when performing the work order operations. The operation sequence is required to create an operation. It must be a positive integer. Its value must be unique within the work order operations. If it is not provided, the last operation sequence incremented by 10 is used as sequence to create an operation. -
OperationType: string
Title:
Operation TypeMaximum Length:30Default Value:IN_HOUSEAbbreviation that identifies the operation type. Valid values include IN_HOUSE or SUPPLIER. A list of accepted values is defined in the lookup type ORA_WIS_OPERATION_TYPE. The operation type is required to create the work order. The default value is IN_HOUSE. -
OrganizationId: integer
(int64)
Value that uniquely identifies the organization where the operation is performed. This attribute is read-only. The value of this attribute is derived from the work order organization.
-
OSPItemId: integer
(int64)
Title:
Outside Processing ItemValue that uniquely identifies the outside processing (OSP) item representing the supplier operation. This attribute is required to create the supplier operation. -
OSPItemNumber: string
Maximum Length:
255Number that identifies the outside processing (OSP) item representing the supplier operation. This attribute is required to create the supplier operation. -
PlannedCompletionDate: string
(date-time)
Title:
Completion DateDate when the operation is planned to finish. The date is set by the scheduling application. The planned completion date must not occur before the start date of the work order or after the finish date of the work order. This attribute is required. The default value is the work order planned end date. -
PlannedStartDate: string
(date-time)
Title:
Start DateDate when the operation is planned to start. The scheduling application sets this date. The planned start date must not occur before the start date of the work order or after the finish date of the work order. This attribute is required it is defaulted to the work order planned start date if not provided. -
ReasonForRepairCode: string
Maximum Length:
255Abbreviation that identifies the reason for repair of the maintenance work order operation. This attribute is read-only. The list of values comes from the user-defined condition event codes with the transaction type Reason for repair. -
RepairTransactionCode: string
Maximum Length:
255Abbreviation that identifies the repair transaction for the maintenance work order operation. This attribute is read-only. The list of values comes from the user-defined condition event codes with the transaction type Repair Transaction. -
ResequenceFlag: boolean
Title:
Allow ResequencingMaximum Length:1Contains one of the following values: TRUE or FALSE. If TRUE, then the operation can be completed in different sequence. If FALSE, then the operation is completed in the defined sequence. If no value is provided for this attribute, the default value is FALSE. -
ShippingDocumentsFlag: boolean
Title:
Generate shipmentMaximum Length:1Contains one of the following values: TRUE or FALSE. If TRUE, then shipping documents are generated. If FALSE, then shipping documents are not generated. If no value is provided for this attribute, the default value is based on the Shippable attribute of the Outside Processing(OSP) item. If Shippable is YES then the default value is TRUE. -
StandardOperationCode: string
Maximum Length:
255Abbreviation that identifies the operation. -
StandardOperationId: integer
(int64)
Value that uniquely identifies the standard operation that the work order references. It is optional to provide a standard operation to create a work order operation. If provided the other operation attributes are inherited from the standard operation.
-
StandardOperationName: string
Maximum Length:
255Name of the standard operation that the work order operation references. This is a read-only attribute derived from the standard operation identifier. -
SupplierId: integer
(int64)
Value that uniquely identifies the supplier performing the operation. This attribute is required if the operation is a supplier operation.
-
SupplierName: string
Maximum Length:
255Name of the supplier performing the operation. This attribute is read-only. The value of this attribute is derived from the supplier identifier. -
SupplierSiteCode: string
Maximum Length:
255Abbreviation that identifies the supplier site where the operation is performed. This attribute is required if the operation is a supplier operation. -
SupplierSiteId: integer
(int64)
Value that uniquely identifies the supplier site where the operation is performed. This attribute is required if the operation is a supplier operation.
-
VariableLeadTime: number
Title:
VariableValue that indicates the lead time necessary to perform the supplier operation for each unit of the outside processing (OSP) item. This attribute is optional to create a supplier operation. -
WdOperationId: integer
(int64)
Value that uniquely identifies the maintenance work definition operation from which the work order operation was created. This attribute is read-only. The value of this attribute is derived from the work definition.
-
WoOperationId: integer
(int64)
Value that uniquely identifies the work order operation. This attribute is read-only. The value of this attribute is generated when the application creates the work order operation.
-
WorkAccomplishedCode: string
Maximum Length:
255Abbreviation that identifies the work accomplished against the maintenance work order operation. This attribute is read-only. The list of values comes from the user-defined condition event codes with the transaction type Reason for repair. -
WorkCenterCode: string
Maximum Length:
255Abbreviation that uniquely identifies the work center in which the operation is performed. You must provide either the work center identifier or the work center code to create an in-house work order operation. -
WorkCenterId(required): integer
(int64)
Title:
Work CenterValue that uniquely identifies the work center in which the operation is performed. You must provide either the work center identifier or the work center code to create an in-house work order operation. -
WorkOrderId(required): integer
(int64)
Value that uniquely identifies the work order to which the operation belongs. This attribute is read-only.
-
WorkOrderOperationDFF: array
Flexfields for Operations
Title:
Flexfields for OperationsThe Flexfields for Operations resource manages descriptive flexfields that each work order operation references. -
WorkOrderOperationMaterial: array
Materials
Title:
MaterialsThe Materials for Maintenance Work Orders resource manages the materials that the work order requires to perform a maintenance operation. -
WorkOrderOperationResource: array
Resources
Title:
ResourcesThe Resources for Maintenance Work Orders resource manages the resources that the work order requires to perform a maintenance operation.
Nested Schema : Flexfields for Operations
Type:
arrayTitle:
Flexfields for OperationsThe Flexfields for Operations resource manages descriptive flexfields that each work order operation references.
Show Source
Nested Schema : Materials
Type:
arrayTitle:
MaterialsThe Materials for Maintenance Work Orders resource manages the materials that the work order requires to perform a maintenance operation.
Show Source
Nested Schema : Resources
Type:
arrayTitle:
ResourcesThe Resources for Maintenance Work Orders resource manages the resources that the work order requires to perform a maintenance operation.
Show Source
Nested Schema : schema
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context SegmentMaximum Length:80Descriptive flexfield context name for work order operations. -
__FLEX_Context_DisplayValue: string
Title:
Context SegmentDescriptive flexfield context display value for work order operations. -
WoOperationId: integer
(int64)
Value that uniquely identifies the work order operation. It is a primary key that the application generates when it creates the work order operation.
Nested Schema : schema
Type:
Show Source
object-
AllocatedQuantity: number
Title:
Allocated QuantityQuantity of material allocated during the picking process when a movement request is created for a work order operation item. -
BasisType(required): string
Title:
BasisMaximum Length:30Value that indicates whether the material quantity is fixed (for example, quantity per lot produced) or variable (for example, quantity per item produced). A list of accepted values is defined in the lookup type EGP_BOM_BASIS_TYPE. The default value is variable. -
IncludeInPlanningFlag: boolean
Title:
Include in planningMaximum Length:1Contains one of the following values: true or false. If true, then planning considers the material when it plans the supply. If false, then planning does not consider the material when it plans the supply. The default value is true. -
InventoryItemId(required): integer
(int64)
Value that uniquely identifies the material component item to issue to the work order. You must provide either the item number or the item identifier to create a work order operation material.
-
InventoryItemNumber: string
Maximum Length:
255Number that uniquely identifies the material component item to issue to the work order. You must provide either the item number or the item identifier to create a work order operation material. -
IssuedQuantity: number
Title:
Issued QuantityNet quantity of the material issued to the operation. -
MaterialSequenceNumber(required): number
Title:
SequenceNumber that identifies the sequence of the material component assigned to the work order operation. The sequence is required to create an operation material. The last operation material sequence incremented by 10 is used as sequence to create an operation material. -
PickedQuantity: number
Title:
Picked QuantityQuantity of material picked when the pick slip is confirmed and is issued either directly to the work order or is moved to the supply subinventory for a work order operation item. -
ProducedQuantity: number
Quantity that the work order creates. This attribute is not applicable to maintenance work orders.
-
Quantity: number
Title:
Quantity per ProductMaterial component quantity required to complete the work order operation per asset. It's a required attribute to create an operation material. The value of the RequiredQuantity attribute is calculated based on this value and the option chosen for basis type. -
RepairTransactionCode: string
Maximum Length:
255Abbreviation that identifies the reason for repair of the maintenance work order operation material. This attribute is read-only. The list of values comes from the user-defined condition event codes with the transaction type Reason for repair. -
RequiredDate: string
(date-time)
Title:
Required DateDate when the plant requires the materials so it can perform the operation. This attribute is required. The default value is the operation start date. The required date must not occur before the operation start date, or after the operation completion date. -
ReservedQuantity: number
Title:
Reserved QuantityQuantity of material that is reserved for a work order operation item. -
SupplyLocatorId: integer
(int64)
Title:
Supply LocatorValue that uniquely identifies the supply subinventory locator from where the material is issued during an assembly or operation pull. The default value is the component item definition or the plant parameters. -
SupplySubinventory: string
Title:
Supply SubinventoryMaximum Length:20Supply subinventory from where the material is issued during an assembly or operation pull. The default value is the component item definition or the plant parameters. -
SupplyType(required): string
Title:
Supply TypeMaximum Length:30Type of consumption of the material component. Valid values include 1: Push, 2: Assembly pull, 3: Operation pull, 4: Bulk, and 5: Supplier. This attribute is required to create an operation material. If the supply type is not provided the default value is material component item. If the work order was created with a work definition then the default value is based on the work definition. -
UOMCode(required): string
Title:
UOMMaximum Length:3Abbreviation that identifies the unit of measure (UOM) of the operation material quantity. -
WoOperationMaterialId: integer
(int64)
Value that uniquely identifies the material for work order operation. This attribute is read-only. The value of this attribute is generated when the application creates the operation material.
-
WorkOrderId: integer
(int64)
Value that uniquely identifies the work order to which the operation material belongs. This attribute is read-only. The value of this attribute is derived from the work order.
-
WorkOrderOperationMaterialDFF: array
Flexfields for Operation Materials
Title:
Flexfields for Operation MaterialsThe Flexfields for Operation Materials resource manages descriptive flexfields that contain details about the materials that the work order operation processes.
Nested Schema : Flexfields for Operation Materials
Type:
arrayTitle:
Flexfields for Operation MaterialsThe Flexfields for Operation Materials resource manages descriptive flexfields that contain details about the materials that the work order operation processes.
Show Source
Nested Schema : schema
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context SegmentMaximum Length:80Descriptive flexfield context name for work order operation materials. -
__FLEX_Context_DisplayValue: string
Title:
Context SegmentDescriptive flexfield context display value for work order operation materials. -
WoOperationMaterialId: integer
(int64)
Value that uniquely identifies the material for the work order operation. It is a primary key that the application generates when it creates the material for the work order operation.
Nested Schema : schema
Type:
Show Source
object-
AssignedUnits: number
Title:
Assigned UnitsDefault Value:1Number of resource units required to perform the operation. -
BasisType: string
Title:
BasisMaximum Length:30Default Value:1Contains one of the following values: 1 or 2. If 1, then the resource consumption is fixed. It does not change according to work order quantity. If 2, then the resource consumption is not fixed. It might change according to work order quantity. The default value is 2. A list of accepted values is defined in the lookup type EGP_BOM_BASIS_TYPE. For maintenance work orders the work order quantity is always one. -
ChargeType: string
Title:
Charge TypeMaximum Length:30Abbreviation that identifies how the resource is charged. A list of accepted values is defined in the lookup type ORA_WIS_CHARGE_TYPE. The charge type is required. Valid values include MANUAL or AUTOMATIC. For a count point operation, the value must be AUTOMATIC for automatic transact operations and MANUAL for optional operations. -
EqpQualProfileCode: string
Maximum Length:
255Abbreviation that uniquely identifies the qualification profile. Values are predefined and created for equipment qualifications. This attribute is applicable only for equipment type resources. When it's specified, only those equipment resource instances that meet the qualifications can be reported for resource transactions. It's a non-mandatory attribute for a work order operation resource. -
EqpQualProfileId: integer
(int64)
Title:
Equipment ProfileValue that uniquely identifies the qualification profile. Values are predefined and created for equipment qualifications. This attribute is applicable only for equipment type resources. When it's specified, only those equipment resource instances that meet the qualifications can be reported for resource transactions. It's a non-mandatory attribute for a work order operation resource. -
OrganizationId: integer
(int64)
Value that uniquely identifies the organization where the operation is performed. This attribute is read-only. The value of this attribute is derived from the work order organization.
-
PlannedCompletionDate: string
(date-time)
Title:
Completion DateDate when the resource is planned to finish. The scheduling application sets this date. The planned completion date must not occur before the operation start date or after the operation finish date. This attribute is required. The default value is the operation end date. -
PlannedStartDate: string
(date-time)
Title:
Start DateDate when the resource is planned to start. The scheduling application sets this date. The planned start date must not occur before the operation start date or after the operation finish date. This attribute is required. The default value is the operation start date. -
PrincipalFlag: boolean
Title:
PrincipalMaximum Length:1Contains one of the following values: true or false. If true, then this resource is the principal resource among the group of simultaneous resources. If false, then this resource is not the principal resource. Note that one of the simultaneous resources must be a principal resource. The default value is false. -
ProfileCode: string
Maximum Length:
255Indicates the skills and qualifications that make up the resource's job profile. The lookup value is taken from the employee's human resource talent profile and must be a valid and active PROFILE_CODE. -
ProfileId: integer
(int64)
Value that uniquely identifies the work order operation resource's job profile. The application generates this key value.
-
ReasonForRepairCode: string
Maximum Length:
255Abbreviation that identifies the reason for repair of the maintenance work order operation resource. This attribute is read-only. The list of values comes from the user-defined condition event codes with the transaction type Reason for repair. -
RepairTransactionCode: string
Maximum Length:
255Abbreviation that identifies the repair transaction for the maintenance work order operation resource. This attribute is read-only. The list of values comes from the user-defined condition event codes with the transaction type Repair Transaction. -
RequiredUsage(required): number
Title:
Required UsageResource usage that the plant requires to make the required work order quantity. The application calculates this value depending on whether the basis type is fixed or variable. Fixed: the required usage equals the usage rate. Variable: the required usage is the product of the usage rate and the work order quantity. For maintenance work orders the work order quantity is always one. -
ResourceCode: string
Maximum Length:
255Abbreviation that identifies the resource assigned to the work order operation. You must provide either the resource identifier or the resource code to create an operation resource. -
ResourceId(required): integer
(int64)
Value that uniquely identifies the resource assigned to the work order operation. You must provide either the resource identifier or the resource code to create a work order operation resource.
-
ResourceSequenceNumber(required): number
Title:
SequenceNumber that indicates the unique sequence of the resource assigned to the work order operation. The sequence is required to create an operation resource. The resource sequence number can be same for more than one resource and they are called simultaneous resources. For simultaneous resources one of the resources must be a principal resource. When principal resource has scheduled = YES, then other resources have schedule = YES or NO, but when principal resource has scheduled = NO, other resources should have scheduled = NO. -
ScheduledIndicator: string
Contains one of the following values: YES or NO. If YES, then scheduling schedules the resource and computes the start date and completion dates. If NO, then scheduling does not schedule the resource and it sets the start date equal to the completion date. A list of accepted values is defined in the lookup type ORA_WIS_RESOURCE_SCHEDULE. The default value is YES.
-
UsageRate: number
Title:
Usage RateResource usage rate that the plant requires to make the required work order quantity. The resource usage rate is used to calculate the required usage based on the basis type and the work order quantity. For maintenance work orders the work order quantity is always one. -
WoOperationId(required): integer
(int64)
Value that uniquely identifies the work order operation. This is a prepopulated row. This attribute is read-only. The value of this attribute is derived from the work order operation.
-
WorkAccomplishedCode: string
Maximum Length:
255Abbreviation that identifies the work accomplished against the maintenance work order operation resource. This attribute is read-only. The list of values comes from the user-defined condition event codes with the transaction type Reason for repair. -
WorkOrderOperationResourceDFF: array
Flexfields for Resources
Title:
Flexfields for ResourcesThe Flexfields for Resources resource manages descriptive flexfields that contain details about the resources that the work order operations use. -
WorkOrderOperationResourceInstance: array
Resource Instances
Title:
Resource InstancesThe Resource Instances for Maintenance Work Orders resource manages the resource instances that the work order requires to perform a maintenance operation.
Nested Schema : Flexfields for Resources
Type:
arrayTitle:
Flexfields for ResourcesThe Flexfields for Resources resource manages descriptive flexfields that contain details about the resources that the work order operations use.
Show Source
Nested Schema : Resource Instances
Type:
arrayTitle:
Resource InstancesThe Resource Instances for Maintenance Work Orders resource manages the resource instances that the work order requires to perform a maintenance operation.
Show Source
Nested Schema : schema
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context SegmentMaximum Length:80Descriptive flexfield context name for work order operation resources. -
__FLEX_Context_DisplayValue: string
Title:
Context SegmentDescriptive flexfield context display value for work order operation resources. -
WoOperationResourceId: integer
(int64)
Value that uniquely identifies a resource of a work order operation. It is a primary key that the application generates when it creates the work order operation resource.
Nested Schema : maintenanceWorkOrders-WorkOrderOperation-WorkOrderOperationResource-WorkOrderOperationResourceInstance-item-post-request
Type:
Show Source
object-
EquipmentInstanceCode: string
Maximum Length:
255Abbreviation that identifies the equipment resource instance assigned to the operation resource. This attribute is read-only. The value of this attribute is derived from the equipment instance identifier. -
EquipmentInstanceId: integer
(int64)
Value that uniquely identifies the equipment resource instance assigned to the operation resource. You must provide either the equipment resource identifier or a labor resource identifier to create an operation resource instance.
-
LaborInstanceCode: string
Maximum Length:
255Abbreviation that identifies the labor resource instance assigned to the operation resource. This attribute is read-only. The value of this attribute is derived from the labor instance identifier. -
LaborInstanceId: integer
(int64)
Value that uniquely identifies the labor resource instance assigned to the operation resource. You must provide either the equipment resource identifier or a labor resource identifier to create an operation resource instance.
-
OrganizationId: integer
(int64)
Value that uniquely identifies the organization in which the work order is performed. This attribute is read-only. The value of this attribute is derived from the work order.
-
WoOperationResourceId(required): integer
(int64)
Value that uniquely identifies work order resource to which the resource instance is added. The operation resource identifier is required to create an operation resource instance.
-
WoOperationResourceInstanceId: integer
(int64)
Value that uniquely identifies the resource instance for the work order operation resource. The value is generated when the resource instance is created. This attribute is read-only.
-
WorkOrderOperationResourceInstanceDFF: array
Flexfields for Resource Instances
Title:
Flexfields for Resource InstancesThe Flexfields for Resource Instances resource manages descriptive flexfields that contain details about the resource instance.
Nested Schema : Flexfields for Resource Instances
Type:
arrayTitle:
Flexfields for Resource InstancesThe Flexfields for Resource Instances resource manages descriptive flexfields that contain details about the resource instance.
Show Source
Nested Schema : schema
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context SegmentMaximum Length:80Descriptive flexfield context name for work order operation resource instances. -
__FLEX_Context_DisplayValue: string
Title:
Context SegmentDescriptive flexfield number of segments for work order operation resource instances. -
WoOpResourceInstanceId: integer
(int64)
Value that uniquely identifies the work order operation resource instance. It is a primary key that the application generates when it creates the work order operation resource instance.
Response
Supported Media Types
- application/json
Default Response
The following table describes the default response for this task.
Headers
-
Metadata-Context:
If the REST API supports runtime customizations, the shape of the service may change during runtime. The REST client may isolate itself from these changes or choose to interact with the latest version of the API by specifying this header. For example: Metadata-Context:sandbox="TrackEmployeeFeature".
-
REST-Framework-Version:
The protocol version between a REST client and service. If the client does not specify this header in the request the server will pick a default version for the API.
Root Schema : maintenanceWorkOrders-item-response
Type:
Show Source
object-
ActualCompletionDate: string
(date-time)
Title:
Actual Completion DateDate when the work order actually completes. This attribute is read-only. The value of this attribute is set when the status of the work order is moved to completed. -
ActualStartDate: string
(date-time)
Title:
Actual Start DateDate when the work order actually starts. This attribute is read-only. The value of this attribute is set when the first transaction is performed against the work order. -
AllowCompletionToInventoryFlag: boolean
Title:
Allow completion to inventoryMaximum Length:1Default Value:falseContains one of the following values: true or false. If true, then the work order completes the work order assets to inventory. If false, then the work order does not complete the work order assets to inventory. The default value is false. This value can be updated when the work order is in unreleased status. -
AllowMultipleAssetsFlag: boolean
Maximum Length:
1Default Value:falseContains one of the following values: true or false. If true, then the work order can be associated with more than one asset. If false, then the work order can be associated with only one asset. The default value is false. This value cannot be updated in the work order. -
AllowOutOfSequenceOperationCompletionFlag: boolean
Title:
Allow out of sequence completionMaximum Length:1Default Value:falseContains one of the following values: true or false. If true, then the work order operations can be completed out of sequence. If false, then the work order operations are completed in sequence. The default value is false. This value can be updated when the work order is in an unreleased status. -
AssetDescription: string
Read Only:
trueDescription of an asset. The value is read only. -
AssetId: integer
Value that uniquely identifies the asset on which the work order is performed. You must provide either the asset identifier or the asset number to create a single asset maintenance work order. When the value for "AllowMultipleAssetsFlag" is false it is a single asset maintenance work order. When the value for "AllowMultipleAssetsFlag" is true then either Item identifier or ItemNumber requires a value.
-
AssetNumber: string
Number that uniquely identifies the asset on which the work order is performed. You must provide either the asset identifier or the asset number to create a single asset maintenance work order. When the value for "AllowMultipleAssetsFlag" is false it is a single asset maintenance work order. When the value for "AllowMultipleAssetsFlag" is true then either Item identifier or ItemNumber requires a value.
-
attachments: array
Attachments
Title:
AttachmentsThe Attachments resource is used to view, create, and update attachments. -
CanceledReason: string
Title:
Canceled ReasonMaximum Length:240Value that indicates the reason for which a work order is canceled. The reason for cancelation is required when the work order is moved to the canceled status. It is updatable only on canceled work orders. -
ClosedDate: string
(date-time)
Title:
Closed DateDate when the work order is closed. You can optionally provide the work order closed date when closing a work order. The default value is the system date. -
CompletionLocator: string
Completion locator to use, by default, during completion of asset to inventory. Applicable only if the work order has AllowCompletionToInventoryFlag as true.
-
CompletionLocatorId: integer
(int64)
Title:
Completion LocatorValue that uniquely identifies the locator. It's a primary key that the application generates when it creates the locator. -
CompletionSubinventoryCode: string
Title:
Completion SubinventoryMaximum Length:10Completion subinventory to use, by default, during completion of asset to inventory. Applicable only if the work order has AllowCompletionToInventoryFlag as true. -
DefaultRejectionLocator: string
Read Only:
trueCompletion locator to use, by default, when the asset is rejected during completion of the asset to inventory. Applicable only if the work order has AllowCompletionToInventoryFlag as true. -
DefaultRejectionLocatorId: integer
Read Only:
trueValue that uniquely identifies the locator. It's a primary key that the application generates when it creates the locator. -
DefaultRejectionSubinventoryCode: string
Read Only:
trueRejection subinventory to use, by default, when the asset is rejected during completion of asset to inventory. Applicable only if the work order has AllowCompletionToInventoryFlag as true. -
documentReference: array
Document References
Title:
Document ReferencesThe Document References resource manages the documents that are referenced in the work order. -
ExplosionFlag: boolean
Default Value:
falseContains one of the following values: Y or N. If Y, then the work order is exploded or re-exploded based on the work definition. If N, then the work order is not created based on the work definition; however, if the work definition code attribute has a value, this attribute is referenced in the work order. The default value is Y. -
FirmPlannedFlag: boolean
Title:
FirmMaximum Length:1Default Value:falseValue that specifies during rescheduling/replanning ,the work order is to be considered. Contains one of the following values: true or false. If true, then planning does not consider the work order when rescheduling or re-planning. If false, then planning can suggest rescheduling and re-planning recommendations with respect to the work order. The default value is false. -
InventoryItemId: integer
(int64)
Title:
ItemValue that uniquely identifies the item that the work order asset references. Item number is required for creating multiple asset maintenance work orders. When the value for "AllowMultipleAssetsFlag" is true then it is a required field.Either item identifier or ItemNumber requires a value.When the value for "AllowMultipleAssetsFlag" is false then it is derived from asset reference value. -
ItemNumber: string
Number that uniquely identifies the item that the work order asset references. Item number is required for creating multiple asset maintenance work orders. When the value for "AllowMultipleAssetsFlag" is true then it is a required field. Either InventoryItemId or ItemNumber requires a value.When the value for "AllowMultipleAssetsFlag" is false then it is derived from asset reference value.
-
LastCountPointOperationSequence: number
Read Only:
trueNumber that identifies the last count point operation sequence in a work order. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
LocatorControlFlag: boolean
Read Only:
trueMaximum Length:1Indicates if the item is locator controlled. Values are true or false. -
LotNumber: string
Read Only:
trueLot number of the asset associated to the work order. The value is conditionally referenced in the asset based on the attributes of the item associated to the work order asset. -
MaintenanceProgramCode: string
Title:
CodeRead Only:trueMaximum Length:30Abbreviation that uniquely identifies the maintenance program. The value is read only. -
MaintenanceProgramDescription: string
Title:
DescriptionRead Only:trueMaximum Length:240Description of the maintenance program. The value is read only. -
MaintenanceProgramId: integer
(int64)
Read Only:
trueValue that uniquely identifies the maintenance program that is the source of the work order. The value is read only. -
MaintenanceProgramName: string
Title:
NameRead Only:trueMaximum Length:120Name of the maintenance program. The value is read only. -
MatchToTransactionCodeFlag: boolean
Title:
Match Transaction CodesMaximum Length:1Contains one of the following values: true or false. If true, then only those material and resource transactions that have a matching repair transaction code in an active warranty contract are considered for creating a warranty entitlement. If false, then entitlements are created for all material and resource transactions. This attribute has a default value of false. -
MntWorkDefinitionCode: string
Abbreviation that identifies the maintenance work definition applicable to the work order. You must provide either the work definition code or the work definition identifier to create a maintenance work order. It is used to create the operation, resource and material details of the work order. If the work definition is updated then all the work order operations details are refreshed based on the new work definition.
-
MntWorkDefinitionDescription: string
Title:
DescriptionRead Only:trueMaximum Length:240Description of a work definition. This attribute is read-only. -
MntWorkDefinitionName: string
Title:
NameRead Only:trueMaximum Length:120Name of a work definition. This attribute is read-only. -
OrganizationCode: string
Maximum Length:
255Abbreviation that identifies the maintenance organization in which the work order is executed. You must provide either the organization identifier or the organization code to create a work order. This attribute is not updatable. -
OrganizationId: integer
(int64)
Value that uniquely identifies the maintenance organization in which the work order is executed. You must provide either the organization identifier or the organization code to create a work order. This attribute is not updatable.
-
PjcProjectNumber: string
Title:
Project NumberMaximum Length:25Number that identifies the project. -
PjcTaskNumber: string
Title:
Task NumberMaximum Length:100Number that identifies the task. -
PlannedCompletionDate: string
(date-time)
Title:
Completion DateDate when the work order is scheduled to complete. You must provide either the planned start date or the planned completion date to create the work order. The default value is the system date. -
PlannedStartDate: string
(date-time)
Title:
Start DateDate when the work order is scheduled to start. You must provide either the planned start date or the planned completion date to create the work order. The default value is the system date. -
PlannedStartQuantity: number
Title:
QuantityPlanned maintenance work order quantity. When the value for AllowMultipleAssetsFlag is false, it's a single asset maintenance work order and the value is derived from the asset quantity. When the value for AllowMultipleAssetsFlag is true, then the multiple asset work order and value is required at the time of work order creation along with item information. -
PrimaryReasonForRepair: string
Title:
Primary Reason for RepairRead Only:trueMaximum Length:240Meaning of the primary reason for the repair code. -
PrimaryReasonForRepairCode: string
Title:
Primary Reason for Repair CodeMaximum Length:30Abbreviation that identifies the primary reason for repair of the maintenance work order asset. This attribute is read-only. The list of values comes from the user-defined condition event codes with the transaction type Reason for repair. -
ProjectDetailsDFF: array
Flexfields for Project Details
Title:
Flexfields for Project DetailsThe Flexfields for Project Details resource manages descriptive flexfields that contain details about the project. -
ReleasedDate: string
(date-time)
Title:
Released DateDate when the work order is released. You can optionally provide the work order released date when releasing a work order or update the date for a released work order. The default value is the system date. -
ResequenceFlag: boolean
Read Only:
trueMaximum Length:1Contains one of the following values: true or false. If true, then the work order has at least one resequenceable operation. If false, then the work order doesn't have any resequenceable operation. This attribute is automatically set based on the availability of the resequenceable operation. -
SchedulingDescription: string
Read Only:
trueMaximum Length:255Value that specifies the description for the scheduling method that the application uses to schedule the work order. -
SchedulingMethod: string
Title:
Scheduling MethodMaximum Length:30Default Value:DEFAULT_SCHEDULERValue that uniquely specifies the method that the application uses to schedule the work order. The list of accepted values is defined in the lookup type ORA_WIE_WO_SCHEDULING_METHOD. The default value is DEFAULT_SCHEDULER. -
SerialNumber: string
Read Only:
trueSerial number of an asset. The value is read only. -
SourceHeaderReference: string
Title:
Source Header ReferenceRead Only:trueMaximum Length:240Reference to the work order header in the source system. -
SourceHeaderReferenceId: integer
(int64)
Read Only:
trueValue that uniquely identifies the work order header in the source system. -
SourceLineReference: string
Title:
Source Line ReferenceRead Only:trueMaximum Length:240Reference to the work order line in the source system. -
SourceLineReferenceId: integer
(int64)
Read Only:
trueValue that uniquely identifies the work order line in the source system. -
SourceSystemCode: string
Maximum Length:
255Abbreviation that uniquely identifies the source system in which the work order is executed. -
SourceSystemId: integer
(int64)
Title:
Source SystemValue that uniquely identifies the source system. -
SourceSystemType: string
Title:
Source System TypeMaximum Length:30Type of source system. Values include INTERNAL or EXTERNAL. -
Status: string
Default Value:
SUCCESSName of the work order status. -
UOMCode: string
Title:
UOMMaximum Length:3Abbreviation that identifies the primary unit of measure (UOM) of the work order item. -
WarrantyRepairFlag: boolean
Title:
Warranty RepairMaximum Length:1Contains one of the following values: true or false. If true, then the work order is considered for warranty entitlement creation and claim review. If false, then the work order isn't considered for warranty entitlement creation and claim review. This attribute has a default value of false. -
WdMntNameId: integer
(int64)
Read Only:
trueUnique identifier of the maintenance work definition names record. -
WoAssetId: integer
Read Only:
trueValue that uniquely identifies the asset on which the work order is performed. You must provide either the asset identifier or the asset number to create a single asset maintenance work order. When the value for "AllowMultipleAssetsFlag" is false it is a single asset maintenance work order. When the value for "AllowMultipleAssetsFlag" is true then either Item identifier or ItemNumber requires a value. -
WorkDefinitionAsOfDateMnt: string
(date-time)
Title:
DateAs-of reference date used to determine the work definition version. It is optional to provide the work definition as-of date. If it is not provided the work order start date is used. If the start date is not provided then the planned completion date is used. If the selected date is in the past then the system date is used. You can update the work definition as-of date only on unreleased work orders. If updated then the operation details are refreshed according to the work definition version. If provided during work order creation, the system date is used by default. -
WorkDefinitionId: integer
(int64)
Title:
Work DefinitionValue that uniquely identifies the maintenance work definition applicable to the work order. You must provide either the work definition code or the work definition identifier to create a maintenance work order. It is used to create the operation, resource, and material details of the work order. If the work definition is updated then all the work order operations details are updated based on the new work definition. -
WorkDefinitionVersion: string
Title:
VersionRead Only:trueMaximum Length:10Version of a work definition. This attribute is read-only. -
WorkDefinitionVersionId: integer
(int64)
Title:
VersionValue that uniquely identifies the maintenance work definition version. This attribute is optional. If the value is not provided, it is derived from the work definition and the work definition as-of date. -
WorkMethodCode: string
Read Only:
trueMaximum Length:30Abbreviation that identifies the method that the work order uses. This attribute is read-only. The value of this attribute is derived from the context of work order creation. The work method value for maintenance work orders is MAINTENANCE. -
WorkOrderAsset: array
Assets
Title:
AssetsThe Assets for Maintenance Work Orders resource manages the assets that the multiple asset work order requires. -
WorkOrderAssetId: integer
Read Only:
trueValue that uniquely identifies the asset on which the work order is performed. You must provide either the asset identifier or the asset number to create a single asset maintenance work order. When the value for "AllowMultipleAssetsFlag" is false it is a single asset maintenance work order. When the value for "AllowMultipleAssetsFlag" is true then either Item identifier or ItemNumber requires a value. -
WorkOrderDescription: string
Title:
DescriptionMaximum Length:240Description of the work order. This is the text entered by the user, which briefly describes the work to be performed. This attribute is optional to create a work order. -
WorkOrderDFF: array
Flexfields for Work Orders
Title:
Flexfields for Work OrdersThe Flexfields for Work Orders resource manages the descriptive flexfields that the work order references. -
WorkOrderId: integer
(int64)
Value that uniquely identifies the work order. This attribute is read-only. The value of this attribute is derived from the work order number when the application creates the work order.
-
WorkOrderNumber: string
Title:
Work OrderMaximum Length:120Number that identifies the work order. This number is unique in the organization. The user can manually assign the number when creating the work order, or allow the application to create a unique number from the numbering scheme that the following Plant parameters define: Work Order Prefix or Work Order Starting Number. -
WorkOrderOperation: array
Operations
Title:
OperationsThe Operations for Maintenance Work Orders resource manages the maintenance operations that the work order requires. -
WorkOrderPriority: number
Title:
PriorityNumber that indicates the priority of the work order. This attribute is optional to create the work order. -
WorkOrderStatus: string
Title:
Work Order StatusRead Only:trueMaximum Length:120Meaning of the work order status code. The value is read only. -
WorkOrderStatusCode: string
Maximum Length:
255Abbreviation that identifies the work order status code. The list of valid values is defined in the WIE_WO_STATUSES_B table. It's optional to provide the work order status code at the time of work order creation. Valid values at creation are ORA_UNRELEASED, ORA_RELEASED, and ORA_ON_HOLD. The default value is ORA_UNRELEASED. -
WorkOrderStatusId: integer
(int64)
Title:
StatusValue that uniquely identifies the work order status. -
WorkOrderSubType: string
Title:
MeaningRead Only:trueMaximum Length:80Meaning of the work order subtype code. The value is read only. -
WorkOrderSubTypeCode: string
Title:
SubtypeMaximum Length:30Abbreviation that uniquely identifies the work order subtype. The list of accepted values is defined in lookup type ORA_MNT_WO_SUB_TYPE. The work order subtype is required to create the work order. If the work order subtype is not provided, the asset work order subtype is used by default. -
WorkOrderType: string
Title:
MeaningRead Only:trueMaximum Length:80Meaning of the work order type code. The value is read only. -
WorkOrderTypeCode: string
Title:
TypeMaximum Length:30Abbreviation that uniquely identifies the work order type. Valid values include CORRECTIVE or PREVENTIVE. A list of accepted values is defined in the lookup type ORA_MNT_WO_TYPE. The work order type is required to create the work order. If the work order type is not provided, the asset work order type is used by default.
Nested Schema : Attachments
Type:
arrayTitle:
AttachmentsThe Attachments resource is used to view, create, and update attachments.
Show Source
Nested Schema : Document References
Type:
arrayTitle:
Document ReferencesThe Document References resource manages the documents that are referenced in the work order.
Show Source
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : Flexfields for Project Details
Type:
arrayTitle:
Flexfields for Project DetailsThe Flexfields for Project Details resource manages descriptive flexfields that contain details about the project.
Show Source
Nested Schema : Assets
Type:
arrayTitle:
AssetsThe Assets for Maintenance Work Orders resource manages the assets that the multiple asset work order requires.
Show Source
Nested Schema : Flexfields for Work Orders
Type:
arrayTitle:
Flexfields for Work OrdersThe Flexfields for Work Orders resource manages the descriptive flexfields that the work order references.
Show Source
Nested Schema : Operations
Type:
arrayTitle:
OperationsThe Operations for Maintenance Work Orders resource manages the maintenance operations that the work order requires.
Show Source
Nested Schema : maintenanceWorkOrders-attachments-item-response
Type:
Show Source
object-
AsyncTrackerId: string
Title:
Asynchronous Upload Tracker IdAttribute provided for the exclusive use by the Attachment UI components to assist in uploading files. -
AttachedDocumentId: integer
(int64)
Title:
Attached Document IdUnique identifier of the attached document. -
CategoryName: string
Title:
CategoryMaximum Length:30Category of the attachment. - ContentRepositoryFileShared: boolean
-
CreatedBy: string
Title:
Created ByRead Only:trueMaximum Length:255User who created the record. -
CreatedByUserName: string
Title:
Created By User NameRead Only:trueUser name of the person who created the record. -
CreationDate: string
(date-time)
Title:
Creation DateRead Only:trueDate when the record was created. -
DatatypeCode: string
Title:
TypeMaximum Length:30Default Value:FILEValue that indicates the data type. -
Description: string
Title:
DescriptionMaximum Length:255Description of the attachment. -
DmDocumentId: string
Maximum Length:
255Document ID from which the attachment is created. -
DmFolderPath: string
Title:
Dm Folder PathMaximum Length:1000Folder path from which the attachment is created. -
DmVersionNumber: string
Maximum Length:
255Document version number from which the attachment is created. -
DownloadInfo: string
Title:
DownloadInfoJSON object represented as a string containing information used to programmatically retrieve a file attachment. -
ErrorStatusCode: string
Title:
Error Status CodeError code, if any, for the attachment. -
ErrorStatusMessage: string
Title:
Error Status MessageError message, if any, for the attachment. -
ExpirationDate: string
(date-time)
Title:
Expiration DateExpiration date of the contents in the attachment. -
FileContents: string
(byte)
Title:
File ContentsContents of the attachment. -
FileName: string
Title:
File NameMaximum Length:2048File name of the attachment. -
FileUrl: string
Title:
File UrlURI of the file. -
FileWebImage: string
(byte)
Title:
File Web ImageRead Only:trueBase64-encoded image of the file displayed in .png format if the source is a convertible image. -
LastUpdateDate: string
(date-time)
Title:
Last Update DateRead Only:trueDate when the record was last updated. -
LastUpdatedBy: string
Title:
Last Updated ByRead Only:trueMaximum Length:255User who last updated the record. -
LastUpdatedByUserName: string
Title:
Last Updated By UserRead Only:trueUser name of the person who last updated the record. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
PostProcessingAction: string
Title:
PostProcessingActionThe name of the action that can be performed after an attachment is uploaded. -
Title: string
Title:
TitleTitle of the attachment. -
UploadedFileContentType: string
Title:
Uploaded File Content TypeContent type of the attachment. -
UploadedFileLength: integer
Title:
File SizeSize of the attachment file. -
UploadedFileName: string
Title:
Uploaded File NameName to assign to a new attachment file. -
UploadedText: string
Title:
Uploaded TextText content for a new text attachment. -
Uri: string
Title:
UriMaximum Length:4000URI of the Topology Manager type attachment. -
Url: string
Title:
UrlMaximum Length:4000URL of a web-page type attachment. -
UserName: string
Title:
User NameRead Only:trueMaximum Length:255Login credentials of the user who created the attachment.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : link
Type:
Show Source
object-
href: string
Title:
hyperlink referenceThe URI to the related resource. -
kind: string
Title:
kindAllowed Values:[ "collection", "item", "describe", "other" ]The kind of the related resource. -
name: string
Title:
nameThe name of the link to the related resource. -
properties: object
properties
-
rel: string
Title:
relationAllowed Values:[ "self", "lov", "parent", "canonical", "child", "enclosure", "action", "custom" ]The name of the relation to the resource instance. Example: self.
Nested Schema : properties
Type:
Show Source
object-
changeIndicator: string
Change indicator or the ETag value of the resource instance.
Nested Schema : maintenanceWorkOrders-documentReference-item-response
Type:
Show Source
object-
ActiveEndDate: string
(date)
Date when the document reference is deactivated. The record is not deleted but always deactivated.
-
DocumentHeaderId: integer
(int64)
Value that uniquely identifies the header of the document assigned to the document reference.
-
DocumentLineId: integer
(int64)
Value that uniquely identifies the line of the document assigned to the document reference.
-
DocumentLineNumber: string
Maximum Length:
80Number that identifies the line of the document assigned to the document reference. -
DocumentNumber: string
Maximum Length:
80Number that identifies of the document assigned to the document reference. -
DocumentReferenceId: integer
(int64)
Value that uniquely identifies the work order document reference.
-
DocumentSubLineId: integer
(int64)
Value that uniquely identifies the sub line of the document assigned to the document reference.
-
DocumentSubLineLevelOneId: integer
(int64)
Value that uniquely identifies the level one sub line of the document assigned to the document reference.
-
DocumentSubLineLevelOneNumber: string
Maximum Length:
80Number that identifies the level one sub line of the document assigned to the document reference. -
DocumentSubLineLevelTwoId: integer
(int64)
Value that uniquely identifies the level two sub line of the document assigned to the document reference.
-
DocumentSubLineLevelTwoNumber: string
Maximum Length:
80Number that identifies the level two sub line of the document assigned to the document reference. -
DocumentSubLineNumber: string
Maximum Length:
80Number that identifies the sub line of the document assigned to the document reference. -
DocumentType: string
Maximum Length:
30Type of document assigned to the document reference. This attribute is read-only. A list of accepted values is defined in the lookup type ORA_CSE_DOCUMENT_TYPE. -
DocumentTypeMeaning: string
Title:
MeaningRead Only:trueMaximum Length:80The meaning of the type of document assigned to the document reference. This attribute is read-only. A list of accepted values is defined in the lookup type ORA_CSE_DOCUMENT_TYPE. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
SourceReferenceId: integer
(int64)
Value that uniquely identifies the source reference of the document.
-
SourceSystemId: integer
(int64)
Value that uniquely identifies the source application of the document reference.
-
SourceSystemTypeCode: string
Maximum Length:
30Abbreviation that identifies the type of source application assigned to the document reference. This attribute is read-only. A list of accepted values is defined in the lookup type ORA_WIE_SOURCE_SYSTEM_TYPE. Valid values are INTERNAL or EXTERNAL. -
WorkOrderId: integer
(int64)
Value that uniquely identifies the work order to which the document reference is associated. This attribute is read-only. The value of this attribute is derived from the work order.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : maintenanceWorkOrders-ProjectDetailsDFF-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context ValueRead Only:trueMaximum Length:40Default Value:OM_Sales_OrderDescriptive flexfield context name for project details. -
__FLEX_Context_DisplayValue: string
Title:
Context ValueDescriptive flexfield context display value for project details. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
WorkOrderId: integer
(int64)
Value that uniquely identifies the project detail used by the work order. It is a primary key that the application generates when it creates the work order.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : maintenanceWorkOrders-WorkOrderAsset-item-response
Type:
Show Source
object-
AssetId: integer
(int64)
Value that uniquely identifies the asset associated to the maintenance work order. When the value for "AllowMultipleAssetsFlag" is True it is a multiple asset maintenance work order. For a multiple asset work order the child resource is used for managing assets associated to the work order when the work order is in unreleased status. When the work order status is other than unreleased the assets in the work order cannot be updated or deleted.
-
AssetNumber: string
Numebr that uniquely identifies the asset associated to the maintenance work order. When the value for "AllowMultipleAssetsFlag" is True it is a multiple asset maintenance work order. For a multiple asset work order the child resource is used for managing assets associated to the work order when the work order is in unreleased status. When the work order status is other than unreleased the assets in the work order cannot be updated or deleted.
-
ItemId: integer
(int64)
Read Only:
trueValue that uniquely identifies the item referenced in the work order asset. This attribute is read-only. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
LotNumber: string
Read Only:
trueMaximum Length:80The lot number of the asset associated to the work order. The value is conditionally referenced in the asset based on the attributes of the item associated to the work order asset. -
MatchToTransactionCodeFlag: boolean
Title:
Match Transaction CodesMaximum Length:1Contains one of the following values: true or false. If true, then only those material and resource transactions that have a matching repair transaction code in an active warranty contract are considered for creating a warranty entitlement. If false, then entitlements are created for all material and resource transactions. This attribute has a default value of false. -
OrganizationId: integer
(int64)
Identifier of the organization associated to the respective work order assets.This attribute is read-only.
-
PrimaryReasonForRepair: string
Title:
Primary Reason for RepairRead Only:trueMaximum Length:240Meaning of the primary reason for the repair code. This attribute is read-only. -
PrimaryReasonForRepairCode: string
Title:
Primary Reason for Repair CodeMaximum Length:30Abbreviation that identifies the primary reason for repair of the maintenance work order asset. This attribute is read-only. The list of values comes from the user-defined condition event codes with the transaction type Reason for repair. -
Quantity: number
Read Only:
trueAsset quantity and is read-only. The value is derived from the respective work order asset. -
SerialNumber: string
Read Only:
trueMaximum Length:80The serial number of the asset associated to the work order. The value is conditionally referenced in the asset based on the attributes of the item associated to the work order asset. -
UOMCode: string
Read Only:
trueMaximum Length:3The primary unit of measure of the item associated to the asset in context. -
WarrantyRepairFlag: boolean
Title:
Warranty RepairMaximum Length:1Contains one of the following values: true or false. If true, then the work order is considered for warranty entitlement creation and claim review. If false, then the work order isn't considered for warranty entitlement creation and claim review. This attribute has a default value of false. -
WoAssetId: integer
(int64)
Value that uniquely identifies the asset association to the maintenance work order . This attribute is read-only. The value is generated when the asset is added to the work order.
-
WorkOrderId: integer
(int64)
Value that uniquely identifies the work order to which the asset is associated. This attribute is read-only.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : maintenanceWorkOrders-WorkOrderDFF-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context SegmentMaximum Length:80Descriptive flexfield context name for work orders. -
__FLEX_Context_DisplayValue: string
Title:
Context SegmentDescriptive flexfield context display value for work orders. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
WorkOrderId: integer
(int64)
Value that uniquely identifies the work order. It is a primary key that the application generates when it creates the work order.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : maintenanceWorkOrders-WorkOrderOperation-item-response
Type:
Show Source
object-
AutoTransactFlag: boolean
Title:
Automatically TransactMaximum Length:1Contains one of the following values: true or false. If true, then automatically report the operation when the operation occurs on the shop floor. If false, then do not report this operation automatically. If the operation is not significant, it is recommended that you set AutoTransactFlag to true. The Count Point attribute and the Automatically Transact attribute are mutually exclusive. You must make sure that each of these attributes do not both contain true. If Count Point and Automatically Transact each contain false, then the operation is optional. Note that the user can manually report component usage and resource usage for an optional operation. The default value is false. -
CountPointOperationFlag: boolean
Title:
Count PointMaximum Length:1Contains one of the following values: true or false. If true, then make this operation a count point operation. If an operation occurs on the shop floor, the user must manually report it in the application when the operation occurs. If false, then do not make this operation a count point operation. the user does not need to report the operation. It is recommended that you configure each work order so that it includes at least one count point operation, and to make sure that the last operation that the work order performs is a count point operation. The default value is true. -
ExecutionSequence: number
Read Only:
trueNumber that indicates the execution sequence of operations when the work order allows resequencing. It's a read-only value. This attribute is associated with a feature that requires opt in. -
FixedLeadTime: number
Title:
FixedValue that indicates a fixed lead time necessary to perform the supplier operation outside processing (OSP) item quantity. This attribute is optional to create a supplier operation. -
LeadTimeUOM: string
Title:
UOMMaximum Length:3Abbreviation that uniquely identifies the lead times unit of measure applicable to the supplier operation. This attribute is optional to create a supplier operation. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
OperationDescription: string
Title:
DescriptionMaximum Length:240Description of the operation to be performed during the work order execution. The operation description is optional to create the work order operation. -
OperationName: string
Title:
NameMaximum Length:120Name of the work order operation. The operation name is required to create an operation. -
OperationSequenceNumber: number
Title:
SequenceNumber that identifies the sequence to use when performing the work order operations. The operation sequence is required to create an operation. It must be a positive integer. Its value must be unique within the work order operations. If it is not provided, the last operation sequence incremented by 10 is used as sequence to create an operation. -
OperationType: string
Title:
Operation TypeMaximum Length:30Default Value:IN_HOUSEAbbreviation that identifies the operation type. Valid values include IN_HOUSE or SUPPLIER. A list of accepted values is defined in the lookup type ORA_WIS_OPERATION_TYPE. The operation type is required to create the work order. The default value is IN_HOUSE. -
OperationTypeDescription: string
Read Only:
trueMaximum Length:255Description of the operation type. This attribute is read-only. The value of this attribute is derived from the operation type. -
OrganizationId: integer
(int64)
Value that uniquely identifies the organization where the operation is performed. This attribute is read-only. The value of this attribute is derived from the work order organization.
-
OSPItemDescription: string
Read Only:
trueMaximum Length:255Description of the outside processing (OSP) item. This attribute is read-only. The value of this attribute is derived from the outside processing item identifier. -
OSPItemId: integer
(int64)
Title:
Outside Processing ItemValue that uniquely identifies the outside processing (OSP) item representing the supplier operation. This attribute is required to create the supplier operation. -
OSPItemNumber: string
Maximum Length:
255Number that identifies the outside processing (OSP) item representing the supplier operation. This attribute is required to create the supplier operation. -
PlannedCompletionDate: string
(date-time)
Title:
Completion DateDate when the operation is planned to finish. The date is set by the scheduling application. The planned completion date must not occur before the start date of the work order or after the finish date of the work order. This attribute is required. The default value is the work order planned end date. -
PlannedStartDate: string
(date-time)
Title:
Start DateDate when the operation is planned to start. The scheduling application sets this date. The planned start date must not occur before the start date of the work order or after the finish date of the work order. This attribute is required it is defaulted to the work order planned start date if not provided. -
ReasonForRepairCode: string
Maximum Length:
255Abbreviation that identifies the reason for repair of the maintenance work order operation. This attribute is read-only. The list of values comes from the user-defined condition event codes with the transaction type Reason for repair. -
ReasonForRepairName: string
Title:
NameRead Only:trueMaximum Length:240Name of the reason for the repair code. -
RepairTransactionCode: string
Maximum Length:
255Abbreviation that identifies the repair transaction for the maintenance work order operation. This attribute is read-only. The list of values comes from the user-defined condition event codes with the transaction type Repair Transaction. -
RepairTransactionName: string
Title:
NameRead Only:trueMaximum Length:240Name of the repair transaction code. -
ResequenceFlag: boolean
Title:
Allow ResequencingMaximum Length:1Contains one of the following values: TRUE or FALSE. If TRUE, then the operation can be completed in different sequence. If FALSE, then the operation is completed in the defined sequence. If no value is provided for this attribute, the default value is FALSE. -
ShippingDocumentsFlag: boolean
Title:
Generate shipmentMaximum Length:1Contains one of the following values: TRUE or FALSE. If TRUE, then shipping documents are generated. If FALSE, then shipping documents are not generated. If no value is provided for this attribute, the default value is based on the Shippable attribute of the Outside Processing(OSP) item. If Shippable is YES then the default value is TRUE. -
StandardOperationCode: string
Maximum Length:
255Abbreviation that identifies the operation. -
StandardOperationId: integer
(int64)
Value that uniquely identifies the standard operation that the work order references. It is optional to provide a standard operation to create a work order operation. If provided the other operation attributes are inherited from the standard operation.
-
StandardOperationName: string
Maximum Length:
255Name of the standard operation that the work order operation references. This is a read-only attribute derived from the standard operation identifier. -
SupplierId: integer
(int64)
Value that uniquely identifies the supplier performing the operation. This attribute is required if the operation is a supplier operation.
-
SupplierName: string
Maximum Length:
255Name of the supplier performing the operation. This attribute is read-only. The value of this attribute is derived from the supplier identifier. -
SupplierSiteCode: string
Maximum Length:
255Abbreviation that identifies the supplier site where the operation is performed. This attribute is required if the operation is a supplier operation. -
SupplierSiteId: integer
(int64)
Value that uniquely identifies the supplier site where the operation is performed. This attribute is required if the operation is a supplier operation.
-
UnitOfMeasure: string
Title:
UOM NameRead Only:trueMaximum Length:25Unit of measure of the quantities for the operation. This attribute is read-only. The value of this attribute is derived from the operation unit of measure code. -
UOMCode: string
Title:
UOM CodeRead Only:trueMaximum Length:3Abbreviation that identifies the unit of measure (UOM) of the operation quantity. -
VariableLeadTime: number
Title:
VariableValue that indicates the lead time necessary to perform the supplier operation for each unit of the outside processing (OSP) item. This attribute is optional to create a supplier operation. -
WdOperationId: integer
(int64)
Value that uniquely identifies the maintenance work definition operation from which the work order operation was created. This attribute is read-only. The value of this attribute is derived from the work definition.
-
WoOperationId: integer
(int64)
Value that uniquely identifies the work order operation. This attribute is read-only. The value of this attribute is generated when the application creates the work order operation.
-
WorkAccomplishedCode: string
Maximum Length:
255Abbreviation that identifies the work accomplished against the maintenance work order operation. This attribute is read-only. The list of values comes from the user-defined condition event codes with the transaction type Reason for repair. -
WorkAccomplishedName: string
Title:
NameRead Only:trueMaximum Length:240Name of the work accomplished code. -
WorkAreaId: integer
(int64)
Read Only:
trueValue that uniquely identifies the work area in which the operation is performed. This attribute is read-only. The value of this attribute is derived from the operation work center. -
WorkCenterCode: string
Maximum Length:
255Abbreviation that uniquely identifies the work center in which the operation is performed. You must provide either the work center identifier or the work center code to create an in-house work order operation. -
WorkCenterDescription: string
Title:
DescriptionRead Only:trueMaximum Length:240Description of the work center in which the operation is performed. This attribute is read-only. The value of this attribute is derived from the work center identifier. -
WorkCenterId: integer
(int64)
Title:
Work CenterValue that uniquely identifies the work center in which the operation is performed. You must provide either the work center identifier or the work center code to create an in-house work order operation. -
WorkCenterName: string
Title:
NameRead Only:trueMaximum Length:120Name of the work center in which the operation is performed. This attribute is read-only. The value of this attribute is derived from the work center identifier. -
WorkDefinitionId: integer
(int64)
Read Only:
trueValue that uniquely identifies the maintenance work definition applicable to the work order. This attribute is read-only. The value of this attribute is derived from the work order. -
WorkOrderId: integer
(int64)
Value that uniquely identifies the work order to which the operation belongs. This attribute is read-only.
-
WorkOrderNumber: string
Title:
Work OrderRead Only:trueMaximum Length:120Number that identifies the work order to which the operation belongs. This attribute is read-only. The value of this attribute is derived from the work order identifier. -
WorkOrderOperationDFF: array
Flexfields for Operations
Title:
Flexfields for OperationsThe Flexfields for Operations resource manages descriptive flexfields that each work order operation references. -
WorkOrderOperationMaterial: array
Materials
Title:
MaterialsThe Materials for Maintenance Work Orders resource manages the materials that the work order requires to perform a maintenance operation. -
WorkOrderOperationResource: array
Resources
Title:
ResourcesThe Resources for Maintenance Work Orders resource manages the resources that the work order requires to perform a maintenance operation.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : Flexfields for Operations
Type:
arrayTitle:
Flexfields for OperationsThe Flexfields for Operations resource manages descriptive flexfields that each work order operation references.
Show Source
Nested Schema : Materials
Type:
arrayTitle:
MaterialsThe Materials for Maintenance Work Orders resource manages the materials that the work order requires to perform a maintenance operation.
Show Source
Nested Schema : Resources
Type:
arrayTitle:
ResourcesThe Resources for Maintenance Work Orders resource manages the resources that the work order requires to perform a maintenance operation.
Show Source
Nested Schema : maintenanceWorkOrders-WorkOrderOperation-WorkOrderOperationDFF-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context SegmentMaximum Length:80Descriptive flexfield context name for work order operations. -
__FLEX_Context_DisplayValue: string
Title:
Context SegmentDescriptive flexfield context display value for work order operations. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
WoOperationId: integer
(int64)
Value that uniquely identifies the work order operation. It is a primary key that the application generates when it creates the work order operation.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : maintenanceWorkOrders-WorkOrderOperation-WorkOrderOperationMaterial-item-response
Type:
Show Source
object-
AllocatedQuantity: number
Title:
Allocated QuantityQuantity of material allocated during the picking process when a movement request is created for a work order operation item. -
BasisType: string
Title:
BasisMaximum Length:30Value that indicates whether the material quantity is fixed (for example, quantity per lot produced) or variable (for example, quantity per item produced). A list of accepted values is defined in the lookup type EGP_BOM_BASIS_TYPE. The default value is variable. -
IncludeInPlanningFlag: boolean
Title:
Include in planningMaximum Length:1Contains one of the following values: true or false. If true, then planning considers the material when it plans the supply. If false, then planning does not consider the material when it plans the supply. The default value is true. -
InventoryItemId: integer
(int64)
Value that uniquely identifies the material component item to issue to the work order. You must provide either the item number or the item identifier to create a work order operation material.
-
InventoryItemNumber: string
Maximum Length:
255Number that uniquely identifies the material component item to issue to the work order. You must provide either the item number or the item identifier to create a work order operation material. -
IssuedQuantity: number
Title:
Issued QuantityNet quantity of the material issued to the operation. -
ItemNumber: string
Read Only:
trueMaximum Length:300Number that identifies the material component item to issue to the work order. You must provide either the item number or the item identifier to create a work order operation material. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
MaterialSequenceNumber: number
Title:
SequenceNumber that identifies the sequence of the material component assigned to the work order operation. The sequence is required to create an operation material. The last operation material sequence incremented by 10 is used as sequence to create an operation material. -
OperationName: string
Title:
NameRead Only:trueMaximum Length:120Name of the operation to which the operation material belongs. This attribute is read-only. The value of this attribute is derived from the work order operation. -
OperationSequenceNumber: number
Title:
Operation SequenceRead Only:trueNumber that identifies the sequence to use when performing the work order operations to which the operation material belongs. This attribute is read-only. The value of this attribute is derived from the work order operation. -
PickedQuantity: number
Title:
Picked QuantityQuantity of material picked when the pick slip is confirmed and is issued either directly to the work order or is moved to the supply subinventory for a work order operation item. -
ProducedQuantity: number
Quantity that the work order creates. This attribute is not applicable to maintenance work orders.
-
Quantity: number
Title:
Quantity per ProductMaterial component quantity required to complete the work order operation per asset. It's a required attribute to create an operation material. The value of the RequiredQuantity attribute is calculated based on this value and the option chosen for basis type. -
RepairTransactionCode: string
Maximum Length:
255Abbreviation that identifies the reason for repair of the maintenance work order operation material. This attribute is read-only. The list of values comes from the user-defined condition event codes with the transaction type Reason for repair. -
RepairTransactionName: string
Title:
NameRead Only:trueMaximum Length:240Meaning of the repair transaction code. -
RequiredDate: string
(date-time)
Title:
Required DateDate when the plant requires the materials so it can perform the operation. This attribute is required. The default value is the operation start date. The required date must not occur before the operation start date, or after the operation completion date. -
RequiredQuantity: number
Title:
Required QuantityRead Only:trueRequired component quantity. The value ia derived based on the value of Basis Type and Quantity attributes. This attribute is read-only. -
ReservedQuantity: number
Title:
Reserved QuantityQuantity of material that is reserved for a work order operation item. -
StandardOperationCode: string
Title:
CodeRead Only:trueMaximum Length:30Abbreviation that identifies the standard operation the operation is referring to. This attribute is read-only. The value of this attribute is derived from the operation. -
StandardOperationId: integer
(int64)
Read Only:
trueValue that uniquely identifies the standard operation the operation is referring to. This attribute is read-only. The value of this attribute is derived from the operation. -
SupplyLocator: string
Read Only:
trueMaximum Length:255Name of the supply locator from where the material component item is issued. This attribute is read-only. The value of this attribute is derived from the supply locator identifier. -
SupplyLocatorId: integer
(int64)
Title:
Supply LocatorValue that uniquely identifies the supply subinventory locator from where the material is issued during an assembly or operation pull. The default value is the component item definition or the plant parameters. -
SupplySubinventory: string
Title:
Supply SubinventoryMaximum Length:20Supply subinventory from where the material is issued during an assembly or operation pull. The default value is the component item definition or the plant parameters. -
SupplyType: string
Title:
Supply TypeMaximum Length:30Type of consumption of the material component. Valid values include 1: Push, 2: Assembly pull, 3: Operation pull, 4: Bulk, and 5: Supplier. This attribute is required to create an operation material. If the supply type is not provided the default value is material component item. If the work order was created with a work definition then the default value is based on the work definition. -
SupplyTypeDescription: string
Read Only:
trueMaximum Length:80Description of the operation material supply type. This attribute is read-only. The value of this attribute is derived from the supply type code. -
UnitOfMeasure: string
Title:
UOM NameRead Only:trueMaximum Length:25Unit of measure of the material component quantity to be issued. It is the primary unit of measure of the item. This attribute is read-only. The value of this attribute is derived from the material component item. -
UOMCode: string
Title:
UOMMaximum Length:3Abbreviation that identifies the unit of measure (UOM) of the operation material quantity. -
WoOperationMaterialId: integer
(int64)
Value that uniquely identifies the material for work order operation. This attribute is read-only. The value of this attribute is generated when the application creates the operation material.
-
WorkAreaId: integer
(int64)
Read Only:
trueValue that uniquely identifies the work area in which the operation is performed. This attribute is read-only. The value of this attribute is derived from the operation work center. -
WorkAreaName: string
Title:
NameRead Only:trueMaximum Length:80Name of the work area in which the operation is performed. This attribute is read-only. The value of this attribute is derived from the operation work center. -
WorkCenterId: integer
(int64)
Read Only:
trueValue that uniquely identifies the work center in which the operation is performed. This attribute is read-only. The value of this attribute is derived from the operation. -
WorkCenterName: string
Title:
NameRead Only:trueMaximum Length:120Name of the work center in which the operation is performed. This attribute is read-only. The value of this attribute is derived from the operation. -
WorkOrderId: integer
(int64)
Value that uniquely identifies the work order to which the operation material belongs. This attribute is read-only. The value of this attribute is derived from the work order.
-
WorkOrderOperationMaterialDFF: array
Flexfields for Operation Materials
Title:
Flexfields for Operation MaterialsThe Flexfields for Operation Materials resource manages descriptive flexfields that contain details about the materials that the work order operation processes.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : Flexfields for Operation Materials
Type:
arrayTitle:
Flexfields for Operation MaterialsThe Flexfields for Operation Materials resource manages descriptive flexfields that contain details about the materials that the work order operation processes.
Show Source
Nested Schema : maintenanceWorkOrders-WorkOrderOperation-WorkOrderOperationMaterial-WorkOrderOperationMaterialDFF-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context SegmentMaximum Length:80Descriptive flexfield context name for work order operation materials. -
__FLEX_Context_DisplayValue: string
Title:
Context SegmentDescriptive flexfield context display value for work order operation materials. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
WoOperationMaterialId: integer
(int64)
Value that uniquely identifies the material for the work order operation. It is a primary key that the application generates when it creates the material for the work order operation.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : maintenanceWorkOrders-WorkOrderOperation-WorkOrderOperationResource-item-response
Type:
Show Source
object-
AssignedUnits: number
Title:
Assigned UnitsDefault Value:1Number of resource units required to perform the operation. -
BasisType: string
Title:
BasisMaximum Length:30Default Value:1Contains one of the following values: 1 or 2. If 1, then the resource consumption is fixed. It does not change according to work order quantity. If 2, then the resource consumption is not fixed. It might change according to work order quantity. The default value is 2. A list of accepted values is defined in the lookup type EGP_BOM_BASIS_TYPE. For maintenance work orders the work order quantity is always one. -
ChargeType: string
Title:
Charge TypeMaximum Length:30Abbreviation that identifies how the resource is charged. A list of accepted values is defined in the lookup type ORA_WIS_CHARGE_TYPE. The charge type is required. Valid values include MANUAL or AUTOMATIC. For a count point operation, the value must be AUTOMATIC for automatic transact operations and MANUAL for optional operations. -
EqpQualProfileCode: string
Maximum Length:
255Abbreviation that uniquely identifies the qualification profile. Values are predefined and created for equipment qualifications. This attribute is applicable only for equipment type resources. When it's specified, only those equipment resource instances that meet the qualifications can be reported for resource transactions. It's a non-mandatory attribute for a work order operation resource. -
EqpQualProfileId: integer
(int64)
Title:
Equipment ProfileValue that uniquely identifies the qualification profile. Values are predefined and created for equipment qualifications. This attribute is applicable only for equipment type resources. When it's specified, only those equipment resource instances that meet the qualifications can be reported for resource transactions. It's a non-mandatory attribute for a work order operation resource. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
OperationName: string
Title:
NameRead Only:trueMaximum Length:120Name of the operation to which the operation resource belongs. This attribute is read-only. The value of this attribute is derived from the work order operation. -
OperationSequenceNumber: number
Title:
Operation SequenceRead Only:trueNumber that identifies the sequence to use when performing the work order operations to which the operation resource belongs. This attribute is read-only. The value of this attribute is derived from the work order operation. -
OrganizationId: integer
(int64)
Value that uniquely identifies the organization where the operation is performed. This attribute is read-only. The value of this attribute is derived from the work order organization.
-
PlannedCompletionDate: string
(date-time)
Title:
Completion DateDate when the resource is planned to finish. The scheduling application sets this date. The planned completion date must not occur before the operation start date or after the operation finish date. This attribute is required. The default value is the operation end date. -
PlannedStartDate: string
(date-time)
Title:
Start DateDate when the resource is planned to start. The scheduling application sets this date. The planned start date must not occur before the operation start date or after the operation finish date. This attribute is required. The default value is the operation start date. -
PrincipalFlag: boolean
Title:
PrincipalMaximum Length:1Contains one of the following values: true or false. If true, then this resource is the principal resource among the group of simultaneous resources. If false, then this resource is not the principal resource. Note that one of the simultaneous resources must be a principal resource. The default value is false. -
ProfileCode: string
Maximum Length:
255Indicates the skills and qualifications that make up the resource's job profile. The lookup value is taken from the employee's human resource talent profile and must be a valid and active PROFILE_CODE. -
ProfileId: integer
(int64)
Value that uniquely identifies the work order operation resource's job profile. The application generates this key value.
-
ReasonForRepairCode: string
Maximum Length:
255Abbreviation that identifies the reason for repair of the maintenance work order operation resource. This attribute is read-only. The list of values comes from the user-defined condition event codes with the transaction type Reason for repair. -
ReasonForRepairName: string
Title:
NameRead Only:trueMaximum Length:240Name of the reason for the repair code. -
RepairTransactionCode: string
Maximum Length:
255Abbreviation that identifies the repair transaction for the maintenance work order operation resource. This attribute is read-only. The list of values comes from the user-defined condition event codes with the transaction type Repair Transaction. -
RepairTransactionName: string
Title:
NameRead Only:trueMaximum Length:240Name of the repair transaction code. -
RequiredUsage: number
Title:
Required UsageResource usage that the plant requires to make the required work order quantity. The application calculates this value depending on whether the basis type is fixed or variable. Fixed: the required usage equals the usage rate. Variable: the required usage is the product of the usage rate and the work order quantity. For maintenance work orders the work order quantity is always one. -
ResourceCode: string
Maximum Length:
255Abbreviation that identifies the resource assigned to the work order operation. You must provide either the resource identifier or the resource code to create an operation resource. -
ResourceDescription: string
Title:
DescriptionRead Only:trueMaximum Length:240Description of the operation of the resource assigned to the work order operation such as labor or equipment. This attribute is read-only. The value of this attribute is derived from the resource. -
ResourceId: integer
(int64)
Value that uniquely identifies the resource assigned to the work order operation. You must provide either the resource identifier or the resource code to create a work order operation resource.
-
ResourceSequenceNumber: number
Title:
SequenceNumber that indicates the unique sequence of the resource assigned to the work order operation. The sequence is required to create an operation resource. The resource sequence number can be same for more than one resource and they are called simultaneous resources. For simultaneous resources one of the resources must be a principal resource. When principal resource has scheduled = YES, then other resources have schedule = YES or NO, but when principal resource has scheduled = NO, other resources should have scheduled = NO. -
ResourceType: string
Title:
TypeRead Only:trueMaximum Length:30Abbreviation that identifies the type of the resource assigned to the work order operation such as labor or equipment. This attribute is read-only. The value of this attribute is derived from the resource. -
ScheduledFlag: boolean
Title:
ScheduledRead Only:trueMaximum Length:30This attribute is not currently used for Oracle Maintenance Cloud. You must use the ScheduledIndicator attribute instead. -
ScheduledIndicator: string
Contains one of the following values: YES or NO. If YES, then scheduling schedules the resource and computes the start date and completion dates. If NO, then scheduling does not schedule the resource and it sets the start date equal to the completion date. A list of accepted values is defined in the lookup type ORA_WIS_RESOURCE_SCHEDULE. The default value is YES.
-
StandardOperationCode: string
Title:
CodeRead Only:trueMaximum Length:30Abbreviation that identifies the standard operation the operation is referring to. This attribute is read-only. The value of this attribute is derived from the operation. -
StandardOperationId: integer
(int64)
Read Only:
trueValue that uniquely identifies the standard operation the operation is referring to. This attribute is read-only. The value of this attribute is derived from the operation. -
UnitOfMeasure: string
Title:
UOM NameRead Only:trueMaximum Length:25Unit of measure of the resource consumption. This attribute is read-only. The value of this attribute is derived from the resource. -
UsageRate: number
Title:
Usage RateResource usage rate that the plant requires to make the required work order quantity. The resource usage rate is used to calculate the required usage based on the basis type and the work order quantity. For maintenance work orders the work order quantity is always one. -
WoOperationId: integer
(int64)
Value that uniquely identifies the work order operation. This is a prepopulated row. This attribute is read-only. The value of this attribute is derived from the work order operation.
-
WoOperationResourceId: integer
(int64)
Read Only:
trueValue that uniquely identifies the work order operation resource. It is a primary key that the application generates when it creates the work order operation resource. -
WorkAccomplishedCode: string
Maximum Length:
255Abbreviation that identifies the work accomplished against the maintenance work order operation resource. This attribute is read-only. The list of values comes from the user-defined condition event codes with the transaction type Reason for repair. -
WorkAccomplishedName: string
Title:
NameRead Only:trueMaximum Length:240Name of the work accomplished code. -
WorkAreaCode: string
Title:
CodeRead Only:trueMaximum Length:30Abbreviation that uniquely identifies the work area in which the operation is performed. This attribute is read-only. The value of this attribute is derived from the operation work center. -
WorkAreaDescription: string
Title:
DescriptionRead Only:trueMaximum Length:240Description of the work area in which the operation is performed. This attribute is read-only. The value of this attribute is derived from the operation work center. -
WorkAreaId: integer
(int64)
Read Only:
trueValue that uniquely identifies the work area in which the operation is performed. This attribute is read-only. The value of this attribute is derived from the operation work center. -
WorkAreaName: string
Title:
NameRead Only:trueMaximum Length:80Name of the work area in which the operation is performed. This attribute is read-only. The value of this attribute is derived from the operation work center. -
WorkCenterDescription: string
Title:
DescriptionRead Only:trueMaximum Length:240Description of the work center in which the operation is performed. This attribute is read-only. The value of this attribute is derived from the work center identifier. -
WorkCenterName: string
Title:
NameRead Only:trueMaximum Length:120Name of the work center in which the operation is performed. This attribute is read-only. The value of this attribute is derived from the operation. -
WorkOrderId: integer
(int64)
Read Only:
trueValue that uniquely identifies the work order to which the operation resource belongs. This attribute is read-only. The value of this attribute is derived from the work order. -
WorkOrderOperationResourceDFF: array
Flexfields for Resources
Title:
Flexfields for ResourcesThe Flexfields for Resources resource manages descriptive flexfields that contain details about the resources that the work order operations use. -
WorkOrderOperationResourceInstance: array
Resource Instances
Title:
Resource InstancesThe Resource Instances for Maintenance Work Orders resource manages the resource instances that the work order requires to perform a maintenance operation.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : Flexfields for Resources
Type:
arrayTitle:
Flexfields for ResourcesThe Flexfields for Resources resource manages descriptive flexfields that contain details about the resources that the work order operations use.
Show Source
Nested Schema : Resource Instances
Type:
arrayTitle:
Resource InstancesThe Resource Instances for Maintenance Work Orders resource manages the resource instances that the work order requires to perform a maintenance operation.
Show Source
Nested Schema : maintenanceWorkOrders-WorkOrderOperation-WorkOrderOperationResource-WorkOrderOperationResourceDFF-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context SegmentMaximum Length:80Descriptive flexfield context name for work order operation resources. -
__FLEX_Context_DisplayValue: string
Title:
Context SegmentDescriptive flexfield context display value for work order operation resources. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
WoOperationResourceId: integer
(int64)
Value that uniquely identifies a resource of a work order operation. It is a primary key that the application generates when it creates the work order operation resource.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : maintenanceWorkOrders-WorkOrderOperation-WorkOrderOperationResource-WorkOrderOperationResourceInstance-item-response
Type:
Show Source
object-
EquipmentInstanceCode: string
Maximum Length:
255Abbreviation that identifies the equipment resource instance assigned to the operation resource. This attribute is read-only. The value of this attribute is derived from the equipment instance identifier. -
EquipmentInstanceId: integer
(int64)
Value that uniquely identifies the equipment resource instance assigned to the operation resource. You must provide either the equipment resource identifier or a labor resource identifier to create an operation resource instance.
-
EquipmentInstanceIdentifier: string
Title:
IdentifierRead Only:trueMaximum Length:80Value that uniquely identifies the equipment resource instance assigned to the operation resource. This attribute is read-only. The value of this attribute is derived from the equipment instance identifier. -
EquipmentInstanceName: string
Title:
NameRead Only:trueMaximum Length:120Name of the equipment resource instance assigned to the operation resource. This attribute is read-only. The value of this attribute is derived from the equipment instance identifier. -
LaborInstanceCode: string
Maximum Length:
255Abbreviation that identifies the labor resource instance assigned to the operation resource. This attribute is read-only. The value of this attribute is derived from the labor instance identifier. -
LaborInstanceId: integer
(int64)
Value that uniquely identifies the labor resource instance assigned to the operation resource. You must provide either the equipment resource identifier or a labor resource identifier to create an operation resource instance.
-
LaborInstanceIdentifier: string
Title:
IdentifierRead Only:trueMaximum Length:30Value that uniquely identifies the labor resource instance assigned to the operation resource. This attribute is read-only. The value of this attribute is derived from the labor instance identifier. -
LaborInstanceName: string
Title:
NameRead Only:trueMaximum Length:360Name of the labor resource instance assigned to the operation resource. This attribute is read-only. The value of this attribute is derived from the equipment instance identifier. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
OrganizationId: integer
(int64)
Value that uniquely identifies the organization in which the work order is performed. This attribute is read-only. The value of this attribute is derived from the work order.
-
WoOperationId: integer
(int64)
Read Only:
trueValue that uniquely identifies the work order operation. This attribute is read-only. The value of this attribute is derived from the operation. -
WoOperationResourceId: integer
(int64)
Value that uniquely identifies work order resource to which the resource instance is added. The operation resource identifier is required to create an operation resource instance.
-
WoOperationResourceInstanceId: integer
(int64)
Value that uniquely identifies the resource instance for the work order operation resource. The value is generated when the resource instance is created. This attribute is read-only.
-
WorkOrderId: integer
(int64)
Read Only:
trueValue that uniquely identifies the work order. This attribute is read-only. The value of this attribute is derived from the work order. -
WorkOrderOperationResourceInstanceDFF: array
Flexfields for Resource Instances
Title:
Flexfields for Resource InstancesThe Flexfields for Resource Instances resource manages descriptive flexfields that contain details about the resource instance.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : Flexfields for Resource Instances
Type:
arrayTitle:
Flexfields for Resource InstancesThe Flexfields for Resource Instances resource manages descriptive flexfields that contain details about the resource instance.
Show Source
Nested Schema : maintenanceWorkOrders-WorkOrderOperation-WorkOrderOperationResource-WorkOrderOperationResourceInstance-WorkOrderOperationResourceInstanceDFF-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context SegmentMaximum Length:80Descriptive flexfield context name for work order operation resource instances. -
__FLEX_Context_DisplayValue: string
Title:
Context SegmentDescriptive flexfield number of segments for work order operation resource instances. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
WoOpResourceInstanceId: integer
(int64)
Value that uniquely identifies the work order operation resource instance. It is a primary key that the application generates when it creates the work order operation resource instance.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Links
- ProjectDetailsDFF
-
Operation: /fscmRestApi/resources/11.13.18.05/maintenanceWorkOrders/{WorkOrderId}/child/ProjectDetailsDFFParameters:
- WorkOrderId:
$request.path.WorkOrderId
The Flexfields for Project Details resource manages descriptive flexfields that contain details about the project. - WorkOrderId:
- WorkOrderAsset
-
Operation: /fscmRestApi/resources/11.13.18.05/maintenanceWorkOrders/{WorkOrderId}/child/WorkOrderAssetParameters:
- WorkOrderId:
$request.path.WorkOrderId
The Assets for Maintenance Work Orders resource manages the assets that the multiple asset work order requires. - WorkOrderId:
- WorkOrderDFF
-
Operation: /fscmRestApi/resources/11.13.18.05/maintenanceWorkOrders/{WorkOrderId}/child/WorkOrderDFFParameters:
- WorkOrderId:
$request.path.WorkOrderId
The Flexfields for Work Orders resource manages the descriptive flexfields that the work order references. - WorkOrderId:
- WorkOrderOperation
-
Operation: /fscmRestApi/resources/11.13.18.05/maintenanceWorkOrders/{WorkOrderId}/child/WorkOrderOperationParameters:
- WorkOrderId:
$request.path.WorkOrderId
The Operations for Maintenance Work Orders resource manages the maintenance operations that the work order requires. - WorkOrderId:
- attachments
-
Parameters:
- WorkOrderId:
$request.path.WorkOrderId
The Attachments resource is used to view, create, and update attachments. - WorkOrderId:
- documentReference
-
Operation: /fscmRestApi/resources/11.13.18.05/maintenanceWorkOrders/{WorkOrderId}/child/documentReferenceParameters:
- WorkOrderId:
$request.path.WorkOrderId
The Document References resource manages the documents that are referenced in the work order. - WorkOrderId:
- generateRepairSummaryPromptParams
-
Parameters:
- WorkOrderId:
$request.path.WorkOrderId
Gathers work order details including the work performed on an asset, and transforms the information into a string that can be sent as a payload to the Generative AI completions REST. The completions REST can then use this payload to assist in authoring a work summary note for the work order. - WorkOrderId:
Examples
This example describes how to create one maintenance work order.
Example cURL Command
Use the following cURL command to submit a request on the REST resource:
curl -u username:password -X POST -H "Content-Type:application/vnd.oracle.adf.action+json" -d 'request payload' "https://servername/fscmRestApi/resources/version/maintenanceWorkOrders"
Example Request Body
The following example includes the contents of the request body in JSON format. You replace the request payload in the cURL command with the contents of the Example Request Body. The request payload specifies attribute values that the command will use in the record that it creates.
{
"WorkOrderNumber":"SD_WorkOrder_20170505_011",
"WorkOrderTypeCode":"PREVENTIVE",
"WorkOrderSubTypeCode" : "ORA_PLANNED",
"AssetNumber" :"KMTest-CMP1",
"OrganizationCode":"M1",
"WorkOrderOperation":[{
"OperationSequenceNumber":10,
"OperationName":"SD_OPER_01",
"CountPointOperationFlag":"Y",
"WorkCenterCode":"MFGQA2",
"WorkOrderOperationMaterial":[{
"MaterialSequenceNumber":10,
"InventoryItemNumber":"ALM-OAL-SR1",
"SupplyType":"2"
}],
"WorkOrderOperationResource":[{
"BasisType":1,
"ResourceCode":"MFGADHOCLAB-C",
"RequiredUsage":1,
"ResourceSequenceNumber":10,
"UsageRate":1
}]
}]
}Example Response Body
The following example includes the contents of the response body in JSON format:
{
"WorkOrderNumber" : "SD_WorkOrder_20170822_01",
"WorkOrderId" : 300100122328321,
"WorkOrderDescription" : null,
"OrganizationCode" : null,
"OrganizationId" : 207,
"ItemNumber" : "Fork Lift",
"InventoryItemId" : 300100111025244,
"AssetNumber" : null,
"AssetId" : null,
"WoAssetId" : null,
"WorkOrderTypeCode" : "PREVENTIVE",
"WorkOrderSubTypeCode" : "ORA_PLANNED",
"MntWorkDefinitionCode" : null,
"WorkDefinitionId" : null,
"WorkDefinitionVersionId" : null,
"WorkDefinitionAsOfDateMnt" : null,
"WorkOrderStatusCode" : "ORA_UNRELEASED",
"WorkOrderStatusId" : 10005,
"Status" : "SUCCESS",
"PlannedStartDate" : "2017-08-22T09:25:00+00:00",
"PlannedCompletionDate" : "2017-08-22T10:25:00+00:00",
"ActualStartDate" : null,
"ActualCompletionDate" : null,
"WorkOrderPriority" : null,
"WorkMethodCode" : "MAINTENANCE",
"CanceledReason" : null,
"WorkOrderOperation" : [ {
"WoOperationId" : 300100122328332,
"OperationName" : "SD_OPER_01",
"OperationSequenceNumber" : 10,
"OperationDescription" : null,
"OperationType" : "IN_HOUSE",
"OperationTypeDescription" : null,
"OrganizationId" : 207,
"WorkOrderNumber" : null,
"WorkOrderId" : 300100122328321,
"WorkCenterCode" : null,
"WorkCenterId" : 300100073217943,
"WorkCenterName" : null,
"WorkCenterDescription" : null,
"CountPointOperationFlag" : true,
"AutoTransactFlag" : false,
"PlannedStartDate" : "2017-08-22T09:25:00+00:00",
"PlannedCompletionDate" : "2017-08-22T10:25:00+00:00",
"WorkDefinitionId" : null,
"WdOperationId" : null,
"LeadTimeUOM" : null,
"SupplierName" : null,
"SupplierId" : null,
"SupplierSiteId" : null,
"StandardOperationName" : null,
"StandardOperationId" : null,
"VariableLeadTime" : null,
"FixedLeadTime" : null,
"WorkAreaId" : null,
"OSPItemId" : null,
"OSPItemDescription" : null,
"UnitOfMeasure" : null,
"UOMCode" : null,
"WorkOrderOperationMaterial" : [ {
"WoOperationMaterialId" : 300100122328336,
"MaterialSequenceNumber" : 10,
"InventoryItemNumber" : null,
"InventoryItemId" : 300100013645853,
"WorkOrderId" : 300100122328321,
"OperationSequenceNumber" : null,
"OperationName" : null,
"Quantity" : 1,
"UnitOfMeasure" : null,
"SupplyType" : "2",
"SupplySubinventory" : null,
"SupplyLocatorId" : null,
"WorkAreaName" : null,
"WorkAreaId" : null,
"WorkCenterName" : null,
"WorkCenterId" : null,
"StandardOperationCode" : null,
"StandardOperationId" : null,
"SupplyLocator" : null,
"SupplyTypeDescription" : null,
"RequiredDate" : "2017-08-22T09:25:00+00:00",
"ItemNumber" : null,
"ProducedQuantity" : null,
"links" : [ {
"rel" : "self",
"href" : "https://servername/fscmRestApi/resources/version/maintenanceWorkOrders/300100122328321/child/WorkOrderOperation/300100122328332/child/WorkOrderOperationMaterial/300100122328336",
"name" : "WorkOrderOperationMaterial",
"kind" : "item",
"properties" : {
"changeIndicator" : "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000000178"
}
}, {
"rel" : "canonical",
"href" : "https://servername/fscmRestApi/resources/version/maintenanceWorkOrders/300100122328321/child/WorkOrderOperation/300100122328332/child/WorkOrderOperationMaterial/300100122328336",
"name" : "WorkOrderOperationMaterial",
"kind" : "item"
}, {
"rel" : "parent",
"href" : "https://servername/fscmRestApi/resources/version/maintenanceWorkOrders/300100122328321/child/WorkOrderOperation/300100122328332",
"name" : "WorkOrderOperation",
"kind" : "item"
} ]
} ],
"WorkOrderOperationResource" : [ {
"WoOperationResourceId" : 300100122328337,
"WoOperationId" : 300100122328332,
"OperationSequenceNumber" : null,
"OperationName" : null,
"WorkOrderId" : null,
"OrganizationId" : 207,
"ResourceSequenceNumber" : 10,
"ResourceCode" : null,
"ResourceType" : null,
"ResourceDescription" : null,
"ResourceId" : 300100071643657,
"UnitOfMeasure" : null,
"WorkCenterName" : null,
"WorkCenterDescription" : null,
"BasisType" : "1",
"ChargeType" : "AUTOMATIC",
"UsageRate" : 1,
"RequiredUsage" : 1,
"PlannedStartDate" : "2017-08-22T09:25:00+00:00",
"PlannedCompletionDate" : "2017-08-22T10:25:00+00:00",
"ScheduledFlag" : false,
"StandardOperationCode" : null,
"StandardOperationId" : null,
"WorkAreaName" : null,
"WorkAreaCode" : null,
"WorkAreaDescription" : null,
"WorkAreaId" : null,
"PrincipalFlag" : null,
"links" : [ {
"rel" : "self",
"href" : "https://servername/fscmRestApi/resources/version/maintenanceWorkOrders/300100122328321/child/WorkOrderOperation/300100122328332/child/WorkOrderOperationResource/300100122328337",
"name" : "WorkOrderOperationResource",
"kind" : "item",
"properties" : {
"changeIndicator" : "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000000178"
}
}, {
"rel" : "canonical",
"href" : "https://servername/fscmRestApi/resources/version/maintenanceWorkOrders/300100122328321/child/WorkOrderOperation/300100122328332/child/WorkOrderOperationResource/300100122328337",
"name" : "WorkOrderOperationResource",
"kind" : "item"
}, {
"rel" : "parent",
"href" : "https://servername/fscmRestApi/resources/version/maintenanceWorkOrders/300100122328321/child/WorkOrderOperation/300100122328332",
"name" : "WorkOrderOperation",
"kind" : "item"
}, {
"rel" : "lov",
"href" : "https://servername/fscmRestApi/resources/version/maintenanceWorkOrders/300100122328321/child/WorkOrderOperation/300100122328332/child/WorkOrderOperationResource/300100122328337/lov/ScheduledIndicatorVA",
"name" : "ScheduledIndicatorVA",
"kind" : "collection"
} ]
} ],
"links" : [ {
"rel" : "self",
"href" : "https://servername/fscmRestApi/resources/version/maintenanceWorkOrders/300100122328321/child/WorkOrderOperation/300100122328332",
"name" : "WorkOrderOperation",
"kind" : "item",
"properties" : {
"changeIndicator" : "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000000178"
}
}, {
"rel" : "canonical",
"href" : "https://servername/fscmRestApi/resources/version/maintenanceWorkOrders/300100122328321/child/WorkOrderOperation/300100122328332",
"name" : "WorkOrderOperation",
"kind" : "item"
}, {
"rel" : "parent",
"href" : "https://servername/fscmRestApi/resources/version/maintenanceWorkOrders/300100122328321",
"name" : "maintenanceWorkOrders",
"kind" : "item"
}, {
"rel" : "child",
"href" : "https://servername/fscmRestApi/resources/version/maintenanceWorkOrders/300100122328321/child/WorkOrderOperation/300100122328332/child/WorkOrderOperationMaterial",
"name" : "WorkOrderOperationMaterial",
"kind" : "collection"
}, {
"rel" : "child",
"href" : "https://servername/fscmRestApi/resources/version/maintenanceWorkOrders/300100122328321/child/WorkOrderOperation/300100122328332/child/WorkOrderOperationResource",
"name" : "WorkOrderOperationResource",
"kind" : "collection"
} ]
} ],
"links" : [ {
"rel" : "self",
"href" : "https://servername/fscmRestApi/resources/version/maintenanceWorkOrders/300100122328321",
"name" : "maintenanceWorkOrders",
"kind" : "item",
"properties" : {
"changeIndicator" : "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000000178"
}
}, {
"rel" : "canonical",
"href" : "https://servername/fscmRestApi/resources/version/maintenanceWorkOrders/300100122328321",
"name" : "maintenanceWorkOrders",
"kind" : "item"
}, {
"rel" : "child",
"href" : "https://servername/fscmRestApi/resources/version/maintenanceWorkOrders/300100122328321/child/WorkOrderOperation",
"name" : "WorkOrderOperation",
"kind" : "collection"
} ]
}