Oracle E-Business Suite · JSON Structure

Human Resources Organization Structure

Type: object Properties: 8
Business ApplicationsE-Business SuiteEnterpriseERPOracle

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

Properties

organizationId name businessGroupId dateFrom dateTo locationId type internalExternalFlag

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "Organization",
  "type": "object",
  "properties": {
    "organizationId": {
      "type": "integer"
    },
    "name": {
      "type": "string"
    },
    "businessGroupId": {
      "type": "integer"
    },
    "dateFrom": {
      "type": "string"
    },
    "dateTo": {
      "type": "string"
    },
    "locationId": {
      "type": "integer"
    },
    "type": {
      "type": "string"
    },
    "internalExternalFlag": {
      "type": "string"
    }
  }
}