Get one operation

get

/fscmRestApi/resources/11.13.18.05/processWorkOrders/{processWorkOrdersUniqID}/child/Operation/{WorkOrderOperationId}

Request

Path Parameters
  • Value that uniquely identifies the work order operation. It's a primary key that the application generates when it creates the work order operation.
  • This is the hash key of the attributes which make up the composite key for the Process Work Orders resource and used to uniquely identify an instance of Process Work Orders. The client should not generate the hash key value. Instead, the client should query on the Process Work Orders collection resource in order to navigate to a specific instance of Process Work Orders to get the hash key.
Query Parameters
  • This parameter specifies dependencies which are fields that are set before and rolled back after generating the response. Generally they are used to preview the effects of an attribute change. The fields specified in this parameter are always set in the resource instance in question. When a child resource collection is requested and the parameter is set, the fields will be set in the parent resource instance before generating the resource collection payload. The value of this query parameter is a set of dependency fields. Example: dependency=ProductId=2

    Format: <attr1>=<val1>,<attr2>=<value2>
  • 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).
  • 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
  • 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
  • The resource item payload will be filtered in order to contain only data (no links section, for example).
Header Parameters
  • 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".
  • 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 Top

Response

Supported Media Types

Default Response

The following table describes the default response for this task.
Headers
  • 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".
  • 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.
Body ()
Root Schema : processWorkOrders-Operation-item-response
Type: object
Show Source
  • Read Only: true
    Date when the operation actually ended.
  • Read Only: true
    Date when the operation actually started.
  • Title: Additional Manual Material Issue
    Maximum Length: 30
    Name that identifies a list of values that control whether a production operator can issue more than the required quantity while manually reporting material issues. You can allow issuing more than the required quantity without any hindrance, or prevent the material issue in case of additional material issue.
  • Title: Automatically Transact
    Maximum Length: 1
    Contains one of the following values: true or false. If true, the operation is automatically reported and both resources and materials are automatically charged based on the supply type or the charge type setups. If false, then the operation is not automatically reported. 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. You can manually report component usage and resource usage for an optional operation. This attribute does not have a default value.
  • Title: Completed
    Read Only: true
    Work order quantity that the application finished on the last operation and put into inventory.
  • Title: Count Point
    Maximum Length: 1
    Contains one of the following values: true or false. If true, then this operation is a count point operation. If an operation is a count point operation, then you have to manually complete it. If false, then this operation is not a count point operation. The last operation in a work order should always be a count point operation. This attribute does not have a default value.
  • Read Only: true
    Maximum Length: 64
    User who created the process work order operation.
  • Read Only: true
    Date when the user created the work order operation.
  • Read Only: true
    Delay status of the work order or work order operation. It contains one of the following values. 0: no delay; 1: a delay exists in starting the work order operation; 2: a delay exists in finishing the work order operation; 3: a delay exists in one or more of the work order operations. This attribute is for future use.
  • Read Only: true
    Number 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 an opt in.
  • Title: Fixed
    Lead time to perform this outside-processing operation, independent of the quantity of the outside-processing item.
  • Title: In Process
    Read Only: true
    Quantity that completed at the prior count point operation and are waiting for delivery to the supplier operation.
  • Read Only: true
    Date when the user most recently updated the work order operation.
  • Read Only: true
    Maximum Length: 64
    User who most recently updated the process work order operation.
  • Title: UOM Name
    Read Only: true
    Maximum Length: 25
    Unit of measure that the lead time uses for the supplier operation.
  • Title: UOM
    Maximum Length: 3
    Abbreviation that identifies the unit of measure that the lead time uses.
  • Links
  • Materials
    Title: Materials
    The Materials resource manages materials that the operations use to process the work order.
  • Read Only: true
    Count of the material that the application requires for this operation.
  • Operation Attachments
    Title: Operation Attachments
    The Operation Attachments resource manages the attachments for an operation.
  • Title: Completions with Open Exceptions
    Maximum Length: 30
    Name that identifies a list of values that control whether operation completion should be allowed when open exceptions exist for an operation. You can allow operation completion without any hindrance, allow with a warning, or prevent the operation completion.
  • Title: Completions with Under Issues
    Maximum Length: 30
    Name that identifies a list of values that control whether operation completion should be allowed when less than the required quantity of material is issued. You can allow operation completion without any hindrance, allow with a warning, or prevent the operation completion.
  • Title: Description
    Maximum Length: 240
    Description of the operation.
  • Flexfields for Operations
    Title: Flexfields for Operations
    The Flexfields for Process Work Order Operations resource manages descriptive flexfields that each work order operation references.
  • Exception Counts for Operations
    Title: Exception Counts for Operations
    The Exception Counts for Operations resource gets the count of exceptions that occurred for during the operation.
  • Title: Name
    Maximum Length: 120
    Name of the operation.
  • Title: Sequence
    Number that indicates the sequence to use when performing the work order operations.
  • Title: Operation Type
    Maximum Length: 30
    Default Value: IN_HOUSE
    Value that specifies the type of the operation. A list of accepted values is defined in the lookup type ORA_WIS_OPERATION_TYPE.
  • Read Only: true
    Maximum Length: 255
    Description of the operation type.
  • Read Only: true
    Value that uniquely identifies the inventory organization that's enabled for manufacturing. It's a primary key of the inventory organization.
  • Read Only: true
    Maximum Length: 255
    Description of the outside-processing item.
  • Title: Outside Processing Item
    Value that uniquely identifies the outside-processing item. It's a primary key that the application generates when it creates an item
  • Maximum Length: 300
    Number that identifies outside-processing item.
  • Outputs
    Title: Outputs
    The Outputs resource manages the outputs of all operations of a process work order.
  • Read Only: true
    Over receipt quantity of the purchase order line for this outside processing operation.
  • Title: Completion Date
    Date and time when the user planned to complete the operation. This 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.
  • Title: Start Date
    Date and time when the user planned to start the operation. This date is set by the scheduling application. 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.
  • Read Only: true
    Approved quantity on the purchase order created for this outside processing operation.
  • Read Only: true
    Quantity requested to create the purchase requisition for this outside processing operation.
  • Title: Ready
    Read Only: true
    Quantity that's ready for the operation.
  • Read Only: true
    Received quantity for this outside processing operation.
  • Title: Rejected
    Read Only: true
    Quantity rejected, if any, for the operation.
  • Title: Allow Resequencing
    Maximum Length: 1
    Contains one of the following values: true or false. If true, then the work order has resequence operations. If false, then the work order doesn't have resequence operations. This attribute is associated with a feature that requires an opt in.
  • Resources
    Title: Resources
    The Resources resource manages resources that the operations use to process the work order.
  • Read Only: true
    Count of the resources that the application requires for this operation.
  • Title: Scrapped
    Read Only: true
    Quantity scrapped, if any, for the operation.
  • Title: Serialization
    Read Only: true
    Maximum Length: 1
    Default Value: false
    Contains one of the following values: true or false. If true, then enforce serial tracking for the operation. If false, then do not enforce. The work definition that the work order references provides this value. The default value is false.
  • Read Only: true
    Shipped quantity for this outside processing operation.
  • Title: Generate shipment
    Maximum Length: 1
    Contains one of the following values: true or false. If true, then create shipping documents for this outside-processing operation. If false, then do not create these shipping documents. This attribute does not have a default value.
  • Title: Code
    Maximum Length: 30
    Abbreviation that identifies the operation.
  • Value that uniquely identifies the operation that the work order references. It's a primary key that the application generates when it creates the operation.
  • Title: Name
    Read Only: true
    Maximum Length: 120
    Name of the operation.
  • Value that uniquely identifies the outside-processing supplier. It's a primary key that the application generates when it creates a supplier.
  • Maximum Length: 255
    Name of the outside-processing supplier.
  • Maximum Length: 255
    Abbreviation that identifies the supplier site.
  • Read Only: true
    Maximum Length: 255
    Description of the supplier site.
  • Value that uniquely identifies the supplier site. It's a primary key that the application generates when it creates a supplier site.
  • Title: UOM Name
    Read Only: true
    Maximum Length: 25
    Unit of measure that the quantity uses for the operation.
  • Title: Variable
    Lead time to perform this outside-processing operation for each unit of the outside-processing item.
  • Title: Code
    Read Only: true
    Maximum Length: 30
    Abbreviation that identifies the work area.
  • Title: Description
    Read Only: true
    Maximum Length: 240
    Description of the work area.
  • Read Only: true
    Value that uniquely identifies the work area. It's a primary key that the application generates when it creates the work area.
  • Title: Name
    Read Only: true
    Maximum Length: 80
    Name of the work area.
  • Title: Code
    Maximum Length: 30
    Abbreviation that identifies the work center.
  • Title: Description
    Read Only: true
    Maximum Length: 240
    Description of the work center.
  • Title: Work Center
    Value that uniquely identifies the work center. It's a primary key that the application generates when it creates the work center.
  • Title: Name
    Read Only: true
    Maximum Length: 120
    Name of the work center.
  • Value that uniquely identifies the work order. It's a primary key that the application generates when it creates the work order.
  • Title: Work Order
    Read Only: true
    Maximum Length: 120
    Number that identifies the work order. This number is unique in the manufacturing organization. The user can manually assign the number when the user creates the work order, or can 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.
  • Read Only: true
    Value that uniquely identifies the work order operation. It's a primary key that the application generates when it creates the work order operation.
Nested Schema : Materials
Type: array
Title: Materials
The Materials resource manages materials that the operations use to process the work order.
Show Source
Nested Schema : Operation Attachments
Type: array
Title: Operation Attachments
The Operation Attachments resource manages the attachments for an operation.
Show Source
Nested Schema : Flexfields for Operations
Type: array
Title: Flexfields for Operations
The Flexfields for Process Work Order Operations resource manages descriptive flexfields that each work order operation references.
Show Source
Nested Schema : Exception Counts for Operations
Type: array
Title: Exception Counts for Operations
The Exception Counts for Operations resource gets the count of exceptions that occurred for during the operation.
Show Source
Nested Schema : Outputs
Type: array
Title: Outputs
The Outputs resource manages the outputs of all operations of a process work order.
Show Source
Nested Schema : Resources
Type: array
Title: Resources
The Resources resource manages resources that the operations use to process the work order.
Show Source
Nested Schema : processWorkOrders-Operation-Material-item-response
Type: object
Show Source
  • Title: Allocated Quantity
    Read Only: true
    Quantity of the material already allocated.
  • Title: Basis
    Maximum Length: 30
    Value 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.
  • Read Only: true
    Maximum Length: 64
    User who created the process work order input.
  • Read Only: true
    Date when the user created the work order operation input.
  • Title: Include in planning
    Maximum Length: 1
    Contains 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 supply. The default value is true.
  • Value that uniquely identifies the item, product, or assembly in the inventory organization.
  • Title: Issued Quantity
    Read Only: true
    Default Value: 0
    Net quantity of the material that the application issued for the operation.
  • Title: Item Description
    Read Only: true
    Maximum Length: 240
    Description of the item.
  • Maximum Length: 300
    Number that identifies the item. If the material type is COMPONENT, then ItemNumber references the component to issue to the work order. If the material type is PRIMARY_PRODUCT, then ItemNumber references the assembly that's an output of the work order.
  • Read Only: true
    Maximum Length: 18
    Value that indicates the revision of the item.
  • Read Only: true
    Date when the user most recently updated the work order operation input.
  • Read Only: true
    Maximum Length: 64
    User who updated the process work order input.
  • Links
  • Material Attachments
    Title: Material Attachments
    The Material Attachments resource manages the attachments for input material.
  • Flexfields for Materials
    Title: Flexfields for Materials
    The Flexfields for Materials resource manages descriptive flexfields that contain details about the input materials that the work order operation processes.
  • Exception Counts
    Title: Exception Counts
    The Exception Counts resource gets the count of exceptions that occurred for input materials during the operation.
  • Title: Sequence
    Number that indicates the unique sequence of the material assigned to the work order operation.
  • Read Only: true
    Maximum Length: 30
    Default Value: COMPONENT
    Type of material either produced or consumed by the operation. For materials being consumed, a list of accepted values is defined in the lookup type ORA_WIS_WD_INPUT_MATERIAL. For materials being produced, a list of accepted values is defined in the lookup type ORA_WIS_WD_OUTPUT_MATERIAL.
  • Title: Name
    Read Only: true
    Maximum Length: 120
    Name of the operation that processes the material.
  • Title: Operation Sequence
    Read Only: true
    Number that indicates the sequence to use when performing the work order operations.
  • Read Only: true
    Value that uniquely identifies the inventory organization that's enabled for manufacturing. It's a primary key of the inventory organization.
  • Title: Picked Quantity
    Read Only: true
    Quantity of the material already picked.
  • Read Only: true
    Quantity of the assembly that's completed into inventory. The material type for this material is PRIMARY_PRODUCT.
  • Title: Required Quantity
    Quantity of the required material.
  • Read Only: true
    Quantity of the material remaining to be allocated.
  • Title: Required Date
    Date when the plant requires the materials so that it perform the operation. The required date must not occur before the operation start date, or after the operation completion date.
  • Title: Reserved Quantity
    Read Only: true
    Material quantity that's reserved against the work order operation.
  • Read Only: true
    Required material quantity in the secondary unit of measure. This attribute is read-only. This attribute is associated with a feature that requires opt in.
  • Title: Secondary Unit of Measure
    Read Only: true
    Maximum Length: 3
    Abbreviation that identifies the secondary unit of measure of the material. This attribute is read-only. This attribute is associated with a feature that requires opt in.
  • Title: Code
    Read Only: true
    Maximum Length: 30
    Abbreviation that identifies the standard operation.
  • Read Only: true
    Value that uniquely identifies the standard operation that the work order references. It's a primary key that the application generates when it creates the standard operation.
  • Read Only: true
    Maximum Length: 1
    Indicates whether the component is a substitute. This attribute does not have a default value. This attribute is associated with a feature that requires opt in.
  • Substitute Materials
    Title: Substitute Materials
    The Substitute Materials resource gets the substitute materials that the work order operation uses.
  • Maximum Length: 255
    Locator in subinventory to use, by default, when the plant draws material during assembly or an operation pull.
  • Title: Supply Locator
    Value that uniquely identifies the locator. It's a primary key that the application generates when it creates the locator.
  • Title: Supply Subinventory
    Maximum Length: 20
    Subinventory to use, by default, when the plant draws material during assembly or an operation pull.
  • Title: Supply Type
    Maximum Length: 30
    Value that indicates the supply type used for the work order operation material. A list of accepted values is defined in the lookup types EGP_WIP_SUP_TYPE and ORA_WIE_WO_SUPPLY_TYPE.
  • Read Only: true
    Maximum Length: 80
    Description of the supply type.
  • Title: UOM Name
    Read Only: true
    Maximum Length: 25
    Unit of measure for the material quantity and can be the item's primary UOM or a UOM that can be converted. If the item is enabled with primary and secondary tracking unit of measure, the value can be the item's secondary UOM. This enhanced behavior is associated with a feature that requires opt in.
  • Title: UOM
    Maximum Length: 3
    Abbreviation that identifies the unit of measure of the material quantity and can be the item's primary UOM code or a UOM code that can be converted. If the item is enabled with primary and secondary tracking unit of measure, the value can be the item's secondary UOM code. This enhanced behavior is associated with a feature that requires opt in.
  • Read Only: true
    Value that uniquely identifies the work area. It's a primary key that the application generates when it creates the work area.
  • Title: Name
    Read Only: true
    Maximum Length: 80
    Name of the work area.
  • Read Only: true
    Value that uniquely identifies the work center. It's a primary key that the application generates when it creates the work center.
  • Title: Name
    Read Only: true
    Maximum Length: 120
    Name of the work center.
  • Read Only: true
    Value that uniquely identifies the work order. It's a primary key that the application generates when it creates the work order.
  • Value that uniquely identifies the work order operation. It's a primary key that the application generates when it creates the work order operation.
  • Read Only: true
    Value that uniquely identifies the material for the work order operation. It's a primary key that the application generates when it creates the material for the work order operation.
  • Title: Item Yield
    Default Value: 1
    Factor to use when calculating the quantity that the operation requires to accommodate component waste when it processes the item. It's recommended that you set the yield to between 0 and 1. You can set the yield to a value that's greater than 1. The application considers the yield when it calculates the required quantity according to the Include plant parameter for the component yield.
Nested Schema : Material Attachments
Type: array
Title: Material Attachments
The Material Attachments resource manages the attachments for input material.
Show Source
Nested Schema : Flexfields for Materials
Type: array
Title: Flexfields for Materials
The Flexfields for Materials resource manages descriptive flexfields that contain details about the input materials that the work order operation processes.
Show Source
Nested Schema : Exception Counts
Type: array
Title: Exception Counts
The Exception Counts resource gets the count of exceptions that occurred for input materials during the operation.
Show Source
Nested Schema : Substitute Materials
Type: array
Title: Substitute Materials
The Substitute Materials resource gets the substitute materials that the work order operation uses.
Show Source
Nested Schema : processWorkOrders-Operation-Material-MaterialAttachment-item-response
Type: object
Show Source
Nested Schema : processWorkOrders-Operation-Material-MaterialDFF-item-response
Type: object
Show Source
Nested Schema : processWorkOrders-Operation-Material-MaterialExceptionCount-item-response
Type: object
Show Source
Nested Schema : processWorkOrders-Operation-Material-SubstituteMaterial-item-response
Type: object
Show Source
  • Read Only: true
    Maximum Length: 64
    User who created the substitute material.
  • Read Only: true
    Date when the user created the substitute material.
  • Read Only: true
    Value that uniquely identifies the item, product, or assembly in the inventory organization. This attribute is associated with a feature that requires opt in.
  • Title: Inverse
    Inverse of the Quantity Per Product attribute. The application uses the inverse when the Quantity Per Product for the material is a fraction but the inverse of this quantity is an integer. This attribute is associated with a feature that requires opt in.
  • Read Only: true
    Maximum Length: 300
    Number that identifies the item, which is an output of the work order. This attribute is associated with a feature that requires opt in.
  • Read Only: true
    Date and time when the user most recently updated the substitute material.
  • Read Only: true
    Maximum Length: 64
    User who most recently updated the substitute material.
  • Links
  • Read Only: true
    Maximum Length: 255
    Abbreviation that identifies the inventory organization that's enabled for manufacturing. This attribute is associated with a feature that requires opt in.
  • Read Only: true
    Value that uniquely identifies the inventory organization that's enabled for manufacturing. It's a primary key of the inventory organization. This attribute is associated with a feature that requires opt in.
  • Title: Priority
    Ranking of the substitute component to use instead of the primary component. This attribute is associated with a feature that requires opt in.
  • Title: Quantity per Product
    Quantity required to manufacture each unit of the substitute material. This attribute is associated with a feature that requires opt in.
  • Title: Required Quantity
    Required quantity of the substitute material.
  • Maximum Length: 1
    Mark used indicate whether the component is a substitute or not. This attribute is associated with a feature that requires opt in.
  • Read Only: true
    Maximum Length: 255
    Primary unit of measure for the substitute material quantity. This attribute is associated with a feature that requires opt in.
  • Title: Primary UOM
    Maximum Length: 3
    Abbreviation that identifies the unit of measure that the substitute material uses. This attribute is associated with a feature that requires opt in.
  • Read Only: true
    Value that uniquely identifies the material for a work order operation. It's a primary key that the application generates when it consumes the material. This attribute is associated with a feature that requires opt in.
  • Value that uniquely identifies the substitute material for a work order operation. It's a primary key that the application generates when it consumes the substitute material. This attribute is associated with a feature that requires opt in.
Nested Schema : processWorkOrders-Operation-OperationAttachment-item-response
Type: object
Show Source
Nested Schema : processWorkOrders-Operation-OperationDFF-item-response
Type: object
Show Source
Nested Schema : processWorkOrders-Operation-OperationExceptionCount-item-response
Type: object
Show Source
Nested Schema : processWorkOrders-Operation-Output-item-response
Type: object
Show Source
  • Title: Actual Completion Quantity
    Read Only: true
    Quantity completed and moved to inventory.
  • Maximum Length: 255
    Default completion subinventory locator.
  • Title: Completion Type
    Maximum Length: 30
    Default Value: MANUAL
    Type of output completion. Valid values are AUTOMATIC and MANUAL. A list of accepted values is defined in the lookup type ORA_WIS_OUTPUT_COMPL_TYPE.
  • Title: Completion Locator
    Default completion subinventory locator.
  • Title: Completion Subinventory
    Maximum Length: 10
    Default completion subinventory code.
  • Title: Basis
    Read Only: true
    Basis of allocating the cost.
  • Title: Percentage
    Percent of cost allocation for the output item. The total cost allocation percentage for all the output items assigned to an operation cannot exceed 100%.
  • Read Only: true
    Maximum Length: 64
    User who created the process work order output.
  • Read Only: true
    Date when the user created the work order operation output.
  • Value that uniquely identifies the output item.
  • Title: Item Description
    Read Only: true
    Maximum Length: 240
    Description of the output item.
  • Maximum Length: 300
    Number that identifies the item, which is an output of the work order.
  • Read Only: true
    Date when the user most recently updated the work order operation output.
  • Read Only: true
    Maximum Length: 64
    User who updated the process work order output.
  • Links
  • Title: Description
    Read Only: true
    Maximum Length: 240
    Description of the operation.
  • Title: Name
    Read Only: true
    Maximum Length: 120
    Name of the operation.
  • Title: Sequence
    Read Only: true
    Number that indicates the sequence to use when performing the work order operations.
  • Read Only: true
    Value that uniquely identifies the inventory organization that's enabled for manufacturing. It's a primary key of the inventory organization.
  • Output Attachments
    Title: Output Attachments
    The Output Attachments resource manages the attachments for an output of a work order operation.
  • Flexfields for Operation Outputs
    Title: Flexfields for Operation Outputs
    The Flexfields for Operation Outputs resource manages descriptive flexfields that contain details about the output materials that the work order operation processes.
  • Output Lot Numbers
    Title: Output Lot Numbers
    The Output Lot Numbers resource manages the product lots for an output of a work order operation. A product is any type of production output, whether it's the primary product, co-product, or by-product in a process manufacturing work order. This resource is associated with a feature that requires opt in.
  • Title: Quantity
    Expected output quantity for this operation.
  • Title: Sequence
    Number that indicates the sequence of the output item. The expected format for the attribute is a whole number.
  • Title: Output Type
    Maximum Length: 30
    Default Value: PRODUCT
    Type of output item. Valid values are PRODUCT or BY-PRODUCT. A list of accepted values is defined in the lookup type ORA_WIS_WD_OUTPUT_MATERIAL.
  • Title: Primary Output
    Read Only: true
    Maximum Length: 1
    Default Value: false
    Contains one of the following values: true or false. If true, then the output item is a primary output item. If false, then the output item is not a primary output item. The default value is false.
  • Read Only: true
    Expected output quantity for this operation in the secondary unit of measure. This attribute is read-only. This attribute is associated with a feature that requires opt in.
  • Title: Secondary Unit of Measure
    Read Only: true
    Maximum Length: 3
    Abbreviation that identifies the secondary unit of measure of the output. This attribute is read-only. This attribute is associated with a feature that requires opt in.
  • Title: UOM Name
    Read Only: true
    Maximum Length: 25
    Unit of measure that the quantity uses for the output and can be the item's primary UOM or a UOM that can be converted. If the item is enabled with primary and secondary tracking unit of measure, the value can be the item's secondary UOM. This enhanced behavior is associated with a feature that requires opt in.
  • Title: UOM
    Maximum Length: 3
    Abbreviation that identifies the unit of measure of the output and can be the item's primary UOM code or a UOM code that can be converted. If the item is enabled with primary and secondary tracking unit of measure, the value can be the item's secondary UOM code. This enhanced behavior is associated with a feature that requires opt in.
  • Title: Code
    Read Only: true
    Maximum Length: 30
    Abbreviation that identifies the work area.
  • Title: Description
    Read Only: true
    Maximum Length: 240
    Description of the work area.
  • Read Only: true
    Value that uniquely identifies the work area. It's a primary key that the application generates when it creates the work area.
  • Title: Name
    Read Only: true
    Maximum Length: 80
    Name of the work area.
  • Title: Code
    Read Only: true
    Maximum Length: 30
    Abbreviation that identifies the work center.
  • Title: Description
    Read Only: true
    Maximum Length: 240
    Description of the work center.
  • Title: Work Center
    Read Only: true
    Value that uniquely identifies the work center. It's a primary key that the application generates when it creates the work center.
  • Title: Name
    Read Only: true
    Maximum Length: 120
    Name of the work center.
  • Value that uniquely identifies the work order operation. It's a primary key that the application generates when it creates the work order operation.
  • Read Only: true
    Value that uniquely identifies the work order operation output. It's a primary key that the application generates when it creates the work order operation output.
Nested Schema : Output Attachments
Type: array
Title: Output Attachments
The Output Attachments resource manages the attachments for an output of a work order operation.
Show Source
Nested Schema : Flexfields for Operation Outputs
Type: array
Title: Flexfields for Operation Outputs
The Flexfields for Operation Outputs resource manages descriptive flexfields that contain details about the output materials that the work order operation processes.
Show Source
Nested Schema : Output Lot Numbers
Type: array
Title: Output Lot Numbers
The Output Lot Numbers resource manages the product lots for an output of a work order operation. A product is any type of production output, whether it's the primary product, co-product, or by-product in a process manufacturing work order. This resource is associated with a feature that requires opt in.
Show Source
Nested Schema : processWorkOrders-Operation-Output-OutputAttachment-item-response
Type: object
Show Source
Nested Schema : processWorkOrders-Operation-Output-OutputDFF-item-response
Type: object
Show Source
Nested Schema : processWorkOrders-Operation-Output-OutputLotNumber-item-response
Type: object
Show Source
  • Read Only: true
    Maximum Length: 64
    User who created the lot association with the operation output. This attribute is associated with a feature that requires opt in.
  • Read Only: true
    Date when the user created the lot association with the operation output. This attribute is associated with a feature that requires opt in.
  • Read Only: true
    Date when the user most recently updated the lot association with the operation output. This attribute is associated with a feature that requires opt in.
  • Read Only: true
    Maximum Length: 64
    User who most recently updated the lot association with the operation output. This attribute is associated with a feature that requires opt in.
  • Links
  • Title: Lot Expiration Date
    Date and time when the output lot expires. This attribute is associated with a feature that requires opt in.
  • Title: Lot Number
    Maximum Length: 80
    Number that identifies the lot used for the operation output. This attribute is associated with a feature that requires opt in.
  • Title: Parent Lot Number
    Number that identifies the parent lot of the lot number used for the operation output. This attribute is applicable if the output is lot controlled. This attribute is associated with a feature that requires opt in.
  • Read Only: true
    Value that uniquely identifies the output lot for the operation output. It's a primary key that the application generates when it creates the lot association for the work order operation output. This attribute is associated with a feature that requires opt in.
Nested Schema : processWorkOrders-Operation-Resource-item-response
Type: object
Show Source
  • Title: Actual Resource Usage
    Read Only: true
    Net actual usage of the assigned resource.
  • Title: Assigned Units
    Default Value: 1
    Number of resource units required to perform the operation.
  • Title: Basis
    Maximum Length: 30
    Default Value: 1
    Value that indicates whether the resource quantity is fixed; for example, usage per lot produced, or variable; for example, usage per item produced. A list of accepted values is defined in the lookup type EGP_BOM_BASIS_TYPE.
  • Title: Charge Type
    Maximum Length: 30
    Value that indicates whether resource transactions are automatically generated and at what stage. A list of accepted values is defined in the lookup type ORA_WIS_CHARGE_TYPE.
  • Read Only: true
    Maximum Length: 64
    User who created the process work order operation resource.
  • Read Only: true
    Date when the used created the work order operation resource.
  • Maximum Length: 255
    Abbreviation that identifies the equipment profile associated with the work order operation resource. This attribute is associated with a feature that requires opt in.
  • Title: Equipment Profile
    Value that uniquely identifies the equipment profile associated with the work order operation resource. This attribute is associated with a feature that requires opt in.
  • Read Only: true
    Date when the user most recently updated the work order operation resource.
  • Read Only: true
    Maximum Length: 64
    User who updated the process work order resource.
  • Links
  • Title: Name
    Read Only: true
    Maximum Length: 120
    Name of the operation that processes the resource.
  • Title: Operation Sequence
    Read Only: true
    Number that indicates the sequence to use when performing the work order operations.
  • Read Only: true
    Value that uniquely identifies the inventory organization that's enabled for manufacturing. It's a primary key of the inventory organization.
  • Read Only: true
    Maximum Length: 1
    Default Value: false
    Contains one of the following values: true or false. If true, then the resource associated with this operation is pulled in as part of a phantom explosion that pulled in the resources from the work definition of a phantom material tied to the operation. If false, then the resource is not a part of phantom explosion. The default value is false.
  • Title: Completion Date
    Planned date and time till the resource is engaged for the operation. 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.
  • Title: Start Date
    Planned date and time to engage the resource for the operation. 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.
  • Title: Principal
    Maximum Length: 1
    Contains one of the following values: true or false. If true, then this resource is the principal resource among the group of simultaneous resources for that operation sequence. If false, then this resource is not the principal resource. This attribute does not have a default value.
  • Maximum Length: 255
    Abbreviation that identifies the job profile associated with the work order operation resource. This attribute is associated with a feature that requires opt in.
  • Value that uniquely identifies the job profile associated with the work order operation resource. This attribute is associated with a feature that requires opt in.
  • Title: Required Usage
    Resource usage that the plant requires to make the 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 equals the usage rate multiplied by the work order quantity.
  • Title: Activity
    Maximum Length: 30
    Abbreviation that identifies the resource activity.
  • Resource Attachments
    Title: Resource Attachments
    The Resource Attachments resource manages the attachments for a resource.
  • Title: Code
    Maximum Length: 30
    Abbreviation that identifies the resource.
  • Title: Description
    Read Only: true
    Maximum Length: 240
    Description of the resource.
  • Flexfields for Resources
    Title: Flexfields for Resources
    The Flexfields for Resources resource manages descriptive flexfields that contain details about the resources that the work order operations use.
  • Exceptions for Operation Resources
    Title: Exceptions for Operation Resources
    The Exceptions for Operation Resources resource gets the count of exceptions that occurred for a resource during the operation.
  • Value that uniquely identifies the resource. It's a primary key that the application generates when it creates the resource.
  • Resource Instances
    Title: Resource Instances
    The Resource Instances resource manages the instances of a work order operation. Each instance supports an equipment resource or labor resource.
  • Title: Name
    Read Only: true
    Maximum Length: 80
    Name of the resource.
  • Title: Sequence
    Number that the application uses to determine the step in the sequence it must use to make sure resources work together correctly to finish the operation. If multiple resource lines include the same resource sequence number, then the application schedules them to occur at the same time.
  • Title: Type
    Read Only: true
    Maximum Length: 30
    Type of the resource. Values include Labor or Equipment.
  • Title: Scheduled
    Maximum Length: 30
    Contains one of the following values: true or false. If true, then scheduling schedules the resource and computes the start date and completion date. If false, then scheduling does not schedule the resource and sets the start date equal to the completion date. The default value is true.
  • Title: Code
    Read Only: true
    Maximum Length: 30
    Abbreviation that identifies the standard operation.
  • Read Only: true
    Value that uniquely identifies the standard operation of a work order. It's a primary key that the application generates when it creates the operation.
  • Title: UOM Name
    Read Only: true
    Maximum Length: 25
    Unit of measure that the resource uses.
  • Read Only: true
    Maximum Length: 3
    Abbreviation that identifies the unit of measure that the resource uses.
  • Title: Code
    Read Only: true
    Maximum Length: 30
    Abbreviation that identifies the work area.
  • Title: Description
    Read Only: true
    Maximum Length: 240
    Description of the work area.
  • Read Only: true
    Value that uniquely identifies the work area. It's a primary key that the application generates when it creates the work area.
  • Title: Name
    Read Only: true
    Maximum Length: 80
    Name of the work area.
  • Title: Code
    Read Only: true
    Maximum Length: 30
    Abbreviation that identifies the work center.
  • Title: Description
    Read Only: true
    Maximum Length: 240
    Description of the work center.
  • Value that uniquely identifies the work center. It's a primary key that the application generates when it creates the work center.
  • Title: Name
    Read Only: true
    Maximum Length: 120
    Name of the work center.
  • Read Only: true
    Value that uniquely identifies the work order. It's a primary key that the application generates when it creates the work order.
  • Value that uniquely identifies the work order operation. It's a primary key that the application generates when it creates the work order operation.
  • Read Only: true
    Value that uniquely identifies the resource for the work order operation. It's a primary key that the application generates when it creates the resource for the work order operation.
Nested Schema : Resource Attachments
Type: array
Title: Resource Attachments
The Resource Attachments resource manages the attachments for a resource.
Show Source
Nested Schema : Flexfields for Resources
Type: array
Title: Flexfields for Resources
The Flexfields for Resources resource manages descriptive flexfields that contain details about the resources that the work order operations use.
Show Source
Nested Schema : Exceptions for Operation Resources
Type: array
Title: Exceptions for Operation Resources
The Exceptions for Operation Resources resource gets the count of exceptions that occurred for a resource during the operation.
Show Source
Nested Schema : Resource Instances
Type: array
Title: Resource Instances
The Resource Instances resource manages the instances of a work order operation. Each instance supports an equipment resource or labor resource.
Show Source
Nested Schema : processWorkOrders-Operation-Resource-ResourceAttachment-item-response
Type: object
Show Source
Nested Schema : processWorkOrders-Operation-Resource-ResourceDFF-item-response
Type: object
Show Source
Nested Schema : processWorkOrders-Operation-Resource-ResourceExceptionCount-item-response
Type: object
Show Source
Nested Schema : processWorkOrders-Operation-Resource-ResourceInstance-item-response
Type: object
Show Source
Nested Schema : Flexfields for Resource Instances
Type: array
Title: Flexfields for Resource Instances
The Flexfields for Resource Instances resource manages descriptive flexfields that contain details about the resource instance.
Show Source
Nested Schema : processWorkOrders-Operation-Resource-ResourceInstance-ResourceInstanceDFF-item-response
Type: object
Show Source
  • Title: Context Segment
    Maximum Length: 80
    Descriptive flexfield context name for work order operation resource instance.
  • Title: Context Segment
    Descriptive flexfield context display value for work order operation resource instance.
  • Links
  • Value that uniquely identifies an output of a work order operation resource instance. It's a primary key that the application generates when it creates the work order operation resource instance.
Back to Top