Oracle E-Business Suite · Schema
RoutingOperation
Business ApplicationsE-Business SuiteEnterpriseERPOracle
Properties
| Name | Type | Description |
|---|---|---|
| operationSequenceId | integer | Operation sequence identifier |
| operationSeqNum | integer | Operation sequence number |
| operationDescription | string | Operation description |
| operationCode | string | Standard operation code |
| departmentId | integer | Department identifier |
| departmentCode | string | Department code |
| effectivityDate | string | |
| disableDate | string | |
| minimumTransferQuantity | number | |
| countPointType | integer | Count point type (1=Yes, 2=No, 3=Auto-charge) |
| resources | array |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"title": "RoutingOperation",
"type": "object",
"properties": {
"operationSequenceId": {
"type": "integer",
"description": "Operation sequence identifier"
},
"operationSeqNum": {
"type": "integer",
"description": "Operation sequence number"
},
"operationDescription": {
"type": "string",
"description": "Operation description"
},
"operationCode": {
"type": "string",
"description": "Standard operation code"
},
"departmentId": {
"type": "integer",
"description": "Department identifier"
},
"departmentCode": {
"type": "string",
"description": "Department code"
},
"effectivityDate": {
"type": "string"
},
"disableDate": {
"type": "string"
},
"minimumTransferQuantity": {
"type": "number"
},
"countPointType": {
"type": "integer",
"description": "Count point type (1=Yes, 2=No, 3=Auto-charge)"
},
"resources": {
"type": "array"
}
}
}