DiscreteJob

Business ApplicationsE-Business SuiteEnterpriseERPOracle

Properties

Name Type Description
wipEntityId integer WIP entity identifier
wipEntityName string Job name/number
organizationId integer Organization identifier
primaryItemId integer Primary assembly item identifier
primaryItemNumber string Primary assembly item number
statusType integer Job status (1=Unreleased, 3=Released, 4=Complete, 5=Complete-No Charges, 6=On Hold, 7=Cancelled, 12=Closed, 14=Pending Close, 15=Failed Close)
jobType integer Job type (1=Standard, 3=Non-Standard)
startQuantity number Start quantity
quantityCompleted number Quantity completed
quantityScrapped number Quantity scrapped
netQuantity number Net quantity remaining
scheduledStartDate string Scheduled start date
scheduledCompletionDate string Scheduled completion date
dateReleased string Date released
dateCompleted string Date completed
dateClosed string Date closed
classCode string Accounting class code
bomRevision string BOM revision
routingRevision string Routing revision
description string Job description
firmPlannedFlag integer Firm planned flag (1=Firm, 2=Not Firm)
creationDate string
lastUpdateDate string
View JSON Schema on GitHub

JSON Schema

oracle-e-business-suite-discretejob-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/DiscreteJob",
  "title": "DiscreteJob",
  "type": "object",
  "properties": {
    "wipEntityId": {
      "type": "integer",
      "description": "WIP entity identifier",
      "example": "500123"
    },
    "wipEntityName": {
      "type": "string",
      "description": "Job name/number",
      "example": "example_value"
    },
    "organizationId": {
      "type": "integer",
      "description": "Organization identifier",
      "example": "500123"
    },
    "primaryItemId": {
      "type": "integer",
      "description": "Primary assembly item identifier",
      "example": "500123"
    },
    "primaryItemNumber": {
      "type": "string",
      "description": "Primary assembly item number",
      "example": "example_value"
    },
    "statusType": {
      "type": "integer",
      "description": "Job status (1=Unreleased, 3=Released, 4=Complete, 5=Complete-No Charges, 6=On Hold, 7=Cancelled, 12=Closed, 14=Pending Close, 15=Failed Close)",
      "example": 10
    },
    "jobType": {
      "type": "integer",
      "description": "Job type (1=Standard, 3=Non-Standard)",
      "example": 10
    },
    "startQuantity": {
      "type": "number",
      "format": "double",
      "description": "Start quantity",
      "example": 42.5
    },
    "quantityCompleted": {
      "type": "number",
      "format": "double",
      "description": "Quantity completed",
      "example": 42.5
    },
    "quantityScrapped": {
      "type": "number",
      "format": "double",
      "description": "Quantity scrapped",
      "example": 42.5
    },
    "netQuantity": {
      "type": "number",
      "format": "double",
      "description": "Net quantity remaining",
      "example": 42.5
    },
    "scheduledStartDate": {
      "type": "string",
      "format": "date-time",
      "description": "Scheduled start date",
      "example": "2026-01-15T10:30:00Z"
    },
    "scheduledCompletionDate": {
      "type": "string",
      "format": "date-time",
      "description": "Scheduled completion date",
      "example": "2026-01-15T10:30:00Z"
    },
    "dateReleased": {
      "type": "string",
      "format": "date-time",
      "description": "Date released",
      "example": "2026-01-15T10:30:00Z"
    },
    "dateCompleted": {
      "type": "string",
      "format": "date-time",
      "description": "Date completed",
      "example": "2026-01-15T10:30:00Z"
    },
    "dateClosed": {
      "type": "string",
      "format": "date-time",
      "description": "Date closed",
      "example": "2026-01-15T10:30:00Z"
    },
    "classCode": {
      "type": "string",
      "description": "Accounting class code",
      "example": "example_value"
    },
    "bomRevision": {
      "type": "string",
      "description": "BOM revision",
      "example": "example_value"
    },
    "routingRevision": {
      "type": "string",
      "description": "Routing revision",
      "example": "example_value"
    },
    "description": {
      "type": "string",
      "description": "Job description",
      "example": "A sample description."
    },
    "firmPlannedFlag": {
      "type": "integer",
      "description": "Firm planned flag (1=Firm, 2=Not Firm)",
      "example": 10
    },
    "creationDate": {
      "type": "string",
      "format": "date-time",
      "example": "2026-01-15T10:30:00Z"
    },
    "lastUpdateDate": {
      "type": "string",
      "format": "date-time",
      "example": "2026-01-15T10:30:00Z"
    }
  }
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/oracle-e-business-suite-discretejob"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.