Oracle E-Business Suite · JSON Structure

Manufacturing Operation Resource Structure

Type: object Properties: 7
Business ApplicationsE-Business SuiteEnterpriseERPOracle

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

Properties

resourceSeqNum resourceId resourceCode usageRateOrAmount basisType scheduleFlag autochargeType

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "OperationResource",
  "type": "object",
  "properties": {
    "resourceSeqNum": {
      "type": "integer"
    },
    "resourceId": {
      "type": "integer"
    },
    "resourceCode": {
      "type": "string"
    },
    "usageRateOrAmount": {
      "type": "number"
    },
    "basisType": {
      "type": "integer"
    },
    "scheduleFlag": {
      "type": "integer"
    },
    "autochargeType": {
      "type": "integer"
    }
  }
}