Oracle E-Business Suite · JSON Structure

Manufacturing Completion Transaction Structure

Type: object Properties: 7
Business ApplicationsE-Business SuiteEnterpriseERPOracle

CompletionTransaction is a JSON Structure definition published by Oracle E-Business Suite, describing 7 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

wipEntityId organizationId transactionQuantity transactionUom subinventoryCode locatorId transactionDate

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "CompletionTransaction",
  "type": "object",
  "properties": {
    "wipEntityId": {
      "type": "integer"
    },
    "organizationId": {
      "type": "integer"
    },
    "transactionQuantity": {
      "type": "number"
    },
    "transactionUom": {
      "type": "string"
    },
    "subinventoryCode": {
      "type": "string"
    },
    "locatorId": {
      "type": "integer"
    },
    "transactionDate": {
      "type": "string"
    }
  }
}