Oracle E-Business Suite · Schema
BomComponent
Business ApplicationsE-Business SuiteEnterpriseERPOracle
Properties
| Name | Type | Description |
|---|---|---|
| componentSequenceId | integer | Component sequence identifier |
| componentItemId | integer | Component item identifier |
| componentItemNumber | string | Component item number |
| itemDescription | string | Component item description |
| operationSeqNum | integer | Operation sequence number where component is consumed |
| componentQuantity | number | Component quantity per assembly |
| componentYieldFactor | number | Component yield factor |
| effectivityDate | string | Effective date |
| disableDate | string | Disable date |
| wipSupplyType | integer | WIP supply type (1=Push, 2=Assembly Pull, 3=Operation Pull, 4=Bulk, 5=Supplier, 6=Phantom) |
| optional | integer | Optional flag (1=Yes, 2=No) |
| quantityRelated | integer | Quantity related flag |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/BomComponent",
"title": "BomComponent",
"type": "object",
"properties": {
"componentSequenceId": {
"type": "integer",
"description": "Component sequence identifier",
"example": "500123"
},
"componentItemId": {
"type": "integer",
"description": "Component item identifier",
"example": "500123"
},
"componentItemNumber": {
"type": "string",
"description": "Component item number",
"example": "example_value"
},
"itemDescription": {
"type": "string",
"description": "Component item description",
"example": "example_value"
},
"operationSeqNum": {
"type": "integer",
"description": "Operation sequence number where component is consumed",
"example": 10
},
"componentQuantity": {
"type": "number",
"format": "double",
"description": "Component quantity per assembly",
"example": 42.5
},
"componentYieldFactor": {
"type": "number",
"format": "double",
"description": "Component yield factor",
"example": 42.5
},
"effectivityDate": {
"type": "string",
"format": "date",
"description": "Effective date",
"example": "2026-01-15"
},
"disableDate": {
"type": "string",
"format": "date",
"description": "Disable date",
"example": "2026-01-15"
},
"wipSupplyType": {
"type": "integer",
"description": "WIP supply type (1=Push, 2=Assembly Pull, 3=Operation Pull, 4=Bulk, 5=Supplier, 6=Phantom)",
"example": 10
},
"optional": {
"type": "integer",
"description": "Optional flag (1=Yes, 2=No)",
"example": 10
},
"quantityRelated": {
"type": "integer",
"description": "Quantity related flag",
"example": 10
}
}
}
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.
Call it yourself
curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/oracle-e-business-suite-bomcomponent"
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.