Oracle E-Business Suite · JSON Structure

Manufacturing Routing Operation Structure

Type: object Properties: 11
Business ApplicationsE-Business SuiteEnterpriseERPOracle

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

Properties

operationSequenceId operationSeqNum operationDescription operationCode departmentId departmentCode effectivityDate disableDate minimumTransferQuantity countPointType resources

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "RoutingOperation",
  "type": "object",
  "properties": {
    "operationSequenceId": {
      "type": "integer"
    },
    "operationSeqNum": {
      "type": "integer"
    },
    "operationDescription": {
      "type": "string"
    },
    "operationCode": {
      "type": "string"
    },
    "departmentId": {
      "type": "integer"
    },
    "departmentCode": {
      "type": "string"
    },
    "effectivityDate": {
      "type": "string"
    },
    "disableDate": {
      "type": "string"
    },
    "minimumTransferQuantity": {
      "type": "number"
    },
    "countPointType": {
      "type": "integer"
    },
    "resources": {
      "type": "array"
    }
  }
}