Oracle E-Business Suite · JSON Structure

Human Resources Position Structure

Type: object Properties: 10
Business ApplicationsE-Business SuiteEnterpriseERPOracle

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

Properties

positionId name jobId organizationId effectiveStartDate effectiveEndDate status availabilityStatusId businessGroupId locationId

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "Position",
  "type": "object",
  "properties": {
    "positionId": {
      "type": "integer"
    },
    "name": {
      "type": "string"
    },
    "jobId": {
      "type": "integer"
    },
    "organizationId": {
      "type": "integer"
    },
    "effectiveStartDate": {
      "type": "string"
    },
    "effectiveEndDate": {
      "type": "string"
    },
    "status": {
      "type": "string"
    },
    "availabilityStatusId": {
      "type": "integer"
    },
    "businessGroupId": {
      "type": "integer"
    },
    "locationId": {
      "type": "integer"
    }
  }
}