Oracle E-Business Suite · JSON Structure

Manufacturing Wip Operation Structure

Type: object Properties: 15
Business ApplicationsE-Business SuiteEnterpriseERPOracle

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

Properties

wipEntityId operationSeqNum organizationId departmentId departmentCode operationDescription scheduledQuantity quantityInQueue quantityRunning quantityCompleted quantityScrapped firstUnitStartDate lastUnitCompletionDate countPointType backflushFlag

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "WipOperation",
  "type": "object",
  "properties": {
    "wipEntityId": {
      "type": "integer"
    },
    "operationSeqNum": {
      "type": "integer"
    },
    "organizationId": {
      "type": "integer"
    },
    "departmentId": {
      "type": "integer"
    },
    "departmentCode": {
      "type": "string"
    },
    "operationDescription": {
      "type": "string"
    },
    "scheduledQuantity": {
      "type": "number"
    },
    "quantityInQueue": {
      "type": "number"
    },
    "quantityRunning": {
      "type": "number"
    },
    "quantityCompleted": {
      "type": "number"
    },
    "quantityScrapped": {
      "type": "number"
    },
    "firstUnitStartDate": {
      "type": "string"
    },
    "lastUnitCompletionDate": {
      "type": "string"
    },
    "countPointType": {
      "type": "integer"
    },
    "backflushFlag": {
      "type": "integer"
    }
  }
}