Oracle E-Business Suite · JSON Structure

Human Resources Assignment Structure

Type: object Properties: 21
Business ApplicationsE-Business SuiteEnterpriseERPOracle

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

Properties

assignmentId assignmentNumber assignmentType primaryFlag jobId jobName positionId positionName gradeId gradeName organizationId organizationName locationId locationCode supervisorId payrollId employmentCategory normalHours frequency effectiveStartDate effectiveEndDate

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "Assignment",
  "type": "object",
  "properties": {
    "assignmentId": {
      "type": "integer"
    },
    "assignmentNumber": {
      "type": "string"
    },
    "assignmentType": {
      "type": "string"
    },
    "primaryFlag": {
      "type": "string"
    },
    "jobId": {
      "type": "integer"
    },
    "jobName": {
      "type": "string"
    },
    "positionId": {
      "type": "integer"
    },
    "positionName": {
      "type": "string"
    },
    "gradeId": {
      "type": "integer"
    },
    "gradeName": {
      "type": "string"
    },
    "organizationId": {
      "type": "integer"
    },
    "organizationName": {
      "type": "string"
    },
    "locationId": {
      "type": "integer"
    },
    "locationCode": {
      "type": "string"
    },
    "supervisorId": {
      "type": "integer"
    },
    "payrollId": {
      "type": "integer"
    },
    "employmentCategory": {
      "type": "string"
    },
    "normalHours": {
      "type": "number"
    },
    "frequency": {
      "type": "string"
    },
    "effectiveStartDate": {
      "type": "string"
    },
    "effectiveEndDate": {
      "type": "string"
    }
  }
}