Oracle E-Business Suite · JSON Structure

Human Resources Payroll Run Structure

Type: object Properties: 8
Business ApplicationsE-Business SuiteEnterpriseERPOracle

PayrollRun 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

payrollActionId payrollId actionType actionStatus effectiveDate dateEarned periodOfServiceId businessGroupId

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "PayrollRun",
  "type": "object",
  "properties": {
    "payrollActionId": {
      "type": "integer"
    },
    "payrollId": {
      "type": "integer"
    },
    "actionType": {
      "type": "string"
    },
    "actionStatus": {
      "type": "string"
    },
    "effectiveDate": {
      "type": "string"
    },
    "dateEarned": {
      "type": "string"
    },
    "periodOfServiceId": {
      "type": "integer"
    },
    "businessGroupId": {
      "type": "integer"
    }
  }
}