Oracle E-Business Suite · JSON Structure

Manufacturing Discrete Job Create Structure

Type: object Properties: 13
Business ApplicationsE-Business SuiteEnterpriseERPOracle

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

Properties

wipEntityName primaryItemId organizationId statusType jobType startQuantity scheduledStartDate scheduledCompletionDate classCode bomRevision routingRevision description firmPlannedFlag

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "DiscreteJobCreate",
  "type": "object",
  "properties": {
    "wipEntityName": {
      "type": "string"
    },
    "primaryItemId": {
      "type": "integer"
    },
    "organizationId": {
      "type": "integer"
    },
    "statusType": {
      "type": "integer"
    },
    "jobType": {
      "type": "integer"
    },
    "startQuantity": {
      "type": "number"
    },
    "scheduledStartDate": {
      "type": "string"
    },
    "scheduledCompletionDate": {
      "type": "string"
    },
    "classCode": {
      "type": "string"
    },
    "bomRevision": {
      "type": "string"
    },
    "routingRevision": {
      "type": "string"
    },
    "description": {
      "type": "string"
    },
    "firmPlannedFlag": {
      "type": "integer"
    }
  }
}