Oracle E-Business Suite · Schema
DiscreteJobCreate
Business ApplicationsE-Business SuiteEnterpriseERPOracle
Properties
| Name | Type | Description |
|---|---|---|
| wipEntityName | string | |
| primaryItemId | integer | |
| organizationId | integer | |
| statusType | integer | |
| jobType | integer | |
| startQuantity | number | |
| scheduledStartDate | string | |
| scheduledCompletionDate | string | |
| classCode | string | |
| bomRevision | string | |
| routingRevision | string | |
| description | string | |
| firmPlannedFlag | integer |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"title": "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"
}
}
}