Oracle E-Business Suite · JSON Structure

Manufacturing Material Transaction Structure

Type: object Properties: 10
Business ApplicationsE-Business SuiteEnterpriseERPOracle

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

Properties

wipEntityId organizationId operationSeqNum inventoryItemId transactionQuantity transactionUom transactionType 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": "MaterialTransaction",
  "type": "object",
  "properties": {
    "wipEntityId": {
      "type": "integer"
    },
    "organizationId": {
      "type": "integer"
    },
    "operationSeqNum": {
      "type": "integer"
    },
    "inventoryItemId": {
      "type": "integer"
    },
    "transactionQuantity": {
      "type": "number"
    },
    "transactionUom": {
      "type": "string"
    },
    "transactionType": {
      "type": "string"
    },
    "subinventoryCode": {
      "type": "string"
    },
    "locatorId": {
      "type": "integer"
    },
    "transactionDate": {
      "type": "string"
    }
  }
}