Oracle E-Business Suite · JSON Structure

Manufacturing Bom Component Structure

Type: object Properties: 12
Business ApplicationsE-Business SuiteEnterpriseERPOracle

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

Properties

componentSequenceId componentItemId componentItemNumber itemDescription operationSeqNum componentQuantity componentYieldFactor effectivityDate disableDate wipSupplyType optional quantityRelated

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "BomComponent",
  "type": "object",
  "properties": {
    "componentSequenceId": {
      "type": "integer"
    },
    "componentItemId": {
      "type": "integer"
    },
    "componentItemNumber": {
      "type": "string"
    },
    "itemDescription": {
      "type": "string"
    },
    "operationSeqNum": {
      "type": "integer"
    },
    "componentQuantity": {
      "type": "number"
    },
    "componentYieldFactor": {
      "type": "number"
    },
    "effectivityDate": {
      "type": "string"
    },
    "disableDate": {
      "type": "string"
    },
    "wipSupplyType": {
      "type": "integer"
    },
    "optional": {
      "type": "integer"
    },
    "quantityRelated": {
      "type": "integer"
    }
  }
}