Get all work orders
get
/fscmRestApi/resources/11.13.18.05/maintenanceWorkOrders
Request
Query Parameters
-
expand: string
When this parameter is provided, the specified children are included in the resource payload (instead of just a link). The value of this query parameter is "all" or "". More than one child can be specified using comma as a separator. Example: ?expand=Employees,Localizations. Nested children can also be provided following the format "Child.NestedChild" (Example: ?expand=Employees.Managers). If a nested child is provided (Example: Employees.Managers), the missing children will be processed implicitly. For example, "?expand=Employees.Managers" is the same as "?expand=Employees,Employees.Managers" (which will expand Employees and Managers).
-
fields: string
This parameter filters the resource fields. Only the specified fields are returned, which means that if no fields are specified, no fields are returned (useful to get only the links). If an indirect child resource is provided (Example: Employees.Managers), the missing children will be processed implicitly. For example, "?fields=Employees.Managers:Empname" is the same as "?fields=;Employees:;Employees.Managers:Empname" (which will only return the "Empname" field for Managers). the value of this query parameter is a list of resource fields. The attribute can be a direct (Example: Employees) or indirect (Example: Employees.Managers) child. It cannot be combined with expand query parameter. If both are provided, only fields will be considered.
Format: ?fields=Attribute1,Attribute2
Format for fields in child resource: ?fields=Accessor1:Attribute1,Attribute2 -
finder: string
Used as a predefined finder to search the collection.
Format: ?finder=<finderName>;<variableName>=<variableValue>,<variableName2>=<variableValue2>
The following are the available finder names and corresponding finder variables:- PrimaryKey: Finds resources according to the primary key.
Finder Variables:- WorkOrderId; integer; Value that uniquely identifies the work order.
- WorkOrdersByAsset: Finds resources according to the asset.
Finder Variables:- AssetId; integer; Value that uniquely identifies the asset.
- WorkOrdersByAssetId: Finds work orders according to the asset identifier associated with the work order.
Finder Variables:- AssetId; integer; Unique identifier of the associated asset.
- WorkOrdersByAssetNumber: Finds work orders according to the asset number associated with the work order.
Finder Variables:- AssetNumber; string; Number that identifies the asset.
- WorkOrdersByDocumentReference: Finds work orders according to the document reference for the work order.
Finder Variables:- BindDocNumber; string; Number that identifies the document.
- BindDocType; string; Type of the document.
- WorkOrdersByNoDocumentReference: Finds work orders that don't have any document reference.
Finder Variables:- BindDocType; string; Type of document that's not referenced.
- WorkOrdersByWorkDefinition: Finds resources according to the work definition.
Finder Variables:- WorkDefinitionId; integer; Value that uniquely identifies the work definition.
- WorkOrdersByWorkOrderId: Finds resources according to the work order identifier.
Finder Variables:- WorkOrderId; integer; Value that uniquely identifies the work order.
- WorkordersByWorkOrderNumber: Finds resources according to the work order number.
Finder Variables:- OrganizationId; integer; Value that uniquely identifies the organization.
- WorkOrderNumber; string; Value that uniquely identifies the work order.
- PrimaryKey: Finds resources according to the primary key.
-
limit: integer
This parameter restricts the number of resources returned inside the resource collection. If the limit exceeds the resource count then the framework will only return the available resources.
-
links: string
This parameter can be used to show only certain links while accessing a singular resource or a resource collection. The parameter value format is a comma-separated list of : <link_relation>
Example:
self,canonical -
offset: integer
Used to define the starting position of the resource collection. If offset exceeds the resource count then no resources are returned. Default value is 0.
-
onlyData: boolean
The resource item payload will be filtered in order to contain only data (no links section, for example).
-
orderBy: string
This parameter orders a resource collection based on the specified fields. The parameter value is a comma-separated string of attribute names, each optionally followed by a colon and "asc" or "desc". Specify "asc" for ascending and "desc" for descending. The default value is "asc". For example, ?orderBy=field1:asc,field2:desc
-
q: string
This query parameter defines the where clause. The resource collection will be queried using the provided expressions. The value of this query parameter is one or more expressions. Example: ?q=Deptno>=10 and <= 30;Loc!=NY
Format: ?q=expression1;expression2
You can use these queryable attributes to filter this collection resource using the q query parameter:- ActualCompletionDate; string; Date 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 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; Contains 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; Contains 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; Contains 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.
- AssetRouteCode; string; Code or alternate primary key for the logical hierarchy.
- AssetRouteDescription; string; The detailed description of the logical hierarchy.
- AssetRouteId; integer; Represents the reference identifier for the asset route.
- AssetRouteName; string; The name of the logical hierarchy.
- CanceledDate; string; Date when the work order was canceled.
- CanceledReason; string; Value 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 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.
- CompletionLocatorId; integer; Value that uniquely identifies the locator. It's a primary key that the application generates when it creates the locator.
- CompletionSubinventoryCode; string; Completion subinventory to use, by default, during completion of asset to inventory. Applicable only if the work order has AllowCompletionToInventoryFlag as true.
- DefaultSupplyType; string; Meaning of the default supply type. The supply types are Assembly Pull, Operation Pull, Push, and Phantom.
- DefaultSupplyTypeCode; string; Abbreviation for the default supply type.
- FirmPlannedFlag; boolean; Value 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.
- ForecastDate; string; Date on which the forecast is due.
- GroupCode; string; Represents the user key for the work order group entity.
- GroupDescription; string; Indicates the description of the work order group.
- GroupName; string; Represents the name of the work order group.
- HCMSchedulerEnabledFlag; boolean; Contains one of the following values: true or false. If true, WFM is enabled for the Work Order organization in the plant parameter setup.
- IncludeInPlanningFlag; boolean; Contains one of the following values: true or false. If true, then the work order is considered for inventory planning processes. If false, then the work order isn't considered for inventory planning processes. The default value is false. This value can be updated until the work order is completed.
- InventoryItemId; integer; Value 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.
- ItemDescription; string; Description of the item that the work order asset references. This is a read-only attribute.
- 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.
- LocatorControlFlag; boolean; Indicates if the item is locator controlled. Values are true or false.
- LotNumber; string; 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.
- MaintenanceProgramCode; string; Abbreviation that uniquely identifies the maintenance program. The value is read only.
- MaintenanceProgramDescription; string; Description of the maintenance program. The value is read only.
- MaintenanceProgramId; integer; Value that uniquely identifies the maintenance program that is the source of the work order. The value is read only.
- MaintenanceProgramName; string; Name of the maintenance program. The value is read only.
- MatchToTransactionCodeFlag; boolean; Contains 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; Description of a work definition. This attribute is read-only.
- MntWorkDefinitionName; string; Name of a work definition. This attribute is read-only.
- OrganizationCode; string; Abbreviation 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; 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; Number that identifies the project.
- PjcTaskNumber; string; Number that identifies the task.
- PlannedCompletionDate; string; Date 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 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; Planned 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.
- ReleasedDate; string; Date 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; Contains 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.
- RouteCompletionCode; string; Route completion code. Valid values are 'Automatic' or 'Manual', as defined in the lookup ORA_MNT_MX_PROGRAM_WO_CREATE. If set to 'Automatic', route assets do not need to be marked as complete or skipped during work order reporting. If set to 'Manual', route assets must be marked as complete or skipped during work order reporting.
- RouteFlag; boolean; Indicates whether the work order is created for an asset route. Contains one of the following values: true or false. If true, a work order is created for the route asset hierarchy. The default value is false.
- RouteSkipAllowedFlag; boolean; Contains one of the following values: true or false. If true, assets can optionally be marked as skipped during work order reporting. If false, all assets must be marked as complete during work order reporting. The default value is false
- SchedulingMethod; string; Value 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; Serial number of an asset. The value is read only.
- SourceHeaderReference; string; Reference to the work order header in the source system.
- SourceHeaderReferenceId; integer; Value that uniquely identifies the work order header in the source system.
- SourceLineReference; string; Reference to the work order line in the source system.
- SourceLineReferenceId; integer; Value that uniquely identifies the work order line in the source system.
- SourceSystemCode; string; Abbreviation that uniquely identifies the source system in which the work order is executed.
- SourceSystemId; integer; Value that uniquely identifies the source system.
- SourceSystemType; string; Type of source system. Values include INTERNAL or EXTERNAL.
- SystemStatus; string; Meaning of the work order system status code. The attribute is read only.
- SystemStatusCode; string; Abbreviation that identifies the work order system status code. The list of valid values is defined in the WIE_WO_STATUSES_B table. The attribute is read only.
- TargetItemId; integer; Value that uniquely identifies the item that will be used work order asset transformation. The target item is applicable for both single asset and multiple asset maintenance work orders, however it's optional attribute. If a work order has a value for target item, then it's for asset transformation and when the work order is completed the asset will be updated with the target item.
- UOMCode; string; Abbreviation that identifies the primary unit of measure (UOM) of the work order item.
- UnitOfMeasure; string; Meaning of the primary unit of measure (UOM) of the work order item.
- WarrantyRepairFlag; boolean; Contains 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; Unique identifier of the maintenance work definition names record.
- WoGroupId; integer; The unique identifier for a work order group record. Its value is an application-generated, unique ID.
- WorkDefinitionAsOfDateMnt; string; As-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; Value 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; Version of a work definition. This attribute is read-only.
- WorkDefinitionVersionId; integer; Value 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; Abbreviation 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.
- WorkOrderAssetId; 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.
- WorkOrderDescription; string; Description 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.
- WorkOrderId; integer; 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; Number 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.
- WorkOrderPriority; number; Number that indicates the priority of the work order. This attribute is optional to create the work order.
- WorkOrderStatus; string; Meaning of the work order status code. The value is read only.
- WorkOrderStatusCode; string; Abbreviation 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; Value that uniquely identifies the work order status.
- WorkOrderSubType; string; Meaning of the work order subtype code. The value is read only.
- WorkOrderSubTypeCode; string; Abbreviation 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; Meaning of the work order type code. The value is read only.
- WorkOrderTypeCode; string; Abbreviation 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.
-
totalResults: boolean
The resource collection representation will include the "estimated row count" when "?totalResults=true", otherwise the count is not included. The default value is "false".
Header Parameters
-
Metadata-Context: string
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: string
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.
There's no request body for this operation.
Back to TopResponse
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
Type:
Show Source
object-
count(required): integer
The number of resource instances returned in the current range.
-
hasMore(required): boolean
Indicates whether more resources are available on the server than the subset returned in the response. If the value is true, then there are more resources to retrieve from the server. The default value is false.
-
items: array
Items
Title:
ItemsThe items in the collection. -
limit(required): integer
The actual paging size used by the server.
-
links(required): array
Links
Title:
LinksThe link relations associated with the resource instance. -
offset(required): integer
The offset value used in the current page.
-
totalResults: integer
The estimated row count when "?totalResults=true", otherwise the count is not included.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested 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.
-
AssetRouteCode: string
Title:
CodeRead Only:trueMaximum Length:30Code or alternate primary key for the logical hierarchy. -
AssetRouteDescription: string
Title:
DescriptionRead Only:trueMaximum Length:240The detailed description of the logical hierarchy. -
AssetRouteId: integer
(int64)
Read Only:
trueRepresents the reference identifier for the asset route. -
AssetRouteName: string
Title:
NameRead Only:trueMaximum Length:120The name of the logical hierarchy. -
attachments: array
Attachments
Title:
AttachmentsThe Attachments resource is used to view, create, and update attachments. -
CanceledDate: string
(date-time)
Title:
Canceled DateDate when the work order was canceled. -
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. -
DefaultSupplyType: string
Read Only:
trueMaximum Length:255Meaning of the default supply type. The supply types are Assembly Pull, Operation Pull, Push, and Phantom. -
DefaultSupplyTypeCode: string
Title:
Default Supply TypeMaximum Length:30Abbreviation for the default supply type. -
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. -
ForecastDate: string
(date)
Read Only:
trueDate on which the forecast is due. -
GroupCode: string
Read Only:
trueMaximum Length:30Represents the user key for the work order group entity. -
GroupDescription: string
Read Only:
trueMaximum Length:240Indicates the description of the work order group. -
GroupName: string
Read Only:
trueMaximum Length:120Represents the name of the work order group. -
HCMSchedulerEnabledFlag: boolean
Read Only:
trueMaximum Length:1Contains one of the following values: true or false. If true, WFM is enabled for the Work Order organization in the plant parameter setup. -
IncludeInPlanningFlag: boolean
Title:
Include in planningMaximum Length:1Contains one of the following values: true or false. If true, then the work order is considered for inventory planning processes. If false, then the work order isn't considered for inventory planning processes. The default value is false. This value can be updated until the work order is completed. -
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. -
ItemDescription: string
Title:
Item DescriptionRead Only:trueMaximum Length:240Description of the item that the work order asset references. This is a read-only attribute. -
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:
Maintenance ProgramRead 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. -
RouteAssets: array
Route Assets
Title:
Route AssetsAsset route required for the work order. -
RouteCompletionCode: string
Read Only:
trueMaximum Length:30Route completion code. Valid values are 'Automatic' or 'Manual', as defined in the lookup ORA_MNT_MX_PROGRAM_WO_CREATE. If set to 'Automatic', route assets do not need to be marked as complete or skipped during work order reporting. If set to 'Manual', route assets must be marked as complete or skipped during work order reporting. -
RouteFlag: boolean
Read Only:
trueMaximum Length:1Indicates whether the work order is created for an asset route. Contains one of the following values: true or false. If true, a work order is created for the route asset hierarchy. The default value is false. -
RouteSkipAllowedFlag: boolean
Read Only:
trueMaximum Length:1Contains one of the following values: true or false. If true, assets can optionally be marked as skipped during work order reporting. If false, all assets must be marked as complete during work order reporting. The default value is false -
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. -
SystemStatus: string
Read Only:
trueMaximum Length:255Meaning of the work order system status code. The attribute is read only. -
SystemStatusCode: string
Title:
System Status CodeRead Only:trueMaximum Length:30Abbreviation that identifies the work order system status code. The list of valid values is defined in the WIE_WO_STATUSES_B table. The attribute is read only. -
TargetItemDescription: string
Read Only:
trueMaximum Length:240Description of the target item number associated to the work order. This is read-only attribute. -
TargetItemId: integer
(int64)
Title:
Target ItemValue that uniquely identifies the item that will be used work order asset transformation. The target item is applicable for both single asset and multiple asset maintenance work orders, however it's optional attribute. If a work order has a value for target item, then it's for asset transformation and when the work order is completed the asset will be updated with the target item. -
TargetItemNumber: string
Maximum Length:
300Number that uniquely identifies the item that will be used work order asset transformation. The target item is applicable for both single asset and multiple asset maintenance work orders, however it's optional attribute. If a work order has a value for target item, then it's for asset transformation and when the work order is completed the asset will be updated with the target item. -
TransformWorkOrderFlag: boolean
Read Only:
trueMaximum Length:1Contains one of the following values: true or false. If true, then the work order is considered as transform order. If false, then the work order isn't a transform order. This is a derived value and can't be updated. -
UnitOfMeasure: string
Read Only:
trueMaximum Length:255Meaning of the primary unit of measure (UOM) of the work order item. -
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. -
WoGroupId: integer
(int64)
Read Only:
trueThe unique identifier for a work order group record. Its value is an application-generated, unique ID. -
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 that a 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:
Work Order SubtypeRead 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:
Work Order TypeRead 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
-
Array of:
object Discriminator: __FLEX_Context
Discriminator:
{ "propertyName":"__FLEX_Context", "mapping":{ "AP_Distribution_Sets":"#/components/schemas/oracle_apps_flex_scm_commonWorkExecution_workOrders_pjcWorkOrder_view_PJCDFFAP__5FDistribution__5FSetsVO-item-response", "AP_Invoice_Distribution":"#/components/schemas/oracle_apps_flex_scm_commonWorkExecution_workOrders_pjcWorkOrder_view_PJCDFFAP__5FInvoice__5FDistributionVO-item-response", "AP_Invoice_Line":"#/components/schemas/oracle_apps_flex_scm_commonWorkExecution_workOrders_pjcWorkOrder_view_PJCDFFAP__5FInvoice__5FLineVO-item-response", "EXM_Expense_Report":"#/components/schemas/oracle_apps_flex_scm_commonWorkExecution_workOrders_pjcWorkOrder_view_PJCDFFEXM__5FExpense__5FReportVO-item-response", "EXM_Expense_Report_Line":"#/components/schemas/oracle_apps_flex_scm_commonWorkExecution_workOrders_pjcWorkOrder_view_PJCDFFEXM__5FExpense__5FReport__5FLineVO-item-response", "INV_Misc_Transactions":"#/components/schemas/oracle_apps_flex_scm_commonWorkExecution_workOrders_pjcWorkOrder_view_PJCDFFINV__5FMisc__5FTransactionsVO-item-response", "OM_Sales_Order":"#/components/schemas/oracle_apps_flex_scm_commonWorkExecution_workOrders_pjcWorkOrder_view_PJCDFFOM__5FSales__5FOrderVO-item-response", "PJC_All":"#/components/schemas/oracle_apps_flex_scm_commonWorkExecution_workOrders_pjcWorkOrder_view_PJCDFFPJC__5FAllVO-item-response", "PJC_Expenditure_Batch":"#/components/schemas/oracle_apps_flex_scm_commonWorkExecution_workOrders_pjcWorkOrder_view_PJCDFFPJC__5FExpenditure__5FBatchVO-item-response", "POR_Requisition":"#/components/schemas/oracle_apps_flex_scm_commonWorkExecution_workOrders_pjcWorkOrder_view_PJCDFFPOR__5FRequisitionVO-item-response", "POR_User_Preferences":"#/components/schemas/oracle_apps_flex_scm_commonWorkExecution_workOrders_pjcWorkOrder_view_PJCDFFPOR__5FUser__5FPreferencesVO-item-response", "PO_Purchase_Order":"#/components/schemas/oracle_apps_flex_scm_commonWorkExecution_workOrders_pjcWorkOrder_view_PJCDFFPO__5FPurchase__5FOrderVO-item-response", "PO_Purchase_Order_Line":"#/components/schemas/oracle_apps_flex_scm_commonWorkExecution_workOrders_pjcWorkOrder_view_PJCDFFPO__5FPurchase__5FOrder__5FLineVO-item-response", "PO_Purchase_Order_Schedule":"#/components/schemas/oracle_apps_flex_scm_commonWorkExecution_workOrders_pjcWorkOrder_view_PJCDFFPO__5FPurchase__5FOrder__5FScheduleVO-item-response" } }
Nested Schema : Route Assets
Type:
arrayTitle:
Route AssetsAsset route required for the work order.
Show Source
Nested Schema : Assets
Type:
arrayTitle:
AssetsThe assets that a 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. -
DocumentPreviewURL: string
Read Only:
trueMaximum Length:255Indicates the Preview content of the Document -
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:
PostProcessingActionIndicates the Post Processsing Action -
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 : Discriminator: __FLEX_Context
Type:
objectDiscriminator: __FLEX_Context
Discriminator Values
- AP_Distribution_Sets
- AP_Invoice_Distribution
- AP_Invoice_Line
- EXM_Expense_Report
- EXM_Expense_Report_Line
- INV_Misc_Transactions
- OM_Sales_Order
- PJC_All
- PJC_Expenditure_Batch
- POR_Requisition
- POR_User_Preferences
- PO_Purchase_Order
- PO_Purchase_Order_Line
- PO_Purchase_Order_Schedule
Match One Schema
Show Source
-
AP_Distribution_Sets -
object
oracle_apps_flex_scm_commonWorkExecution_workOrders_pjcWorkOrder_view_PJCDFFAP__5FDistribution__5FSetsVO-item-response
-
AP_Invoice_Distribution -
object
oracle_apps_flex_scm_commonWorkExecution_workOrders_pjcWorkOrder_view_PJCDFFAP__5FInvoice__5FDistributionVO-item-response
-
AP_Invoice_Line -
object
oracle_apps_flex_scm_commonWorkExecution_workOrders_pjcWorkOrder_view_PJCDFFAP__5FInvoice__5FLineVO-item-response
-
EXM_Expense_Report -
object
oracle_apps_flex_scm_commonWorkExecution_workOrders_pjcWorkOrder_view_PJCDFFEXM__5FExpense__5FReportVO-item-response
-
EXM_Expense_Report_Line -
object
oracle_apps_flex_scm_commonWorkExecution_workOrders_pjcWorkOrder_view_PJCDFFEXM__5FExpense__5FReport__5FLineVO-item-response
-
INV_Misc_Transactions -
object
oracle_apps_flex_scm_commonWorkExecution_workOrders_pjcWorkOrder_view_PJCDFFINV__5FMisc__5FTransactionsVO-item-response
-
OM_Sales_Order -
object
oracle_apps_flex_scm_commonWorkExecution_workOrders_pjcWorkOrder_view_PJCDFFOM__5FSales__5FOrderVO-item-response
-
PJC_All -
object
oracle_apps_flex_scm_commonWorkExecution_workOrders_pjcWorkOrder_view_PJCDFFPJC__5FAllVO-item-response
-
PJC_Expenditure_Batch -
object
oracle_apps_flex_scm_commonWorkExecution_workOrders_pjcWorkOrder_view_PJCDFFPJC__5FExpenditure__5FBatchVO-item-response
-
POR_Requisition -
object
oracle_apps_flex_scm_commonWorkExecution_workOrders_pjcWorkOrder_view_PJCDFFPOR__5FRequisitionVO-item-response
-
POR_User_Preferences -
object
oracle_apps_flex_scm_commonWorkExecution_workOrders_pjcWorkOrder_view_PJCDFFPOR__5FUser__5FPreferencesVO-item-response
-
PO_Purchase_Order -
object
oracle_apps_flex_scm_commonWorkExecution_workOrders_pjcWorkOrder_view_PJCDFFPO__5FPurchase__5FOrderVO-item-response
-
PO_Purchase_Order_Line -
object
oracle_apps_flex_scm_commonWorkExecution_workOrders_pjcWorkOrder_view_PJCDFFPO__5FPurchase__5FOrder__5FLineVO-item-response
-
PO_Purchase_Order_Schedule -
object
oracle_apps_flex_scm_commonWorkExecution_workOrders_pjcWorkOrder_view_PJCDFFPO__5FPurchase__5FOrder__5FScheduleVO-item-response
Nested Schema : oracle_apps_flex_scm_commonWorkExecution_workOrders_pjcWorkOrder_view_PJCDFFAP__5FDistribution__5FSetsVO-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context ValueRead Only:trueMaximum Length:40Default Value:AP_Distribution_SetsDescriptive flexfield context name for work order project details. This attribute is associated with a feature that requires opt in. -
__FLEX_Context_DisplayValue: string
Title:
Context ValueDescriptive flexfield context display value for work order project details. This attribute is associated with a feature that requires opt in. -
_BILLABLE_FLAG: string
Title:
BillableMaximum Length:1Billable -
_BILLABLE_FLAG_Display: string
Title:
BillableBillable -
_CAPITALIZABLE_FLAG: string
Title:
CapitalizableMaximum Length:1Capitalizable -
_CAPITALIZABLE_FLAG_Display: string
Title:
CapitalizableCapitalizable -
_CONTRACT_ID: integer
(int64)
Title:
Contract NumberContract Number -
_CONTRACT_ID_Display: string
Title:
Contract NumberContract Number -
_EXPENDITURE_TYPE_ID: integer
(int64)
Title:
Expenditure TypeExpenditure Type -
_EXPENDITURE_TYPE_ID_Display: string
Title:
Expenditure TypeExpenditure Type -
_ORGANIZATION_ID: integer
(int64)
Title:
Expenditure OrganizationExpenditure Organization -
_ORGANIZATION_ID_Display: string
Title:
Expenditure OrganizationExpenditure Organization -
_PROJECT_ID: integer
(int64)
Title:
Project NumberProject Number -
_PROJECT_ID_Display: string
Title:
Project NumberProject Number -
_RESERVED_ATTRIBUTE1: string
Title:
Funding SourceMaximum Length:150Funding Source -
_RESERVED_ATTRIBUTE1_Display: string
Title:
Funding SourceFunding Source -
_TASK_ID: integer
(int64)
Title:
Task NumberTask Number -
_TASK_ID_Display: string
Title:
Task NumberTask Number -
_WORK_TYPE_ID: integer
(int64)
Title:
Work TypeWork Type -
_WORK_TYPE_ID_Display: string
Title:
Work TypeWork Type -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
WorkOrderId: integer
(int64)
Value that uniquely identifies the work order. It's a primary key that the application generates when it creates the work order. This attribute is associated with a feature that requires opt in.
Nested Schema : oracle_apps_flex_scm_commonWorkExecution_workOrders_pjcWorkOrder_view_PJCDFFAP__5FInvoice__5FDistributionVO-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context ValueRead Only:trueMaximum Length:40Default Value:AP_Invoice_DistributionDescriptive flexfield context name for work order project details. This attribute is associated with a feature that requires opt in. -
__FLEX_Context_DisplayValue: string
Title:
Context ValueDescriptive flexfield context display value for work order project details. This attribute is associated with a feature that requires opt in. -
_BILLABLE_FLAG: string
Title:
BillableMaximum Length:1Billable -
_BILLABLE_FLAG_Display: string
Title:
BillableBillable -
_CAPITALIZABLE_FLAG: string
Title:
CapitalizableMaximum Length:1Capitalizable -
_CAPITALIZABLE_FLAG_Display: string
Title:
CapitalizableCapitalizable -
_CONTRACT_ID: integer
(int64)
Title:
Contract NumberContract Number -
_CONTRACT_ID_Display: string
Title:
Contract NumberContract Number -
_EXPENDITURE_ITEM_DATE: string
(date)
Title:
Expenditure Item DateExpenditure Item Date -
_EXPENDITURE_TYPE_ID: integer
(int64)
Title:
Expenditure TypeExpenditure Type -
_EXPENDITURE_TYPE_ID_Display: string
Title:
Expenditure TypeExpenditure Type -
_ORGANIZATION_ID: integer
(int64)
Title:
Expenditure OrganizationExpenditure Organization -
_ORGANIZATION_ID_Display: string
Title:
Expenditure OrganizationExpenditure Organization -
_PROJECT_ID: integer
(int64)
Title:
Project NumberProject Number -
_PROJECT_ID_Display: string
Title:
Project NumberProject Number -
_RESERVED_ATTRIBUTE1: string
Title:
Funding SourceMaximum Length:150Funding Source -
_RESERVED_ATTRIBUTE1_Display: string
Title:
Funding SourceFunding Source -
_TASK_ID: integer
(int64)
Title:
Task NumberTask Number -
_TASK_ID_Display: string
Title:
Task NumberTask Number -
_WORK_TYPE_ID: integer
(int64)
Title:
Work TypeWork Type -
_WORK_TYPE_ID_Display: string
Title:
Work TypeWork Type -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
WorkOrderId: integer
(int64)
Value that uniquely identifies the work order. It's a primary key that the application generates when it creates the work order. This attribute is associated with a feature that requires opt in.
Nested Schema : oracle_apps_flex_scm_commonWorkExecution_workOrders_pjcWorkOrder_view_PJCDFFAP__5FInvoice__5FLineVO-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context ValueRead Only:trueMaximum Length:40Default Value:AP_Invoice_LineDescriptive flexfield context name for work order project details. This attribute is associated with a feature that requires opt in. -
__FLEX_Context_DisplayValue: string
Title:
Context ValueDescriptive flexfield context display value for work order project details. This attribute is associated with a feature that requires opt in. -
_BILLABLE_FLAG: string
Title:
BillableMaximum Length:1Billable -
_BILLABLE_FLAG_Display: string
Title:
BillableBillable -
_CAPITALIZABLE_FLAG: string
Title:
CapitalizableMaximum Length:1Capitalizable -
_CAPITALIZABLE_FLAG_Display: string
Title:
CapitalizableCapitalizable -
_CONTRACT_ID: integer
(int64)
Title:
Contract NumberContract Number -
_CONTRACT_ID_Display: string
Title:
Contract NumberContract Number -
_EXPENDITURE_ITEM_DATE: string
(date)
Title:
Expenditure Item DateExpenditure Item Date -
_EXPENDITURE_TYPE_ID: integer
(int64)
Title:
Expenditure TypeExpenditure Type -
_EXPENDITURE_TYPE_ID_Display: string
Title:
Expenditure TypeExpenditure Type -
_ORGANIZATION_ID: integer
(int64)
Title:
Expenditure OrganizationExpenditure Organization -
_ORGANIZATION_ID_Display: string
Title:
Expenditure OrganizationExpenditure Organization -
_PROJECT_ID: integer
(int64)
Title:
Project NumberProject Number -
_PROJECT_ID_Display: string
Title:
Project NumberProject Number -
_RESERVED_ATTRIBUTE1: string
Title:
Funding SourceMaximum Length:150Funding Source -
_RESERVED_ATTRIBUTE1_Display: string
Title:
Funding SourceFunding Source -
_TASK_ID: integer
(int64)
Title:
Task NumberTask Number -
_TASK_ID_Display: string
Title:
Task NumberTask Number -
_WORK_TYPE_ID: integer
(int64)
Title:
Work TypeWork Type -
_WORK_TYPE_ID_Display: string
Title:
Work TypeWork Type -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
WorkOrderId: integer
(int64)
Value that uniquely identifies the work order. It's a primary key that the application generates when it creates the work order. This attribute is associated with a feature that requires opt in.
Nested Schema : oracle_apps_flex_scm_commonWorkExecution_workOrders_pjcWorkOrder_view_PJCDFFEXM__5FExpense__5FReportVO-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context ValueRead Only:trueMaximum Length:40Default Value:EXM_Expense_ReportDescriptive flexfield context name for work order project details. This attribute is associated with a feature that requires opt in. -
__FLEX_Context_DisplayValue: string
Title:
Context ValueDescriptive flexfield context display value for work order project details. This attribute is associated with a feature that requires opt in. -
_BILLABLE_FLAG: string
Title:
BillableMaximum Length:1Billable -
_BILLABLE_FLAG_Display: string
Title:
BillableBillable -
_CAPITALIZABLE_FLAG: string
Title:
CapitalizableMaximum Length:1Capitalizable -
_CAPITALIZABLE_FLAG_Display: string
Title:
CapitalizableCapitalizable -
_CONTRACT_ID: integer
(int64)
Title:
Contract NumberContract Number -
_CONTRACT_ID_Display: string
Title:
Contract NumberContract Number -
_EXPENDITURE_ITEM_DATE: string
(date)
Title:
Expenditure Item DateExpenditure Item Date -
_EXPENDITURE_TYPE_ID: integer
(int64)
Title:
Expenditure TypeExpenditure Type -
_ORGANIZATION_ID: integer
(int64)
Title:
Expenditure OrganizationExpenditure Organization -
_ORGANIZATION_ID_Display: string
Title:
Expenditure OrganizationExpenditure Organization -
_PROJECT_ID: integer
(int64)
Title:
Project NumberProject Number -
_PROJECT_ID_Display: string
Title:
Project NumberProject Number -
_RESERVED_ATTRIBUTE1: string
Title:
Funding SourceMaximum Length:150Funding Source -
_RESERVED_ATTRIBUTE1_Display: string
Title:
Funding SourceFunding Source -
_TASK_ID: integer
(int64)
Title:
Task NumberTask Number -
_TASK_ID_Display: string
Title:
Task NumberTask Number -
_WORK_TYPE_ID: integer
(int64)
Title:
Work TypeWork Type -
_WORK_TYPE_ID_Display: string
Title:
Work TypeWork Type -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
WorkOrderId: integer
(int64)
Value that uniquely identifies the work order. It's a primary key that the application generates when it creates the work order. This attribute is associated with a feature that requires opt in.
Nested Schema : oracle_apps_flex_scm_commonWorkExecution_workOrders_pjcWorkOrder_view_PJCDFFEXM__5FExpense__5FReport__5FLineVO-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context ValueRead Only:trueMaximum Length:40Default Value:EXM_Expense_Report_LineDescriptive flexfield context name for work order project details. This attribute is associated with a feature that requires opt in. -
__FLEX_Context_DisplayValue: string
Title:
Context ValueDescriptive flexfield context display value for work order project details. This attribute is associated with a feature that requires opt in. -
_BILLABLE_FLAG: string
Title:
BillableMaximum Length:1Billable -
_BILLABLE_FLAG_Display: string
Title:
BillableBillable -
_CAPITALIZABLE_FLAG: string
Title:
CapitalizableMaximum Length:1Capitalizable -
_CAPITALIZABLE_FLAG_Display: string
Title:
CapitalizableCapitalizable -
_CONTRACT_ID: integer
(int64)
Title:
Contract NumberContract Number -
_CONTRACT_ID_Display: string
Title:
Contract NumberContract Number -
_EXPENDITURE_ITEM_DATE: string
(date)
Title:
Expenditure Item DateExpenditure Item Date -
_EXPENDITURE_TYPE_ID: integer
(int64)
Title:
Expenditure TypeExpenditure Type -
_ORGANIZATION_ID: integer
(int64)
Title:
Expenditure OrganizationExpenditure Organization -
_ORGANIZATION_ID_Display: string
Title:
Expenditure OrganizationExpenditure Organization -
_PROJECT_ID: integer
(int64)
Title:
Project NumberProject Number -
_PROJECT_ID_Display: string
Title:
Project NumberProject Number -
_RESERVED_ATTRIBUTE1: string
Title:
Funding SourceMaximum Length:150Funding Source -
_RESERVED_ATTRIBUTE1_Display: string
Title:
Funding SourceFunding Source -
_TASK_ID: integer
(int64)
Title:
Task NumberTask Number -
_TASK_ID_Display: string
Title:
Task NumberTask Number -
_WORK_TYPE_ID: integer
(int64)
Title:
Work TypeWork Type -
_WORK_TYPE_ID_Display: string
Title:
Work TypeWork Type -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
WorkOrderId: integer
(int64)
Value that uniquely identifies the work order. It's a primary key that the application generates when it creates the work order. This attribute is associated with a feature that requires opt in.
Nested Schema : oracle_apps_flex_scm_commonWorkExecution_workOrders_pjcWorkOrder_view_PJCDFFINV__5FMisc__5FTransactionsVO-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context ValueRead Only:trueMaximum Length:40Default Value:INV_Misc_TransactionsDescriptive flexfield context name for work order project details. This attribute is associated with a feature that requires opt in. -
__FLEX_Context_DisplayValue: string
Title:
Context ValueDescriptive flexfield context display value for work order project details. This attribute is associated with a feature that requires opt in. -
_BILLABLE_FLAG: string
Title:
BillableMaximum Length:1Billable -
_BILLABLE_FLAG_Display: string
Title:
BillableBillable -
_CAPITALIZABLE_FLAG: string
Title:
CapitalizableMaximum Length:1Capitalizable -
_CAPITALIZABLE_FLAG_Display: string
Title:
CapitalizableCapitalizable -
_CONTRACT_ID: integer
(int64)
Title:
Contract NumberContract Number -
_CONTRACT_ID_Display: string
Title:
Contract NumberContract Number -
_EXPENDITURE_ITEM_DATE: string
(date)
Title:
Expenditure Item DateExpenditure Item Date -
_EXPENDITURE_TYPE_ID: integer
(int64)
Title:
Expenditure TypeExpenditure Type -
_EXPENDITURE_TYPE_ID_Display: string
Title:
Expenditure TypeExpenditure Type -
_ORGANIZATION_ID: integer
(int64)
Title:
Expenditure OrganizationExpenditure Organization -
_ORGANIZATION_ID_Display: string
Title:
Expenditure OrganizationExpenditure Organization -
_PROJECT_ID: integer
(int64)
Title:
Project NumberProject Number -
_PROJECT_ID_Display: string
Title:
Project NumberProject Number -
_RESERVED_ATTRIBUTE1: string
Title:
Funding SourceMaximum Length:150Funding Source -
_RESERVED_ATTRIBUTE1_Display: string
Title:
Funding SourceFunding Source -
_TASK_ID: integer
(int64)
Title:
Task NumberTask Number -
_TASK_ID_Display: string
Title:
Task NumberTask Number -
_WORK_TYPE_ID: integer
(int64)
Title:
Work TypeWork Type -
_WORK_TYPE_ID_Display: string
Title:
Work TypeWork Type -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
WorkOrderId: integer
(int64)
Value that uniquely identifies the work order. It's a primary key that the application generates when it creates the work order. This attribute is associated with a feature that requires opt in.
Nested Schema : oracle_apps_flex_scm_commonWorkExecution_workOrders_pjcWorkOrder_view_PJCDFFOM__5FSales__5FOrderVO-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context ValueRead Only:trueMaximum Length:40Default Value:OM_Sales_OrderDescriptive flexfield context name for work order project details. This attribute is associated with a feature that requires opt in. -
__FLEX_Context_DisplayValue: string
Title:
Context ValueDescriptive flexfield context display value for work order project details. This attribute is associated with a feature that requires opt in. -
billableFlag: string
Title:
BillableMaximum Length:1Billable -
billableFlag_Display: string
Title:
BillableBillable -
capitalizableFlag: string
Title:
CapitalizableMaximum Length:1Capitalizable -
capitalizableFlag_Display: string
Title:
CapitalizableCapitalizable -
contractId: integer
(int64)
Title:
Contract NumberContract Number -
contractId_Display: string
Title:
Contract NumberContract Number -
expenditureItemDate: string
(date)
Title:
Expenditure Item DateExpenditure Item Date -
expenditureTypeId: integer
(int64)
Title:
Expenditure TypeExpenditure Type -
expenditureTypeId_Display: string
Title:
Expenditure TypeExpenditure Type -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
organizationId: integer
(int64)
Title:
Expenditure OrganizationExpenditure Organization -
organizationId_Display: string
Title:
Expenditure OrganizationExpenditure Organization -
projectId: integer
(int64)
Title:
Project NumberProject Number -
projectId_Display: string
Title:
Project NumberProject Number -
reservedAttribute1: string
Title:
Funding SourceMaximum Length:150Funding Source -
reservedAttribute1_Display: string
Title:
Funding SourceFunding Source -
taskId: integer
(int64)
Title:
Task NumberTask Number -
taskId_Display: string
Title:
Task NumberTask Number -
WorkOrderId: integer
(int64)
Value that uniquely identifies the work order. It's a primary key that the application generates when it creates the work order. This attribute is associated with a feature that requires opt in.
-
workTypeId: integer
(int64)
Title:
Work TypeWork Type -
workTypeId_Display: string
Title:
Work TypeWork Type
Nested Schema : oracle_apps_flex_scm_commonWorkExecution_workOrders_pjcWorkOrder_view_PJCDFFPJC__5FAllVO-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context ValueRead Only:trueMaximum Length:40Default Value:PJC_AllDescriptive flexfield context name for work order project details. This attribute is associated with a feature that requires opt in. -
__FLEX_Context_DisplayValue: string
Title:
Context ValueDescriptive flexfield context display value for work order project details. This attribute is associated with a feature that requires opt in. -
_BILLABLE_FLAG: string
Title:
BillableMaximum Length:1Billable -
_BILLABLE_FLAG_DisplayValue: string
Title:
BillableBillable -
_CAPITALIZABLE_FLAG: string
Title:
CapitalizableMaximum Length:1Capitalizable -
_CAPITALIZABLE_FLAG_DisplayValue: string
Title:
CapitalizableCapitalizable -
_CONTRACT_ID: integer
(int64)
Title:
Contract NumberContract Number -
_CONTRACT_ID_Display: string
Title:
Contract NumberContract Number -
_EXPENDITURE_ITEM_DATE: string
(date)
Title:
Expenditure Item DateExpenditure Item Date -
_EXPENDITURE_TYPE_ID: integer
(int64)
Title:
Expenditure TypeExpenditure Type -
_EXPENDITURE_TYPE_ID_Display: string
Title:
Expenditure TypeExpenditure Type -
_ORGANIZATION_ID: integer
(int64)
Title:
Expenditure OrganizationExpenditure Organization -
_ORGANIZATION_ID_Display: string
Title:
Expenditure OrganizationExpenditure Organization -
_PROJECT_ID: integer
(int64)
Title:
Project NumberProject Number -
_PROJECT_ID_Display: string
Title:
Project NumberProject Number -
_RESERVED_ATTRIBUTE1: string
Title:
Funding SourceMaximum Length:150Funding Source -
_RESERVED_ATTRIBUTE1_Display: string
Title:
Funding SourceFunding Source -
_TASK_ID: integer
(int64)
Title:
Task NumberTask Number -
_TASK_ID_Display: string
Title:
Task NumberTask Number -
_WORK_TYPE_ID: integer
(int64)
Title:
Work TypeWork Type -
_WORK_TYPE_ID_Display: string
Title:
Work TypeWork Type -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
WorkOrderId: integer
(int64)
Value that uniquely identifies the work order. It's a primary key that the application generates when it creates the work order. This attribute is associated with a feature that requires opt in.
Nested Schema : oracle_apps_flex_scm_commonWorkExecution_workOrders_pjcWorkOrder_view_PJCDFFPJC__5FExpenditure__5FBatchVO-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context ValueRead Only:trueMaximum Length:40Default Value:PJC_Expenditure_BatchDescriptive flexfield context name for work order project details. This attribute is associated with a feature that requires opt in. -
__FLEX_Context_DisplayValue: string
Title:
Context ValueDescriptive flexfield context display value for work order project details. This attribute is associated with a feature that requires opt in. -
_BILLABLE_FLAG: string
Title:
BillableMaximum Length:1Billable -
_BILLABLE_FLAG_Display: string
Title:
BillableBillable -
_CAPITALIZABLE_FLAG: string
Title:
CapitalizableMaximum Length:1Capitalizable -
_CAPITALIZABLE_FLAG_Display: string
Title:
CapitalizableCapitalizable -
_CONTRACT_ID: integer
(int64)
Title:
Contract NumberContract Number -
_CONTRACT_ID_Display: string
Title:
Contract NumberContract Number -
_EXPENDITURE_ITEM_DATE: string
(date)
Title:
Expenditure Item DateExpenditure Item Date -
_EXPENDITURE_TYPE_ID: integer
(int64)
Title:
Expenditure TypeExpenditure Type -
_EXPENDITURE_TYPE_ID_Display: string
Title:
Expenditure TypeExpenditure Type -
_ORGANIZATION_ID: integer
(int64)
Title:
Expenditure OrganizationExpenditure Organization -
_ORGANIZATION_ID_Display: string
Title:
Expenditure OrganizationExpenditure Organization -
_PROJECT_ID: integer
(int64)
Title:
Project NumberProject Number -
_PROJECT_ID_Display: string
Title:
Project NumberProject Number -
_RESERVED_ATTRIBUTE1: string
Title:
Funding SourceMaximum Length:150Funding Source -
_RESERVED_ATTRIBUTE1_Display: string
Title:
Funding SourceFunding Source -
_TASK_ID: integer
(int64)
Title:
Task NumberTask Number -
_TASK_ID_Display: string
Title:
Task NumberTask Number -
_WORK_TYPE_ID: integer
(int64)
Title:
Work TypeWork Type -
_WORK_TYPE_ID_Display: string
Title:
Work TypeWork Type -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
WorkOrderId: integer
(int64)
Value that uniquely identifies the work order. It's a primary key that the application generates when it creates the work order. This attribute is associated with a feature that requires opt in.
Nested Schema : oracle_apps_flex_scm_commonWorkExecution_workOrders_pjcWorkOrder_view_PJCDFFPOR__5FRequisitionVO-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context ValueRead Only:trueMaximum Length:40Default Value:POR_RequisitionDescriptive flexfield context name for work order project details. This attribute is associated with a feature that requires opt in. -
__FLEX_Context_DisplayValue: string
Title:
Context ValueDescriptive flexfield context display value for work order project details. This attribute is associated with a feature that requires opt in. -
_BILLABLE_FLAG: string
Title:
BillableMaximum Length:1Billable -
_BILLABLE_FLAG_Display: string
Title:
BillableBillable -
_CAPITALIZABLE_FLAG: string
Title:
CapitalizableMaximum Length:1Capitalizable -
_CAPITALIZABLE_FLAG_Display: string
Title:
CapitalizableCapitalizable -
_CONTRACT_ID: integer
(int64)
Title:
Contract NumberContract Number -
_CONTRACT_ID_Display: string
Title:
Contract NumberContract Number -
_EXPENDITURE_ITEM_DATE: string
(date)
Title:
Expenditure Item DateExpenditure Item Date -
_EXPENDITURE_TYPE_ID: integer
(int64)
Title:
Expenditure TypeExpenditure Type -
_EXPENDITURE_TYPE_ID_Display: string
Title:
Expenditure TypeExpenditure Type -
_ORGANIZATION_ID: integer
(int64)
Title:
Expenditure OrganizationExpenditure Organization -
_ORGANIZATION_ID_Display: string
Title:
Expenditure OrganizationExpenditure Organization -
_PROJECT_ID: integer
(int64)
Title:
Project NumberProject Number -
_PROJECT_ID_Display: string
Title:
Project NumberProject Number -
_RESERVED_ATTRIBUTE1: string
Title:
Funding SourceMaximum Length:150Funding Source -
_RESERVED_ATTRIBUTE1_Display: string
Title:
Funding SourceFunding Source -
_TASK_ID: integer
(int64)
Title:
Task NumberTask Number -
_TASK_ID_Display: string
Title:
Task NumberTask Number -
_WORK_TYPE_ID: integer
(int64)
Title:
Work TypeWork Type -
_WORK_TYPE_ID_Display: string
Title:
Work TypeWork Type -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
WorkOrderId: integer
(int64)
Value that uniquely identifies the work order. It's a primary key that the application generates when it creates the work order. This attribute is associated with a feature that requires opt in.
Nested Schema : oracle_apps_flex_scm_commonWorkExecution_workOrders_pjcWorkOrder_view_PJCDFFPOR__5FUser__5FPreferencesVO-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context ValueRead Only:trueMaximum Length:40Default Value:POR_User_PreferencesDescriptive flexfield context name for work order project details. This attribute is associated with a feature that requires opt in. -
__FLEX_Context_DisplayValue: string
Title:
Context ValueDescriptive flexfield context display value for work order project details. This attribute is associated with a feature that requires opt in. -
_CONTRACT_ID: integer
(int64)
Title:
Contract NumberContract Number -
_CONTRACT_ID_Display: string
Title:
Contract NumberContract Number -
_EXPENDITURE_TYPE_ID: integer
(int64)
Title:
Expenditure TypeExpenditure Type -
_EXPENDITURE_TYPE_ID_Display: string
Title:
Expenditure TypeExpenditure Type -
_ORGANIZATION_ID: integer
(int64)
Title:
Expenditure OrganizationExpenditure Organization -
_ORGANIZATION_ID_Display: string
Title:
Expenditure OrganizationExpenditure Organization -
_PROJECT_ID: integer
(int64)
Title:
Project NumberProject Number -
_PROJECT_ID_Display: string
Title:
Project NumberProject Number -
_RESERVED_ATTRIBUTE1: string
Title:
Funding SourceMaximum Length:150Funding Source -
_RESERVED_ATTRIBUTE1_Display: string
Title:
Funding SourceFunding Source -
_TASK_ID: integer
(int64)
Title:
Task NumberTask Number -
_TASK_ID_Display: string
Title:
Task NumberTask Number -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
WorkOrderId: integer
(int64)
Value that uniquely identifies the work order. It's a primary key that the application generates when it creates the work order. This attribute is associated with a feature that requires opt in.
Nested Schema : oracle_apps_flex_scm_commonWorkExecution_workOrders_pjcWorkOrder_view_PJCDFFPO__5FPurchase__5FOrderVO-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context ValueRead Only:trueMaximum Length:40Default Value:PO_Purchase_OrderDescriptive flexfield context name for work order project details. This attribute is associated with a feature that requires opt in. -
__FLEX_Context_DisplayValue: string
Title:
Context ValueDescriptive flexfield context display value for work order project details. This attribute is associated with a feature that requires opt in. -
_BILLABLE_FLAG: string
Title:
BillableMaximum Length:1Billable -
_BILLABLE_FLAG_Display: string
Title:
BillableBillable -
_CAPITALIZABLE_FLAG: string
Title:
CapitalizableMaximum Length:1Capitalizable -
_CAPITALIZABLE_FLAG_Display: string
Title:
CapitalizableCapitalizable -
_CONTRACT_ID: integer
(int64)
Title:
Contract NumberContract Number -
_CONTRACT_ID_Display: string
Title:
Contract NumberContract Number -
_EXPENDITURE_ITEM_DATE: string
(date)
Title:
Expenditure Item DateExpenditure Item Date -
_EXPENDITURE_TYPE_ID: integer
(int64)
Title:
Expenditure TypeExpenditure Type -
_EXPENDITURE_TYPE_ID_Display: string
Title:
Expenditure TypeExpenditure Type -
_ORGANIZATION_ID: integer
(int64)
Title:
Expenditure OrganizationExpenditure Organization -
_ORGANIZATION_ID_Display: string
Title:
Expenditure OrganizationExpenditure Organization -
_PROJECT_ID: integer
(int64)
Title:
Project NumberProject Number -
_PROJECT_ID_Display: string
Title:
Project NumberProject Number -
_RESERVED_ATTRIBUTE1: string
Title:
Funding SourceMaximum Length:150Funding Source -
_RESERVED_ATTRIBUTE1_Display: string
Title:
Funding SourceFunding Source -
_TASK_ID: integer
(int64)
Title:
Task NumberTask Number -
_TASK_ID_Display: string
Title:
Task NumberTask Number -
_WORK_TYPE_ID: integer
(int64)
Title:
Work TypeWork Type -
_WORK_TYPE_ID_Display: string
Title:
Work TypeWork Type -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
WorkOrderId: integer
(int64)
Value that uniquely identifies the work order. It's a primary key that the application generates when it creates the work order. This attribute is associated with a feature that requires opt in.
Nested Schema : oracle_apps_flex_scm_commonWorkExecution_workOrders_pjcWorkOrder_view_PJCDFFPO__5FPurchase__5FOrder__5FLineVO-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context ValueRead Only:trueMaximum Length:40Default Value:PO_Purchase_Order_LineDescriptive flexfield context name for work order project details. This attribute is associated with a feature that requires opt in. -
__FLEX_Context_DisplayValue: string
Title:
Context ValueDescriptive flexfield context display value for work order project details. This attribute is associated with a feature that requires opt in. -
_BILLABLE_FLAG: string
Title:
BillableMaximum Length:1Billable -
_BILLABLE_FLAG_Display: string
Title:
BillableBillable -
_CAPITALIZABLE_FLAG: string
Title:
CapitalizableMaximum Length:1Capitalizable -
_CAPITALIZABLE_FLAG_Display: string
Title:
CapitalizableCapitalizable -
_CONTRACT_ID: integer
(int64)
Title:
Contract NumberContract Number -
_CONTRACT_ID_Display: string
Title:
Contract NumberContract Number -
_EXPENDITURE_ITEM_DATE: string
(date)
Title:
Expenditure Item DateExpenditure Item Date -
_EXPENDITURE_TYPE_ID: integer
(int64)
Title:
Expenditure TypeExpenditure Type -
_EXPENDITURE_TYPE_ID_Display: string
Title:
Expenditure TypeExpenditure Type -
_ORGANIZATION_ID: integer
(int64)
Title:
Expenditure OrganizationExpenditure Organization -
_ORGANIZATION_ID_Display: string
Title:
Expenditure OrganizationExpenditure Organization -
_PROJECT_ID: integer
(int64)
Title:
Project NumberProject Number -
_PROJECT_ID_Display: string
Title:
Project NumberProject Number -
_RESERVED_ATTRIBUTE1: string
Title:
Funding SourceMaximum Length:150Funding Source -
_RESERVED_ATTRIBUTE1_Display: string
Title:
Funding SourceFunding Source -
_TASK_ID: integer
(int64)
Title:
Task NumberTask Number -
_TASK_ID_Display: string
Title:
Task NumberTask Number -
_WORK_TYPE_ID: integer
(int64)
Title:
Work TypeWork Type -
_WORK_TYPE_ID_Display: string
Title:
Work TypeWork Type -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
WorkOrderId: integer
(int64)
Value that uniquely identifies the work order. It's a primary key that the application generates when it creates the work order. This attribute is associated with a feature that requires opt in.
Nested Schema : oracle_apps_flex_scm_commonWorkExecution_workOrders_pjcWorkOrder_view_PJCDFFPO__5FPurchase__5FOrder__5FScheduleVO-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context ValueRead Only:trueMaximum Length:40Default Value:PO_Purchase_Order_ScheduleDescriptive flexfield context name for work order project details. This attribute is associated with a feature that requires opt in. -
__FLEX_Context_DisplayValue: string
Title:
Context ValueDescriptive flexfield context display value for work order project details. This attribute is associated with a feature that requires opt in. -
_BILLABLE_FLAG: string
Title:
BillableMaximum Length:1Billable -
_BILLABLE_FLAG_Display: string
Title:
BillableBillable -
_CAPITALIZABLE_FLAG: string
Title:
CapitalizableMaximum Length:1Capitalizable -
_CAPITALIZABLE_FLAG_Display: string
Title:
CapitalizableCapitalizable -
_CONTRACT_ID: integer
(int64)
Title:
Contract NumberContract Number -
_CONTRACT_ID_Display: string
Title:
Contract NumberContract Number -
_EXPENDITURE_ITEM_DATE: string
(date)
Title:
Expenditure Item DateExpenditure Item Date -
_EXPENDITURE_TYPE_ID: integer
(int64)
Title:
Expenditure TypeExpenditure Type -
_EXPENDITURE_TYPE_ID_Display: string
Title:
Expenditure TypeExpenditure Type -
_ORGANIZATION_ID: integer
(int64)
Title:
Expenditure OrganizationExpenditure Organization -
_ORGANIZATION_ID_Display: string
Title:
Expenditure OrganizationExpenditure Organization -
_PROJECT_ID: integer
(int64)
Title:
Project NumberProject Number -
_PROJECT_ID_Display: string
Title:
Project NumberProject Number -
_RESERVED_ATTRIBUTE1: string
Title:
Funding SourceMaximum Length:150Funding Source -
_RESERVED_ATTRIBUTE1_Display: string
Title:
Funding SourceFunding Source -
_TASK_ID: integer
(int64)
Title:
Task NumberTask Number -
_TASK_ID_Display: string
Title:
Task NumberTask Number -
_WORK_TYPE_ID: integer
(int64)
Title:
Work TypeWork Type -
_WORK_TYPE_ID_Display: string
Title:
Work TypeWork Type -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
WorkOrderId: integer
(int64)
Value that uniquely identifies the work order. It's a primary key that the application generates when it creates the work order. This attribute is associated with a feature that requires opt in.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : maintenanceWorkOrders-RouteAssets-item-response
Type:
Show Source
object-
AssetDescription: string
Read Only:
trueMaximum Length:240Number that uniquely identifies the asset route description associated to the maintenance work order. -
AssetId: integer
(int64)
Read Only:
trueValue that uniquely identifies the asset route associated with the maintenance work order. When the work order status is other than 'unreleased,' the assets in the work order cannot be updated or deleted. -
AssetNumber: string
Read Only:
trueMaximum Length:80Number that uniquely identifies the asset route associated with the maintenance work order. When the work order status is other than 'unreleased,' the assets in the work order cannot be updated or deleted. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
Location: string
Read Only:
trueMaximum Length:255The location context of the asset route associated with the work order. This value represents the location of the asset associated with the work order. -
LocationType: string
Read Only:
trueMaximum Length:80The location type of the asset route associated with the work order. This value represents the current location of the asset associated with the work order. -
LocationTypeMeaning: string
Title:
MeaningRead Only:trueMaximum Length:80The location meaning of the asset route associated with the work order. This value represents the location meaning of the asset associated with the work order. -
RouteCompleteFlag: boolean
Maximum Length:
1Indicates the completed flag for the work order asset route. This value represents the completion status of the asset. -
RouteSkippedFlag: boolean
Maximum Length:
1Indicates the skipped flag for the work order asset route. This value represents the skipped status of the asset. -
SerialNumber: string
Read Only:
trueMaximum Length:80The serial number of the asset route associated with the work order. The value is conditionally referenced in the asset based on the attributes of the item associated with the work order asset. -
WoAssetId: integer
(int64)
Read Only:
trueValue that uniquely identifies the asset's association with the maintenance work order for the asset route. This attribute is read-only and generated when the asset is added to the work order. -
WorkOrderId: integer
(int64)
Read Only:
trueValue that uniquely identifies the work order to which the asset route 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-WorkOrderAsset-item-response
Type:
Show Source
object-
AssetDescription: string
Read Only:
trueMaximum Length:240Description of an asset. The value is read only. -
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
Number 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:80ade -
__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. -
WorkOrderOperationAttachments: array
Attachments
Title:
AttachmentsField used to view attachments. -
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 : Attachments
Type:
arrayTitle:
AttachmentsField used to view attachments.
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-WorkOrderOperationAttachments-item-response
Type:
Show Source
object-
AsyncTrackerId: string
Title:
Asynchronous Upload Tracker IdAttribute provided exclusively for use by the Attachment UI components to assist in uploading files. -
AttachedDocumentId: integer
(int64)
Title:
Attached Document IdThe unique identifier of the attached document. -
CategoryName: string
Title:
CategoryMaximum Length:30The category of the attachment. - ContentRepositoryFileShared: boolean
-
CreatedBy: string
Title:
Created ByRead Only:trueMaximum Length:255The user who created the record. -
CreatedByUserName: string
Title:
Created By User NameRead Only:trueThe user name who created the record. -
CreationDate: string
(date-time)
Title:
Creation DateRead Only:trueThe date when the record was created. -
DatatypeCode: string
Title:
TypeMaximum Length:30Default Value:FILEA value that indicates the data type. -
Description: string
Title:
DescriptionMaximum Length:255The description of the attachment. -
DmDocumentId: string
Maximum Length:
255The document ID from which the attachment is created. -
DmFolderPath: string
Title:
Dm Folder PathMaximum Length:1000The folder path from which the attachment is created. -
DmVersionNumber: string
Maximum Length:
255The document 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 CodeThe error code, if any, for the attachment. -
ErrorStatusMessage: string
Title:
Error Status MessageThe error message, if any, for the attachment. -
ExpirationDate: string
(date-time)
Title:
Expiration DateThe expiration date of the contents in the attachment. -
FileContents: string
(byte)
Title:
File ContentsThe contents of the attachment. -
FileName: string
Title:
File NameMaximum Length:2048The file name of the attachment. -
FileUrl: string
Title:
File UrlThe URI of the file. -
FileWebImage: string
(byte)
Title:
File Web ImageRead Only:trueThe base64 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:trueThe date when the record was last updated. -
LastUpdatedBy: string
Title:
Last Updated ByRead Only:trueMaximum Length:255The user who last updated the record. -
LastUpdatedByUserName: string
Title:
Last Updated By UserRead Only:trueThe user name 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:
TitleThe title of the attachment. -
UploadedFileContentType: string
Title:
Uploaded File Content TypeThe content type of the attachment. -
UploadedFileLength: integer
Title:
File SizeThe size of the attachment file. -
UploadedFileName: string
Title:
Uploaded File NameThe name to assign to a new attachment file. -
UploadedText: string
Title:
Uploaded TextThe text content for a new text attachment. -
Uri: string
Title:
UriMaximum Length:4000The URI of a Topology Manager type attachment. -
Url: string
Title:
UrlMaximum Length:4000The URL of a web page type attachment. -
UserName: string
Title:
User NameRead Only:trueMaximum Length:255The login 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 : 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. -
ResourceTypeMeaning: string
Read Only:
trueMaximum Length:255Indicates the type of resource assigned to the work order operation, such as labor or equipment. This attribute is read-only and its value is derived from the resource type. -
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.
-
PersonId: integer
(int64)
The person identifier of the worker assigned to the work order operation resource requirement.
-
PersonName: string
Read Only:
trueMaximum Length:255The name assigned to a person to uniquely identify them in any context. -
PersonNumber: string
Maximum Length:
255A number assigned to a person to uniquely identify them in any context. -
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
- createConditionBasedWorkOrders
-
Operation: /fscmRestApi/resources/11.13.18.05/maintenanceWorkOrders/action/createConditionBasedWorkOrdersCreates work orders based on a matching condition code defined in a work requirement of a maintenance program. The code may be defined in one or more work requirements within or across maintenance programs. A unique work order is created based on each matching work requirement. Each unique work order is comprised of one or more work definitions defined in a work requirement. If there is no matching condition code, then a single work order is created with only a default operation.
- manageResourceAssignment
-
Creates work order operation resources assignments. A work order may have one or more operations. For each operation, none, one or more resources may be defined. For each unique resource, one or more users may be optionally assigned. To be assigned to an operation resource, a user must have a labor instance defined for the same resource when Workforce management(WFM) integration is not enabled . Once assigned, a user can search for work orders and operations where they are assigned. A user can be unassigned from an operation resource as long as resource transactions for their assignment have not been reported. A user can be assigned or unassigned to a single operation or all operations in a work order. If WFM integration is enabled, a user can be assign work if they belong to a scheduling group assigned to a shift at work center location and are asociated with required resource on the day of the shift.
- midpointRescheduleWorkOrderOperation
-
Operation: /fscmRestApi/resources/11.13.18.05/maintenanceWorkOrders/action/midpointRescheduleWorkOrderOperationPerforms midpoint rescheduling for the maintenance work order. If the plant must perform midpoint rescheduling, then the client sends the operation, date, and one of the following scheduling options. 1, operation start date: the application sets the schedule date to the start date of the operation. 2, operation completion date: the application sets the schedule date to the completion date of the operation. The application then backward schedules the resources for operations that already occurred, and forward schedules the resources for subsequent operations. The application uses the work order operation as an anchor so that it can reschedule the resource according to the date that you specify. It uses this anchor as a stable, single reference point so that it can accurately reschedule the operations.
- resequenceAsNextOperation
-
Operation: /fscmRestApi/resources/11.13.18.05/maintenanceWorkOrders/action/resequenceAsNextOperationThis option gives customers the ability to change the operation sequence for resequence-enabled operations for valid maintenance work orders in appropriate statuses.
Examples
This example describes how to get all maintenance work orders.
Example cURL Command
Use the following cURL command to submit a request on the REST resource:
curl -u username:password "https://servername/fscmRestApi/resources/version/maintenanceWorkOrders"
Example Response Body
The following example includes the contents of the response body in JSON format:
{
"items": [
{
"WorkOrderNumber": "M1-1625",
"WorkOrderId": 300100121982905,
"WorkOrderDescription": null,
"OrganizationCode": null,
"OrganizationId": 207,
"ItemNumber": "alm-srl-001",
"InventoryItemId": 300100013645842,
"AssetNumber": "ba_08082017_erp_02 01",
"AssetId": 300100118637279,
"WoAssetId": 300100121982906,
"WorkOrderTypeCode": "CORRECTIVE",
"WorkOrderSubTypeCode": "ORA_EMERGENCY",
"MntWorkDefinitionCode": null,
"WorkDefinitionId": null,
"WorkDefinitionVersionId": null,
"WorkDefinitionAsOfDateMnt": null,
"WorkOrderStatusCode": "ORA_UNRELEASED",
"WorkOrderStatusId": 10005,
"Status": "SUCCESS",
"PlannedStartDate": "2017-08-14T11:42:00+00:00",
"PlannedCompletionDate": "2017-08-14T11:42:00+00:00",
"ActualStartDate": null,
"ActualCompletionDate": null,
"WorkOrderPriority": null,
"WorkMethodCode": "MAINTENANCE",
"CanceledReason": null,
"links": [
{
"rel": "self",
"href": "https://servername/fscmRestApi/resources/version/maintenanceWorkOrders/300100121982905",
"name": "maintenanceWorkOrders",
"kind": "item",
"properties": {
"changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000000178"
}
},
{
"rel": "canonical",
"href": "https://servername/fscmRestApi/resources/version/maintenanceWorkOrders/300100121982905",
"name": "maintenanceWorkOrders",
"kind": "item"
},
{
"rel": "child",
"href": "https://servername/fscmRestApi/resources/version/maintenanceWorkOrders/300100121982905/child/WorkOrderOperation",
"name": "WorkOrderOperation",
"kind": "collection"
}
]
},
{
"WorkOrderNumber": "M1-1518",
"WorkOrderId": 25447,
"WorkOrderDescription": null,
"OrganizationCode": null,
"OrganizationId": 207,
"ItemNumber": "Fork Lift",
"InventoryItemId": 300100111025244,
"AssetNumber": "FL Panther",
"AssetId": 300100111025610,
"WoAssetId": 9003,
"WorkOrderTypeCode": "PREVENTIVE",
"WorkOrderSubTypeCode": "ORA_PLANNED",
"MntWorkDefinitionCode": "30 Miles Maintenance",
"WorkDefinitionId": 300100111034240,
"WorkDefinitionVersionId": 300100111034241,
"WorkDefinitionAsOfDateMnt": "2017-08-08T00:00:00+00:00",
"WorkOrderStatusCode": "ORA_UNRELEASED",
"WorkOrderStatusId": 10005,
"Status": "SUCCESS",
"PlannedStartDate": "2017-08-08T00:00:00+00:00",
"PlannedCompletionDate": "2017-08-08T00:00:00+00:00",
"ActualStartDate": null,
"ActualCompletionDate": null,
"WorkOrderPriority": 1,
"WorkMethodCode": "MAINTENANCE",
"CanceledReason": null,
"links": [
{
"rel": "self",
"href": "https://servername/fscmRestApi/resources/version/maintenanceWorkOrders/25447",
"name": "maintenanceWorkOrders",
"kind": "item",
"properties": {
"changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000000378"
}
},
{
"rel": "canonical",
"href": "https://servername/fscmRestApi/resources/version/maintenanceWorkOrders/25447",
"name": "maintenanceWorkOrders",
"kind": "item"
},
{
"rel": "child",
"href": "https://servername/fscmRestApi/resources/version/maintenanceWorkOrders/25447/child/WorkOrderOperation",
"name": "WorkOrderOperation",
"kind": "collection"
}
]
},
{
"WorkOrderNumber": "M1-1517",
"WorkOrderId": 25446,
"WorkOrderDescription": null,
"OrganizationCode": null,
"OrganizationId": 207,
"ItemNumber": "Fork Lift",
"InventoryItemId": 300100111025244,
"AssetNumber": "FL Panther",
"AssetId": 300100111025610,
"WoAssetId": 9002,
"WorkOrderTypeCode": "PREVENTIVE",
"WorkOrderSubTypeCode": "ORA_PLANNED",
"MntWorkDefinitionCode": "30 Miles Maintenance",
"WorkDefinitionId": 300100111034240,
"WorkDefinitionVersionId": 300100111034241,
"WorkDefinitionAsOfDateMnt": "2017-08-07T00:00:00+00:00",
"WorkOrderStatusCode": "ORA_UNRELEASED",
"WorkOrderStatusId": 10005,
"Status": "SUCCESS",
"PlannedStartDate": "2017-08-07T00:00:00+00:00",
"PlannedCompletionDate": "2017-08-07T00:00:00+00:00",
"ActualStartDate": null,
"ActualCompletionDate": null,
"WorkOrderPriority": 1,
"WorkMethodCode": "MAINTENANCE",
"CanceledReason": null,
"links": [
{
"rel": "self",
"href": "https://servername/fscmRestApi/resources/version/maintenanceWorkOrders/25446",
"name": "maintenanceWorkOrders",
"kind": "item",
"properties": {
"changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000000178"
}
},
{
"rel": "canonical",
"href": "https://servername/fscmRestApi/resources/version/maintenanceWorkOrders/25446",
"name": "maintenanceWorkOrders",
"kind": "item"
},
{
"rel": "child",
"href": "https://servername/fscmRestApi/resources/version/maintenanceWorkOrders/25446/child/WorkOrderOperation",
"name": "WorkOrderOperation",
"kind": "collection"
}
]
}