Get all absence records
get
/hcmRestApi/resources/11.13.18.05/absences
Request
Query Parameters
-
expand: string
When this parameter is provided, the specified children are included in the resource payload (instead of just a link). The value of this query parameter is "all" or "". More than one child can be specified using comma as a separator. Example: ?expand=Employees,Localizations. Nested children can also be provided following the format "Child.NestedChild" (Example: ?expand=Employees.Managers). If a nested child is provided (Example: Employees.Managers), the missing children will be processed implicitly. For example, "?expand=Employees.Managers" is the same as "?expand=Employees,Employees.Managers" (which will expand Employees and Managers).
-
fields: string
This parameter filters the resource fields. Only the specified fields are returned, which means that if no fields are specified, no fields are returned (useful to get only the links). If an indirect child resource is provided (Example: Employees.Managers), the missing children will be processed implicitly. For example, "?fields=Employees.Managers:Empname" is the same as "?fields=;Employees:;Employees.Managers:Empname" (which will only return the "Empname" field for Managers). the value of this query parameter is a list of resource fields. The attribute can be a direct (Example: Employees) or indirect (Example: Employees.Managers) child. It cannot be combined with expand query parameter. If both are provided, only fields will be considered.
Format: ?fields=Attribute1,Attribute2
Format for fields in child resource: ?fields=Accessor1:Attribute1,Attribute2 -
finder: string
Used as a predefined finder to search the collection.
Format ?finder=<finderName>;<variableName>=<variableValue>,<variableName2>=<variableValue2>
The following are the available finder names and corresponding finder variables- PrimaryKey Unique identifier of an absence record.
Finder Variables- personAbsenceEntryId; integer; Unique identifier of absence.
- findAbsenceUsingAllAbsParameters Finds absences based on the absence entry identifier, absence type identifier, person identifier, start and end date.
Finder Variables- absenceTypeId; integer; Unique identifier for the absence type.
- endDate; string; End date of the absence.
- personAbsenceEntryId; integer; Unique Identifier of absence.
- personId; integer; Unique identifier for the person.
- startDate; string; Start date of the absence.
- findByAbsDate Finds absences based on the absence start date.
Finder Variables- startDate; string; Start date of the absence.
- findByAbsStartAndEndDate Finds absences based on the start and end date of the absence.
Finder Variables- endDate; string; End date of the absence.
- startDate; string; Start date of the absence.
- findByAbsenceEntryId Finds absences based on the absence entry identifier.
Finder Variables- personAbsenceEntryId; integer; Finds absences based on the absence entry identifier, absence type identifier, person identifier, start and end date.
- findByAbsenceTypeId Finds absences based on the absence type identifier.
Finder Variables- absenceTypeId; integer; Unique identifier for the absence type.
- findByPersonAbsenceTypeIdAndAbsDate Finds absences based on the absence type identifier, person identifier, start and end date.
Finder Variables- absenceTypeId; integer; Unique identifier for the absence type.
- endDate; string; End date of the absence.
- personId; integer; Unique identifier for the person.
- startDate; string; Start date of the absence.
- findByPersonAndAbsenceTypeId Finds absences based on the person identifier and type identifier.
Finder Variables- absenceTypeId; integer; Unique identifier for the absence type.
- personId; integer; Unique identifier for the person.
- findByPersonId Finds absences based on the person identifier.
Finder Variables- personId; integer; Unique identifier for the person.
- PrimaryKey Unique identifier of an absence record.
-
limit: integer
This parameter restricts the number of resources returned inside the resource collection. If the limit exceeds the resource count then the framework will only return the available resources.
-
links: string
This parameter can be used to show only certain links while accessing a singular resource or a resource collection. The parameter value format is a comma-separated list of : <link_relation>
Example:
self,canonical -
offset: integer
Used to define the starting position of the resource collection. If offset exceeds the resource count then no resources are returned. Default value is 0.
-
onlyData: boolean
The resource item payload will be filtered in order to contain only data (no links section, for example).
-
orderBy: string
This parameter orders a resource collection based on the specified fields. The parameter value is a comma-separated string of attribute names, each optionally followed by a colon and "asc" or "desc". Specify "asc" for ascending and "desc" for descending. The default value is "asc". For example, ?orderBy=field1:asc,field2:desc
-
q: string
This query parameter defines the where clause. The resource collection will be queried using the provided expressions. The value of this query parameter is one or more expressions. Example: ?q=Deptno>=10 and <= 30;Loc!=NY
Format: ?q=expression1;expression2
You can use these queryable attributes to filter this collection resource using the q query parameter:- ApprovalDatetime; string; Date and time of the absence approval.
- ObjectVersionNumber; integer; Used to implement optimistic locking. This number is incremented every time the row is updated. The number is compared at the start and end of a transaction to detect whether another session has updated the row since it was queried.
- absenceCaseId; integer
- absenceDispStatus; string; Absence processing status displayed to the user. Valid values are defined in the lookup ANC_PER_ABS_ENT_DISPLAY_STATUS.
- absenceEntryBasicFlag; boolean; Indicates whether the absence is recorded in basic mode or advanced mode. The default value is true.
- absencePatternCd; string; Unique code assigned to the absence pattern associated with an absence type. For example, absence pattern can be Generic for a vacation absence, Illness or injury for a sickness absence.
- absenceReason; string; Reason for absence attached to the absence type.
- absenceStatusCd; string; Absence status, such as submitted, withdrawn.
- absenceType; string; Unique identifier for the absence type.
- absenceTypeId; integer; Unique identifier for the absence type.
- absenceTypeReasonId; integer; Unique identifier for the absence reason.
- agreementId; integer
- agreementName; string; Name of the agreement used to record absence.
- approvalStatusCd; string
- assignmentId; integer; Unique identifier of the assignment for which the absence is recorded. When an employee has multiple active assignments, this attribute can be used to restrict the absence to a specific assignment. You can't change the assignment when editing an existing absence.
- assignmentName; string; Name of the worker's assignment.
- assignmentNumber; string; Number of the worker's assignment.
- authStatusUpdateDate; string
- bandDtlId; integer
- blockedLeaveCandidate; string; Determines whether the worker is eligible for block leave or not. Block leave enables workers to report a fixed period away from work.
- certificationAuthFlag; boolean
- childEventTypeCd; string
- comments; string; Comments provided while recording the absence.
- conditionStartDate; string; Condition start date of an illness or injury leave. Used to indicate when the illness began or injury occurred, and could be different from the absence start date.
- confirmedDate; string; Confirmed start date of an absence.
- consumedByAgreement; string
- createdBy; string; Name of the employee who created the absence record.
- creationDate; string; Date and time of the absence record creation.
- dataSecurityPersonId; integer; Unique person identifier assigned to verify data security.
- diseaseCode; string
- duration; number; Duration of the recorded absence.
- effectiveEndDate; string; End date to check data security.
- effectiveStartDate; string; Start date to check data security.
- employeeShiftFlag; boolean
- employer; string; Name of the employer.
- endDate; string; End date of the recorded absence.
- endDateDuration; number; Duration of the absence on the end date. This field allows the duration of the end date to be different than what's derived from the shift duration.
- endDateDurationPreferenceCode; string; Code of the absence bid end date preference.
- endDateDurationPreferenceMeaning; string; Description of the absence bid end date preference.
- endDateTime; string; End date timestamp of an absence.
- endTime; string; End time of the recorded absence.
- establishmentDate; string
- frequency; string
- initialReportById; integer
- initialTimelyNotifyFlag; boolean
- lastUpdateDate; string; Latest date and time the absence record was updated.
- lastUpdateLogin; string; User name of the employee who last updated the absence record.
- lastUpdatedBy; string; Name of the employee who last updated the absence record.
- lateNotifyFlag; boolean; Indicates an absence notification that qualifies as a late notification and is waived.
- legalEntityId; integer
- legislationCode; string
- legislativeDataGroupId; integer
- notificationDate; string; Date the employee notifies the employer of an upcoming absence.
- objectVersionNumber; integer; Used to implement optimistic locking. This number is incremented every time the row is updated. The number is compared at the start and end of a transaction to detect whether another session has updated the row since it was queried.
- openEndedFlag; boolean; Indicates whether the absence is open-ended. Enables workers to submit an absence without entering an absence end date. The default value is false.
- overridden; string; Indicates whether the absence duration has been overridden or not. The default value is false.
- paymentDetail; string; Name of payment detail of agreement used to record absence.
- periodOfIncapToWorkFlag; boolean
- periodOfServiceId; integer
- personAbsenceEntryId; integer; Unique identifier for the absence.
- personId; integer; Unique identifier for the person.
- personNumber; string; Unique person number for whom the absence is recorded.
- plannedEndDate; string
- processingStatus; string
- projectId; integer
- singleDayFlag; boolean; Indicates whether the absence request is for a single day. Default value is false.
- source; string; Source of the absence imported from other applications. For example, an absence may be recorded via Absence Management, Time and Labor, a data loader or through the REST process.
- splCondition; string
- startDate; string; Start date of the recorded absence.
- startDateDuration; number; Duration of the absence on the start date. This field allows the duration of the start date to be different than what's derived from the shift duration.
- startDateDurationPreferenceCode; string; Code of the absence bid start date preference.
- startDateDurationPreferenceMeaning; string; Description of the absence bid start date preference.
- startDateTime; string; Start date timestamp of an absence.
- startTime; string; Start time of the recorded absence.
- submittedDate; string; Date on which absence is created and submitted for approval.
- timelinessOverrideDate; string
- unitOfMeasure; string; Unit of measure used to record the absence, such as days or hours.
- userMode; string; Role of the user who entered this absence. Possible values are EMP, MGR, or ADMIN.
-
totalResults: boolean
The resource collection representation will include the "estimated row count" when "?totalResults=true", otherwise the count is not included. The default value is "false".
Header Parameters
-
Metadata-Context:
If the REST API supports runtime customizations, the shape of the service may change during runtime. The REST client may isolate itself from these changes or choose to interact with the latest version of the API by specifying this header. For example: Metadata-Context:sandbox="TrackEmployeeFeature".
-
REST-Framework-Version:
The protocol version between a REST client and service. If the client does not specify this header in the request the server will pick a default version for the API.
There's no request body for this operation.
Back to TopResponse
Supported Media Types
- application/json
Default Response
The following table describes the default response for this task.
Headers
-
Metadata-Context:
If the REST API supports runtime customizations, the shape of the service may change during runtime. The REST client may isolate itself from these changes or choose to interact with the latest version of the API by specifying this header. For example: Metadata-Context:sandbox="TrackEmployeeFeature".
-
REST-Framework-Version:
The protocol version between a REST client and service. If the client does not specify this header in the request the server will pick a default version for the API.
Root Schema : absences
Type:
Show Source
object-
count(required): integer
The number of resource instances returned in the current range.
-
hasMore(required): boolean
Indicates whether more resources are available on the server than the subset returned in the response. If the value is true, then there are more resources to retrieve from the server. The default value is false.
-
items: array
Items
Title:
ItemsThe items in the collection. -
limit(required): integer
The actual paging size used by the server.
-
links(required): array
Links
Title:
LinksThe link relations associated with the resource instance. -
offset(required): integer
The offset value used in the current page.
-
totalResults: integer
The estimated row count when "?totalResults=true", otherwise the count is not included.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : absences-item-response
Type:
Show Source
object-
absenceAttachments: array
Absence Attachments
Title:
Absence AttachmentsThe absence attachments resource provides the attached documents added to the absence transactions. -
absenceCaseId: integer
(int64)
-
absenceDispStatus: string
Absence processing status displayed to the user. Valid values are defined in the lookup ANC_PER_ABS_ENT_DISPLAY_STATUS.
-
absenceDispStatusMeaning: string
Read Only:
trueMaximum Length:255Description of the absence transaction status. -
absenceEntitlements: array
Absence Entitlements
Title:
Absence EntitlementsThe absenceEntitlements resource is a child of the absences resource. It provides a list of all the entitlements consumed by an absence. -
absenceEntryBasicFlag: boolean
Title:
Basic Mode IndicatorMaximum Length:30Default Value:falseIndicates whether the absence is recorded in basic mode or advanced mode. The default value is true. -
absenceEntryDetails: array
Absence Entry Details
Title:
Absence Entry DetailsThe absenceEntryDetails resource provides a individual day breakdown and a shift breakdown of the absence request dates. -
absenceMaternity: array
Absence Maternity Details
Title:
Absence Maternity DetailsThe absenceMaternity resource is a child of the absences resource. It provides details of maternity attributes when absence type is maternity. -
absencePatternCd: string
Maximum Length:
20Unique code assigned to the absence pattern associated with an absence type. For example, absence pattern can be Generic for a vacation absence, Illness or injury for a sickness absence. -
absenceReason: string
Title:
ReasonReason for absence attached to the absence type. -
absenceRecordingDFF: array
absenceRecordingDFF
-
absenceRecordingsDDF: array
absenceRecordingsDDF
-
absenceStatusCd: string
Title:
StatusMaximum Length:30Default Value:'SUBMITTED'Absence status, such as submitted, withdrawn. -
absenceType: string
Unique identifier for the absence type.
-
absenceTypeId: integer
(int64)
Title:
Absence TypeUnique identifier for the absence type. -
absenceTypeReasonId: integer
(int64)
Title:
ReasonUnique identifier for the absence reason. -
absenceUpdatableFlag: boolean
Read Only:
trueMaximum Length:255Indicates whether the absence can be updated. If true, the absence can be updated. If false, the absence can't be updated. -
agreementId: integer
(int64)
Title:
Agreement Name -
agreementName: string
Name of the agreement used to record absence.
-
allowAssignmentSelectionFlag: boolean
Read Only:
trueIndicates whether an assignment can be selected for the absence transaction. If true, an assignment can be selected and shown on the absence transaction. -
ApprovalDatetime: string
(date-time)
Read Only:
trueDate and time of the absence approval. -
approvalStatusCd: string
Title:
Approval StatusMaximum Length:30 -
assignmentId: integer
(int64)
Unique identifier of the assignment for which the absence is recorded. When an employee has multiple active assignments, this attribute can be used to restrict the absence to a specific assignment. You can't change the assignment when editing an existing absence.
-
assignmentName: string
Title:
Assignment NameRead Only:trueMaximum Length:80Name of the worker's assignment. -
assignmentNumber: string
Title:
Assignment NumberRead Only:trueMaximum Length:30Number of the worker's assignment. -
authStatusUpdateDate: string
(date)
Title:
Status Last Updated -
bandDtlId: integer
(int64)
Title:
Payment Detail -
blockedLeaveCandidate: string
Title:
Block Leave StatusMaximum Length:30Determines whether the worker is eligible for block leave or not. Block leave enables workers to report a fixed period away from work. -
certificationAuthFlag: boolean
Title:
Authorized absenceMaximum Length:30 -
childEventTypeCd: string
Maximum Length:
30 -
comments: string
Title:
CommentsMaximum Length:2000Comments provided while recording the absence. -
conditionStartDate: string
(date)
Title:
Condition Start DateCondition start date of an illness or injury leave. Used to indicate when the illness began or injury occurred, and could be different from the absence start date. -
confirmedDate: string
(date)
Title:
Confirmation DateConfirmed start date of an absence. -
consumedByAgreement: string
Maximum Length:
30 -
createdBy: string
Read Only:
trueMaximum Length:64Name of the employee who created the absence record. -
creationDate: string
(date-time)
Read Only:
trueDate and time of the absence record creation. -
dataSecurityPersonId: integer
(int64)
Read Only:
trueUnique person identifier assigned to verify data security. -
diseaseCode: string
Title:
Disease CodeMaximum Length:250 -
duration: number
Title:
DurationDuration of the recorded absence. -
effectiveEndDate: string
(date)
Read Only:
trueEnd date to check data security. -
effectiveStartDate: string
(date)
Read Only:
trueStart date to check data security. -
employeeShiftFlag: boolean
Maximum Length:
20 -
employer: string
Name of the employer.
-
endDate: string
(date)
Title:
End DateEnd date of the recorded absence. -
endDateDuration: number
Title:
End Date DurationDuration of the absence on the end date. This field allows the duration of the end date to be different than what's derived from the shift duration. -
endDateDurationPreferenceCode: string
Maximum Length:
30Code of the absence bid end date preference. -
endDateDurationPreferenceMeaning: string
Title:
MeaningRead Only:trueMaximum Length:80Description of the absence bid end date preference. -
endDateTime: string
(date-time)
Title:
End Date and TimeEnd date timestamp of an absence. -
endTime: string
Title:
End TimeMaximum Length:30End time of the recorded absence. -
establishmentDate: string
(date)
Title:
Period of incapacity established -
formattedDuration: string
Read Only:
trueMaximum Length:255Duration of the recorded absence. -
frequency: string
Maximum Length:
30 -
ignoreWarningFlag: boolean
Maximum Length:
80Indicates whether a warning message gets displayed for the absence request. -
initialReportById: integer
(int64)
Title:
Initially Reported By -
initialTimelyNotifyFlag: boolean
Title:
Late notificationMaximum Length:30 -
lastUpdateDate: string
(date-time)
Read Only:
trueLatest date and time the absence record was updated. -
lastUpdatedBy: string
Read Only:
trueMaximum Length:64Name of the employee who last updated the absence record. -
lastUpdateLogin: string
Read Only:
trueMaximum Length:32User name of the employee who last updated the absence record. -
lateNotifyFlag: boolean
Title:
Late notification waivedMaximum Length:30Indicates an absence notification that qualifies as a late notification and is waived. -
legalEntityId: integer
(int64)
Title:
Employer -
legislationCode: string
Maximum Length:
30 -
legislativeDataGroupId: integer
(int64)
Title:
Legislative Data Group -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
notificationDate: string
(date)
Title:
SubmittedDate the employee notifies the employer of an upcoming absence. -
objectVersionNumber: integer
(int32)
Used to implement optimistic locking. This number is incremented every time the row is updated. The number is compared at the start and end of a transaction to detect whether another session has updated the row since it was queried.
-
ObjectVersionNumber: integer
(int32)
Read Only:
trueUsed to implement optimistic locking. This number is incremented every time the row is updated. The number is compared at the start and end of a transaction to detect whether another session has updated the row since it was queried. -
openEndedFlag: boolean
Title:
Open ended leaveMaximum Length:1Default Value:falseIndicates whether the absence is open-ended. Enables workers to submit an absence without entering an absence end date. The default value is false. -
overridden: string
Maximum Length:
10Default Value:NIndicates whether the absence duration has been overridden or not. The default value is false. -
paymentDetail: string
Name of payment detail of agreement used to record absence.
-
periodOfIncapToWorkFlag: boolean
Maximum Length:
30 -
periodOfServiceId: integer
(int64)
-
personAbsenceEntryId: integer
(int64)
Title:
Absence Entry IDUnique identifier for the absence. -
personId: integer
(int64)
Unique identifier for the person.
-
personNumber: string
Unique person number for whom the absence is recorded.
-
plannedEndDate: string
(date)
Title:
Estimated End Date -
processingStatus: string
Maximum Length:
30 -
projectId: integer
(int64)
-
singleDayFlag: boolean
Title:
Single dayMaximum Length:1Default Value:falseIndicates whether the absence request is for a single day. Default value is false. -
source: string
Title:
SourceMaximum Length:10Default Value:'REST'Source of the absence imported from other applications. For example, an absence may be recorded via Absence Management, Time and Labor, a data loader or through the REST process. -
splCondition: string
Title:
Special ConditionsMaximum Length:1000 -
startDate: string
(date)
Title:
Start DateStart date of the recorded absence. -
startDateDuration: number
Title:
Start Date DurationDuration of the absence on the start date. This field allows the duration of the start date to be different than what's derived from the shift duration. -
startDateDurationPreferenceCode: string
Maximum Length:
30Code of the absence bid start date preference. -
startDateDurationPreferenceMeaning: string
Title:
MeaningRead Only:trueMaximum Length:80Description of the absence bid start date preference. -
startDateTime: string
(date-time)
Title:
Start Date and TimeStart date timestamp of an absence. -
startTime: string
Title:
Start TimeMaximum Length:30Start time of the recorded absence. -
submittedDate: string
(date)
Title:
SubmittedDate on which absence is created and submitted for approval. -
timelinessOverrideDate: string
(date)
Title:
Waiver Date -
unitOfMeasure: string
Title:
UOMMaximum Length:30Unit of measure used to record the absence, such as days or hours. -
unitOfMeasureMeaning: string
Title:
MeaningRead Only:trueMaximum Length:80Description of the unit of measure used to record the absence, such as Days or Hours. -
userMode: string
Maximum Length:
10Default Value:EMPRole of the user who entered this absence. Possible values are EMP, MGR, or ADMIN.
Nested Schema : Absence Attachments
Type:
arrayTitle:
Absence AttachmentsThe absence attachments resource provides the attached documents added to the absence transactions.
Show Source
Nested Schema : Absence Entitlements
Type:
arrayTitle:
Absence EntitlementsThe absenceEntitlements resource is a child of the absences resource. It provides a list of all the entitlements consumed by an absence.
Show Source
Nested Schema : Absence Entry Details
Type:
arrayTitle:
Absence Entry DetailsThe absenceEntryDetails resource provides a individual day breakdown and a shift breakdown of the absence request dates.
Show Source
Nested Schema : Absence Maternity Details
Type:
arrayTitle:
Absence Maternity DetailsThe absenceMaternity resource is a child of the absences resource. It provides details of maternity attributes when absence type is maternity.
Show Source
Nested Schema : absenceRecordingsDDF
Type:
Show Source
array-
Array of:
object Discriminator: __FLEX_Context
Discriminator:
{ "propertyName":"__FLEX_Context", "mapping":{ "ORA_HRX_CA_VACATION":"#/components/schemas/oracle_apps_flex_hcm_globalAbsences_recording_absenceRecordingsDDFFlex_view_AbsenceRecordingsDDFFlexORA__5FHRX__5FCA__5FVACATIONVO-item-response", "ORA_HRX_FR_ADOPT":"#/components/schemas/oracle_apps_flex_hcm_globalAbsences_recording_absenceRecordingsDDFFlex_view_AbsenceRecordingsDDFFlexORA__5FHRX__5FFR__5FADOPTVO-item-response", "ORA_HRX_FR_ADP_LNK":"#/components/schemas/oracle_apps_flex_hcm_globalAbsences_recording_absenceRecordingsDDFFlex_view_AbsenceRecordingsDDFFlexORA__5FHRX__5FFR__5FADP__5FLNKVO-item-response", "ORA_HRX_FR_ADP_PAR":"#/components/schemas/oracle_apps_flex_hcm_globalAbsences_recording_absenceRecordingsDDFFlex_view_AbsenceRecordingsDDFFlexORA__5FHRX__5FFR__5FADP__5FPARVO-item-response", "ORA_HRX_FR_AT_MP":"#/components/schemas/oracle_apps_flex_hcm_globalAbsences_recording_absenceRecordingsDDFFlex_view_AbsenceRecordingsDDFFlexORA__5FHRX__5FFR__5FAT__5FMPVO-item-response", "ORA_HRX_FR_MAL":"#/components/schemas/oracle_apps_flex_hcm_globalAbsences_recording_absenceRecordingsDDFFlex_view_AbsenceRecordingsDDFFlexORA__5FHRX__5FFR__5FMALVO-item-response", "ORA_HRX_FR_MATERNITY":"#/components/schemas/oracle_apps_flex_hcm_globalAbsences_recording_absenceRecordingsDDFFlex_view_AbsenceRecordingsDDFFlexORA__5FHRX__5FFR__5FMATERNITYVO-item-response", "ORA_HRX_FR_MATERNITY_EXTN":"#/components/schemas/oracle_apps_flex_hcm_globalAbsences_recording_absenceRecordingsDDFFlex_view_AbsenceRecordingsDDFFlexORA__5FHRX__5FFR__5FMATERNITY__5FEXTNVO-item-response", "ORA_HRX_FR_PATERNITY":"#/components/schemas/oracle_apps_flex_hcm_globalAbsences_recording_absenceRecordingsDDFFlex_view_AbsenceRecordingsDDFFlexORA__5FHRX__5FFR__5FPATERNITYVO-item-response", "ORA_HRX_FR_PAT_LNK":"#/components/schemas/oracle_apps_flex_hcm_globalAbsences_recording_absenceRecordingsDDFFlex_view_AbsenceRecordingsDDFFlexORA__5FHRX__5FFR__5FPAT__5FLNKVO-item-response", "ORA_HRX_FR_PBL":"#/components/schemas/oracle_apps_flex_hcm_globalAbsences_recording_absenceRecordingsDDFFlex_view_AbsenceRecordingsDDFFlexORA__5FHRX__5FFR__5FPBLVO-item-response", "ORA_HRX_FR_TPT":"#/components/schemas/oracle_apps_flex_hcm_globalAbsences_recording_absenceRecordingsDDFFlex_view_AbsenceRecordingsDDFFlexORA__5FHRX__5FFR__5FTPTVO-item-response", "ORA_HRX_GB_ADOP":"#/components/schemas/oracle_apps_flex_hcm_globalAbsences_recording_absenceRecordingsDDFFlex_view_AbsenceRecordingsDDFFlexORA__5FHRX__5FGB__5FADOPVO-item-response", "ORA_HRX_GB_MAT":"#/components/schemas/oracle_apps_flex_hcm_globalAbsences_recording_absenceRecordingsDDFFlex_view_AbsenceRecordingsDDFFlexORA__5FHRX__5FGB__5FMATVO-item-response", "ORA_HRX_GB_PAT":"#/components/schemas/oracle_apps_flex_hcm_globalAbsences_recording_absenceRecordingsDDFFlex_view_AbsenceRecordingsDDFFlexORA__5FHRX__5FGB__5FPATVO-item-response", "ORA_HRX_GB_PAT_ADO":"#/components/schemas/oracle_apps_flex_hcm_globalAbsences_recording_absenceRecordingsDDFFlex_view_AbsenceRecordingsDDFFlexORA__5FHRX__5FGB__5FPAT__5FADOVO-item-response", "ORA_HRX_GB_PAT_ADO_EXTN":"#/components/schemas/oracle_apps_flex_hcm_globalAbsences_recording_absenceRecordingsDDFFlex_view_AbsenceRecordingsDDFFlexORA__5FHRX__5FGB__5FPAT__5FADO__5FEXTNVO-item-response", "ORA_HRX_GB_PAT_EXTN":"#/components/schemas/oracle_apps_flex_hcm_globalAbsences_recording_absenceRecordingsDDFFlex_view_AbsenceRecordingsDDFFlexORA__5FHRX__5FGB__5FPAT__5FEXTNVO-item-response", "ORA_HRX_GB_SDM":"#/components/schemas/oracle_apps_flex_hcm_globalAbsences_recording_absenceRecordingsDDFFlex_view_AbsenceRecordingsDDFFlexORA__5FHRX__5FGB__5FSDMVO-item-response", "ORA_HRX_GB_SHPL":"#/components/schemas/oracle_apps_flex_hcm_globalAbsences_recording_absenceRecordingsDDFFlex_view_AbsenceRecordingsDDFFlexORA__5FHRX__5FGB__5FSHPLVO-item-response", "ORA_HRX_GB_SHPL_ADO":"#/components/schemas/oracle_apps_flex_hcm_globalAbsences_recording_absenceRecordingsDDFFlex_view_AbsenceRecordingsDDFFlexORA__5FHRX__5FGB__5FSHPL__5FADOVO-item-response", "ORA_HRX_GB_SICK":"#/components/schemas/oracle_apps_flex_hcm_globalAbsences_recording_absenceRecordingsDDFFlex_view_AbsenceRecordingsDDFFlexORA__5FHRX__5FGB__5FSICKVO-item-response", "ORA_HRX_GB_SPBL":"#/components/schemas/oracle_apps_flex_hcm_globalAbsences_recording_absenceRecordingsDDFFlex_view_AbsenceRecordingsDDFFlexORA__5FHRX__5FGB__5FSPBLVO-item-response", "ORA_HRX_MX_DISABILITY":"#/components/schemas/oracle_apps_flex_hcm_globalAbsences_recording_absenceRecordingsDDFFlex_view_AbsenceRecordingsDDFFlexORA__5FHRX__5FMX__5FDISABILITYVO-item-response", "ORA_HRX_NL_ADOPTION":"#/components/schemas/oracle_apps_flex_hcm_globalAbsences_recording_absenceRecordingsDDFFlex_view_AbsenceRecordingsDDFFlexORA__5FHRX__5FNL__5FADOPTIONVO-item-response", "ORA_HRX_NL_FOSTER_CARE":"#/components/schemas/oracle_apps_flex_hcm_globalAbsences_recording_absenceRecordingsDDFFlex_view_AbsenceRecordingsDDFFlexORA__5FHRX__5FNL__5FFOSTER__5FCAREVO-item-response", "ORA_HRX_NL_MATERNITY":"#/components/schemas/oracle_apps_flex_hcm_globalAbsences_recording_absenceRecordingsDDFFlex_view_AbsenceRecordingsDDFFlexORA__5FHRX__5FNL__5FMATERNITYVO-item-response", "ORA_HRX_NL_ORGAN_DONOR":"#/components/schemas/oracle_apps_flex_hcm_globalAbsences_recording_absenceRecordingsDDFFlex_view_AbsenceRecordingsDDFFlexORA__5FHRX__5FNL__5FORGAN__5FDONORVO-item-response", "ORA_HRX_NL_SICKNESS":"#/components/schemas/oracle_apps_flex_hcm_globalAbsences_recording_absenceRecordingsDDFFlex_view_AbsenceRecordingsDDFFlexORA__5FHRX__5FNL__5FSICKNESSVO-item-response", "ORA_HRX_NL_SICK_CHILD_BIRTH":"#/components/schemas/oracle_apps_flex_hcm_globalAbsences_recording_absenceRecordingsDDFFlex_view_AbsenceRecordingsDDFFlexORA__5FHRX__5FNL__5FSICK__5FCHILD__5FBIRTHVO-item-response", "ORA_HRX_NL_SICK_PREG_REL":"#/components/schemas/oracle_apps_flex_hcm_globalAbsences_recording_absenceRecordingsDDFFlex_view_AbsenceRecordingsDDFFlexORA__5FHRX__5FNL__5FSICK__5FPREG__5FRELVO-item-response", "ORA_HRX_NL_WORK_ACCIDENT":"#/components/schemas/oracle_apps_flex_hcm_globalAbsences_recording_absenceRecordingsDDFFlex_view_AbsenceRecordingsDDFFlexORA__5FHRX__5FNL__5FWORK__5FACCIDENTVO-item-response" } }
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : absences-absenceAttachments-item-response
Type:
Show Source
object-
AsyncTrackerId: string
Title:
Asynchronous Upload Tracker IdAttribute provided for the exclusive use by the Attachment UI components to assist in uploading files. -
AttachedDocumentId: integer
(int64)
Title:
Attached Document IdUnique identifier of attached document. -
CategoryName: string
Title:
CategoryMaximum Length:30Document of records category name. - ContentRepositoryFileShared: boolean
-
CreatedBy: string
Title:
Created ByRead Only:trueMaximum Length:255Name of the user who created the attachment for the absence. -
CreatedByUserName: string
Title:
Created By User NameRead Only:trueUser name of the person who created the attachment for the absence. -
CreationDate: string
(date-time)
Title:
Creation DateRead Only:trueAttachment on absence creation date. -
DatatypeCode: string
Title:
TypeMaximum Length:30Default Value:FILEData type of the attachment for the absence. -
DatatypeCodeMeaning: string
Read Only:
trueData type code description of the attachment for an absence. -
Description: string
Title:
DescriptionMaximum Length:255Description of the attachment for the absence. -
DmDocumentId: string
Maximum Length:
255Unique identifier of the attached document. -
DmFolderPath: string
Title:
Dm Folder PathMaximum Length:1000Folder path where the attached document is stored. -
DmVersionNumber: string
Maximum Length:
255Version number for the attached document. -
DownloadInfo: string
Title:
DownloadInfoDownload information of the attached document. -
ErrorStatusCode: string
Title:
Error Status CodeError status code of the attachment document. -
ErrorStatusMessage: string
Title:
Error Status MessageError status message of the attachment. -
ExpirationDate: string
(date-time)
Title:
Expiration DateExpiration date of the attached document. -
FileContents: string
(byte)
Title:
File ContentsFile content of the attached document related to an absence. -
FileName: string
Title:
File NameMaximum Length:2048File name of the attached document. -
FileUrl: string
Title:
File UrlUniform Resource Locator (URL) of the file related to an absence. -
FileWebImage: string
(byte)
Title:
File Web ImageRead Only:trueWeb image of the file. -
LastUpdateDate: string
(date-time)
Title:
Last Update DateRead Only:trueLast updated date of absence. -
LastUpdatedBy: string
Title:
Last Updated ByRead Only:trueMaximum Length:255Name of the person who last updated the absence request. -
LastUpdatedByUserName: string
Title:
Last Updated By UserRead Only:trueTitle of the attachment to an absence. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
PostProcessingAction: string
Title:
PostProcessingActionName of the action that can be performed after an attachment is uploaded for the absence. -
Title: string
Title:
TitleContent type of the attachment uploaded file. -
UploadedFileContentType: string
Title:
Uploaded File Content TypeLength of the uploaded file attached to an absence. -
UploadedFileLength: integer
Title:
File SizeLength of the uploaded file attached to an absence. -
UploadedFileName: string
Title:
Uploaded File NameFile name of the uploaded file attached to an absence. -
UploadedText: string
Title:
Uploaded TextUploaded file of text type attached to an absence. -
Uri: string
Title:
UriMaximum Length:4000URL of the file attachment attached to an absence. -
Url: string
Title:
UrlMaximum Length:4000URL of the file document attachment attached to an absence. -
UserName: string
Title:
User NameRead Only:trueMaximum Length:255User name of the person who attached the file to an absence.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : link
Type:
Show Source
object-
href: string
Title:
hyperlink referenceThe URI to the related resource. -
kind: string
Title:
kindAllowed Values:[ "collection", "item", "describe", "other" ]The kind of the related resource. -
name: string
Title:
nameThe name of the link to the related resource. -
properties: object
properties
-
rel: string
Title:
relationAllowed Values:[ "self", "lov", "parent", "canonical", "child", "enclosure", "action", "custom" ]The name of the relation to the resource instance. Example: self.
Nested Schema : properties
Type:
Show Source
object-
changeIndicator: string
Change indicator or the ETag value of the resource instance.
Nested Schema : absences-absenceEntitlements-item-response
Type:
Show Source
object-
absenceEntitlementDetails: array
Absence Entitlement Details
Title:
Absence Entitlement DetailsThe absenceEntitlementDetails resource is a child of the absences resource. It provides a list of all the entitlements consumed by an absence each day of the absence. -
absencePlanId: integer
(int64)
Read Only:
trueUnique identifier for the absence plan. -
absencePlanName: string
Name of absence plan.
-
absencePlanUOMMeaning: string
Unit of measure used to record the absence, such as Days or Hours.
-
activityCd: string
Read Only:
trueMaximum Length:255Unique activity code for the entitlement summary record. For example, ORA_ANC_QUAL, ORA_ANC_EXCEED. -
activityCdMeaning: string
Meaning of activity code for the entitlement summary record. For example, Qualified Entitlement, Entitlement exceeded.
-
activityEndDate: string
(date-time)
Read Only:
trueEnd date of the entitlement record. -
activityStartDate: string
(date-time)
Read Only:
trueStart date of the entitlement record. -
assignmentId: integer
Unique assignment identifier for which entitlement is calculated.
-
assignmentName: string
Name of the assignment for which entitlement is calculated.
-
assignmentNumber: string
Unique number of the assignment for which entitlement is calculated.
-
calculationDate: string
(date-time)
Read Only:
trueDate of entitlement calculation. -
changeReasonCd: string
Read Only:
trueMaximum Length:255Unique reason code for override of the payment percentage, such as ORA_AUTO_ADJ, ORA_NOT_SPEC. -
changeReasonCdMeaning: string
Meaning of reason code for override of the payment percentage, such as Adjusted, Not specified.
-
entitlementId: integer
(int64)
Read Only:
trueUnique identifier for each entitlement detail of the absence. -
entitlementMethodCd: string
Unique code for type of entitlement plan, such as Q.
-
entitlementMethodCdMeaning: string
Meaning of entitlement method code for the plan, such as Qualification.
-
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
payFactor: number
Read Only:
truePayment percentage of the entitlement. -
personAbsenceEntryId: integer
(int64)
Read Only:
trueUnique identifier of the absence. -
personAbsenceTypeEntryId: integer
(int64)
Read Only:
trueUnique identifier for the absence type entry for each continuous absence. -
personId: integer
(int64)
Read Only:
trueUnique identifier for the person. -
planPeriodStartDate: string
(date-time)
Read Only:
trueStart date of the entitlement plan period. -
remaining: number
Remaining entitlement for the person for same assignment, plan and payment factor.
-
source: string
Read Only:
trueMaximum Length:255Unique code for source of entitlement. For example, ORA_ANC_SYSTEM, ORA_ANC_PAY_PCT. -
sourceCdMeaning: string
Meaning of source for entitlement. For example, Calculated entitlement, Payment percentage override.
-
unitOfMeasure: string
Read Only:
trueMaximum Length:30Unique code used to identify the unit of measure used to record the absence, such as D or H. -
units: number
Read Only:
trueNumber of units used in this entitlement. -
used: number
Used entitlement for the person for same assignment, plan and payment factor.
Nested Schema : Absence Entitlement Details
Type:
arrayTitle:
Absence Entitlement DetailsThe absenceEntitlementDetails resource is a child of the absences resource. It provides a list of all the entitlements consumed by an absence each day of the absence.
Show Source
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : absences-absenceEntitlements-absenceEntitlementDetails-item-response
Type:
Show Source
object-
absencePlanUOMMeaning: string
Meaning of code of unit of measure used to record the absence, such as Days or Hours.
-
endDate: string
(date-time)
Read Only:
trueEnd date of absence entitlement details. -
entitlementDetailId: integer
(int64)
Read Only:
trueUnique identifier of the entitlement detail record. -
entitlementId: integer
(int64)
Read Only:
trueUnique identifier associated with this entitlement detail record. Foreign key to ANC_PER_ABS_PLN_SUMM_ENT. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
payFactor: number
Read Only:
truePayment percentage of the entitlement. -
startDate: string
(date-time)
Read Only:
trueStart date of absence entitlement details. -
unitOfMeasure: string
Read Only:
trueMaximum Length:30Unique code used to identify the unit of measure used to record the absence, such as D or H. -
units: number
Read Only:
trueNumber of entitlement units used.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : absences-absenceEntryDetails-item-response
Type:
Show Source
object-
AbsenceDate: string
(date)
Title:
Start DateDate of the absence request. -
AbsenceDatetime: string
(date-time)
Date and time of the absence request.
-
AbsenceEndDatetime: string
(date-time)
Title:
End DateEnd date and time of the absence request. -
AssignmentId: integer
(int64)
Title:
Job or Assignment or IDUnique identifier of the assignment for which the absence is recorded. When an employee has multiple active assignments, this attribute can be used to restrict the absence to a specific assignment. You can't change the assignment when editing an existing absence. -
AssignmentNumber: string
Assignment number for the absence record which can be used when an employee has multiple assignments.
-
CreatedBy: string
Read Only:
trueMaximum Length:64Name of the person who created the absence transaction. -
CreationDate: string
(date-time)
Read Only:
trueDate on which the absence transaction was created. -
Duration: number
Title:
DurationDuration of the absence request. -
DurationPreferenceCode: string
Maximum Length:
30Code of the absence duration preference. -
DurationPreferenceMeaning: string
Title:
MeaningRead Only:trueMaximum Length:80Description of the absence bid duration preference. -
EndTime: string
Title:
End TimeMaximum Length:30End time of the absence request. -
FormattedDuration: string
Duration of the recorded absence for a single day.
-
LastUpdateDate: string
(date-time)
Read Only:
trueDate on which the absence transaction was last updated. -
LastUpdatedBy: string
Read Only:
trueMaximum Length:64Name of the person who last updated the absence transaction. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
PersonAbsenceEntryDetailId: integer
Unique identifier for the absence entry details.
-
PersonAbsenceEntryId: integer
(int64)
Unique identifier for the absence entry.
-
RowSequence: integer
(int64)
Row sequence of the absence entry details.
-
Source: string
Maximum Length:
10Source of the absence imported from other applications. For example, an absence may be recorded via Absence Management, Time and Labor, a data loader or through the REST process. -
StartTime: string
Title:
Start TimeMaximum Length:30Start time of the absence request.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : absences-absenceMaternity-item-response
Type:
Show Source
object-
actualChildBirthDate: string
(date)
Title:
Actual Childbirth DateActual date of childbirth or placement. -
actualDuration: number
Title:
Actual DurationActual duration of maternity leave. -
actualReturnDate: string
(date)
Title:
Actual End DateActual return date of maternity leave. -
actualStartDate: string
(date)
Title:
Actual Start DateActual start date of maternity leave. -
createdBy: string
Read Only:
trueMaximum Length:64Name of the employee who created the maternity absence record. -
creationDate: string
(date-time)
Read Only:
trueDate and time of the maternity absence record creation. -
expectedDateOfChildBirth: string
(date)
Title:
Expected Childbirth DateExpected date of childbirth or placement. -
expectedEndDate: string
(date)
Title:
Estimated End DateExpected end date of maternity leave. -
expectedWeekOfChildBirth: string
(date)
Expected week of maternity leave. This is Monday of the week in which the expected date of childbirth falls.
-
formattedActualDuration: string
Title:
Actual DurationRead Only:trueMaximum Length:255Actual duration of the childbirth or placement absence. -
formattedLeaveDuration: string
Title:
Planned DurationRead Only:trueMaximum Length:255Actual duration of the absence leave. -
intendToWorkFlag: boolean
Title:
Won't return to workMaximum Length:30Indicates whether the absence can be submitted without a planned return date. Used for maternity absence only. The default value is true. -
lastUpdateDate: string
(date-time)
Read Only:
trueLatest date and time of the maternity absence record update. -
lastUpdatedBy: string
Read Only:
trueMaximum Length:64Name of the employee who updated the maternity absence record most recently. -
lastUpdateLogin: string
Read Only:
trueMaximum Length:32Login identifier of employee who last updated the maternity record. -
leaveDuration: number
Title:
Planned DurationPlanned maternity leave duration. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
matchingDate: string
(date)
Title:
Placement Match DateDate field to be used by localization team. -
openEndedFlag: boolean
Title:
Mark as open endedMaximum Length:30Indicates whether the absence can be submitted without an absence end date. The default value is false. -
personAbsenceEntryId: integer
(int64)
Unique identifier for the absence.
-
personAbsenceMaternityId: integer
(int64)
Unique identifier of a maternity record of absence.
-
plannedReturnDate: string
(date)
Title:
Planned End DatePlanned end date of maternity leave. -
plannedStartDate: string
(date)
Title:
Planned Start DatePlanned start date of maternity leave.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : absences-absenceRecordingDFF-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context SegmentMaximum Length:30Context Segment -
__FLEX_Context_DisplayValue: string
Title:
Context SegmentContext Segment -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
PerAbsenceEntryId: integer
(int64)
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : Discriminator: __FLEX_Context
Type:
objectDiscriminator: __FLEX_Context
Discriminator Values
- ORA_HRX_CA_VACATION
- ORA_HRX_FR_ADOPT
- ORA_HRX_FR_ADP_LNK
- ORA_HRX_FR_ADP_PAR
- ORA_HRX_FR_AT_MP
- ORA_HRX_FR_MAL
- ORA_HRX_FR_MATERNITY
- ORA_HRX_FR_MATERNITY_EXTN
- ORA_HRX_FR_PATERNITY
- ORA_HRX_FR_PAT_LNK
- ORA_HRX_FR_PBL
- ORA_HRX_FR_TPT
- ORA_HRX_GB_ADOP
- ORA_HRX_GB_MAT
- ORA_HRX_GB_PAT
- ORA_HRX_GB_PAT_ADO
- ORA_HRX_GB_PAT_ADO_EXTN
- ORA_HRX_GB_PAT_EXTN
- ORA_HRX_GB_SDM
- ORA_HRX_GB_SHPL
- ORA_HRX_GB_SHPL_ADO
- ORA_HRX_GB_SICK
- ORA_HRX_GB_SPBL
- ORA_HRX_MX_DISABILITY
- ORA_HRX_NL_ADOPTION
- ORA_HRX_NL_FOSTER_CARE
- ORA_HRX_NL_MATERNITY
- ORA_HRX_NL_ORGAN_DONOR
- ORA_HRX_NL_SICKNESS
- ORA_HRX_NL_SICK_CHILD_BIRTH
- ORA_HRX_NL_SICK_PREG_REL
- ORA_HRX_NL_WORK_ACCIDENT
Match One Schema
Show Source
-
ORA_HRX_CA_VACATION -
object
oracle_apps_flex_hcm_globalAbsences_recording_absenceRecordingsDDFFlex_view_AbsenceRecordingsDDFFlexORA__5FHRX__5FCA__5FVACATIONVO-item-response
-
ORA_HRX_FR_ADOPT -
object
oracle_apps_flex_hcm_globalAbsences_recording_absenceRecordingsDDFFlex_view_AbsenceRecordingsDDFFlexORA__5FHRX__5FFR__5FADOPTVO-item-response
-
ORA_HRX_FR_ADP_LNK -
object
oracle_apps_flex_hcm_globalAbsences_recording_absenceRecordingsDDFFlex_view_AbsenceRecordingsDDFFlexORA__5FHRX__5FFR__5FADP__5FLNKVO-item-response
-
ORA_HRX_FR_ADP_PAR -
object
oracle_apps_flex_hcm_globalAbsences_recording_absenceRecordingsDDFFlex_view_AbsenceRecordingsDDFFlexORA__5FHRX__5FFR__5FADP__5FPARVO-item-response
-
ORA_HRX_FR_AT_MP -
object
oracle_apps_flex_hcm_globalAbsences_recording_absenceRecordingsDDFFlex_view_AbsenceRecordingsDDFFlexORA__5FHRX__5FFR__5FAT__5FMPVO-item-response
-
ORA_HRX_FR_MAL -
object
oracle_apps_flex_hcm_globalAbsences_recording_absenceRecordingsDDFFlex_view_AbsenceRecordingsDDFFlexORA__5FHRX__5FFR__5FMALVO-item-response
-
ORA_HRX_FR_MATERNITY -
object
oracle_apps_flex_hcm_globalAbsences_recording_absenceRecordingsDDFFlex_view_AbsenceRecordingsDDFFlexORA__5FHRX__5FFR__5FMATERNITYVO-item-response
-
ORA_HRX_FR_MATERNITY_EXTN -
object
oracle_apps_flex_hcm_globalAbsences_recording_absenceRecordingsDDFFlex_view_AbsenceRecordingsDDFFlexORA__5FHRX__5FFR__5FMATERNITY__5FEXTNVO-item-response
-
ORA_HRX_FR_PATERNITY -
object
oracle_apps_flex_hcm_globalAbsences_recording_absenceRecordingsDDFFlex_view_AbsenceRecordingsDDFFlexORA__5FHRX__5FFR__5FPATERNITYVO-item-response
-
ORA_HRX_FR_PAT_LNK -
object
oracle_apps_flex_hcm_globalAbsences_recording_absenceRecordingsDDFFlex_view_AbsenceRecordingsDDFFlexORA__5FHRX__5FFR__5FPAT__5FLNKVO-item-response
-
ORA_HRX_FR_PBL -
object
oracle_apps_flex_hcm_globalAbsences_recording_absenceRecordingsDDFFlex_view_AbsenceRecordingsDDFFlexORA__5FHRX__5FFR__5FPBLVO-item-response
-
ORA_HRX_FR_TPT -
object
oracle_apps_flex_hcm_globalAbsences_recording_absenceRecordingsDDFFlex_view_AbsenceRecordingsDDFFlexORA__5FHRX__5FFR__5FTPTVO-item-response
-
ORA_HRX_GB_ADOP -
object
oracle_apps_flex_hcm_globalAbsences_recording_absenceRecordingsDDFFlex_view_AbsenceRecordingsDDFFlexORA__5FHRX__5FGB__5FADOPVO-item-response
-
ORA_HRX_GB_MAT -
object
oracle_apps_flex_hcm_globalAbsences_recording_absenceRecordingsDDFFlex_view_AbsenceRecordingsDDFFlexORA__5FHRX__5FGB__5FMATVO-item-response
-
ORA_HRX_GB_PAT -
object
oracle_apps_flex_hcm_globalAbsences_recording_absenceRecordingsDDFFlex_view_AbsenceRecordingsDDFFlexORA__5FHRX__5FGB__5FPATVO-item-response
-
ORA_HRX_GB_PAT_ADO -
object
oracle_apps_flex_hcm_globalAbsences_recording_absenceRecordingsDDFFlex_view_AbsenceRecordingsDDFFlexORA__5FHRX__5FGB__5FPAT__5FADOVO-item-response
-
ORA_HRX_GB_PAT_ADO_EXTN -
object
oracle_apps_flex_hcm_globalAbsences_recording_absenceRecordingsDDFFlex_view_AbsenceRecordingsDDFFlexORA__5FHRX__5FGB__5FPAT__5FADO__5FEXTNVO-item-response
-
ORA_HRX_GB_PAT_EXTN -
object
oracle_apps_flex_hcm_globalAbsences_recording_absenceRecordingsDDFFlex_view_AbsenceRecordingsDDFFlexORA__5FHRX__5FGB__5FPAT__5FEXTNVO-item-response
-
ORA_HRX_GB_SDM -
object
oracle_apps_flex_hcm_globalAbsences_recording_absenceRecordingsDDFFlex_view_AbsenceRecordingsDDFFlexORA__5FHRX__5FGB__5FSDMVO-item-response
-
ORA_HRX_GB_SHPL -
object
oracle_apps_flex_hcm_globalAbsences_recording_absenceRecordingsDDFFlex_view_AbsenceRecordingsDDFFlexORA__5FHRX__5FGB__5FSHPLVO-item-response
-
ORA_HRX_GB_SHPL_ADO -
object
oracle_apps_flex_hcm_globalAbsences_recording_absenceRecordingsDDFFlex_view_AbsenceRecordingsDDFFlexORA__5FHRX__5FGB__5FSHPL__5FADOVO-item-response
-
ORA_HRX_GB_SICK -
object
oracle_apps_flex_hcm_globalAbsences_recording_absenceRecordingsDDFFlex_view_AbsenceRecordingsDDFFlexORA__5FHRX__5FGB__5FSICKVO-item-response
-
ORA_HRX_GB_SPBL -
object
oracle_apps_flex_hcm_globalAbsences_recording_absenceRecordingsDDFFlex_view_AbsenceRecordingsDDFFlexORA__5FHRX__5FGB__5FSPBLVO-item-response
-
ORA_HRX_MX_DISABILITY -
object
oracle_apps_flex_hcm_globalAbsences_recording_absenceRecordingsDDFFlex_view_AbsenceRecordingsDDFFlexORA__5FHRX__5FMX__5FDISABILITYVO-item-response
-
ORA_HRX_NL_ADOPTION -
object
oracle_apps_flex_hcm_globalAbsences_recording_absenceRecordingsDDFFlex_view_AbsenceRecordingsDDFFlexORA__5FHRX__5FNL__5FADOPTIONVO-item-response
-
ORA_HRX_NL_FOSTER_CARE -
object
oracle_apps_flex_hcm_globalAbsences_recording_absenceRecordingsDDFFlex_view_AbsenceRecordingsDDFFlexORA__5FHRX__5FNL__5FFOSTER__5FCAREVO-item-response
-
ORA_HRX_NL_MATERNITY -
object
oracle_apps_flex_hcm_globalAbsences_recording_absenceRecordingsDDFFlex_view_AbsenceRecordingsDDFFlexORA__5FHRX__5FNL__5FMATERNITYVO-item-response
-
ORA_HRX_NL_ORGAN_DONOR -
object
oracle_apps_flex_hcm_globalAbsences_recording_absenceRecordingsDDFFlex_view_AbsenceRecordingsDDFFlexORA__5FHRX__5FNL__5FORGAN__5FDONORVO-item-response
-
ORA_HRX_NL_SICKNESS -
object
oracle_apps_flex_hcm_globalAbsences_recording_absenceRecordingsDDFFlex_view_AbsenceRecordingsDDFFlexORA__5FHRX__5FNL__5FSICKNESSVO-item-response
-
ORA_HRX_NL_SICK_CHILD_BIRTH -
object
oracle_apps_flex_hcm_globalAbsences_recording_absenceRecordingsDDFFlex_view_AbsenceRecordingsDDFFlexORA__5FHRX__5FNL__5FSICK__5FCHILD__5FBIRTHVO-item-response
-
ORA_HRX_NL_SICK_PREG_REL -
object
oracle_apps_flex_hcm_globalAbsences_recording_absenceRecordingsDDFFlex_view_AbsenceRecordingsDDFFlexORA__5FHRX__5FNL__5FSICK__5FPREG__5FRELVO-item-response
-
ORA_HRX_NL_WORK_ACCIDENT -
object
oracle_apps_flex_hcm_globalAbsences_recording_absenceRecordingsDDFFlex_view_AbsenceRecordingsDDFFlexORA__5FHRX__5FNL__5FWORK__5FACCIDENTVO-item-response
Nested Schema : oracle_apps_flex_hcm_globalAbsences_recording_absenceRecordingsDDFFlex_view_AbsenceRecordingsDDFFlexORA__5FHRX__5FCA__5FVACATIONVO-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context SegmentMaximum Length:30Default Value:ORA_HRX_CA_VACATIONContext Segment -
__FLEX_Context_DisplayValue: string
Title:
Context SegmentContext Segment -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
oraHrxCaTermDate: string
(date)
Title:
Vacation Accrual Reduction DateVacation Accrual Reduction Date -
PerAbsenceEntryId: integer
(int64)
Nested Schema : oracle_apps_flex_hcm_globalAbsences_recording_absenceRecordingsDDFFlex_view_AbsenceRecordingsDDFFlexORA__5FHRX__5FFR__5FADOPTVO-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context SegmentMaximum Length:30Default Value:ORA_HRX_FR_ADOPTContext Segment -
__FLEX_Context_DisplayValue: string
Title:
Context SegmentContext Segment -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
oraHrxFrAdopOseddate: string
(date)
Title:
Override Subrogation End DateOverride Subrogation End Date -
oraHrxFrAdoptAbsNotPay: string
Title:
Absence not PayableMaximum Length:150Absence not Payable -
oraHrxFrAdoptOldayw: string
(date)
Title:
Override Last Day WorkedOverride Last Day Worked -
oraHrxFrAdoptOsstdate: string
(date)
Title:
Override Subrogation Start DateOverride Subrogation Start Date -
oraHrxFrAdoptRtwr: string
Title:
Return To Work ReasonMaximum Length:150Return To Work Reason -
oraHrxFrAdoptRtwr_Display: string
Title:
Return To Work ReasonReturn To Work Reason -
oraHrxFrChildren: string
Title:
Less than two dependent childrenMaximum Length:150Less than two dependent children -
oraHrxFrMultipleBirth: string
Title:
Multiple AdoptionMaximum Length:150Multiple Adoption -
oraHrxFrMultipleBirth_Display: string
Title:
Multiple AdoptionMultiple Adoption -
PerAbsenceEntryId: integer
(int64)
Nested Schema : oracle_apps_flex_hcm_globalAbsences_recording_absenceRecordingsDDFFlex_view_AbsenceRecordingsDDFFlexORA__5FHRX__5FFR__5FADP__5FLNKVO-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context SegmentMaximum Length:30Default Value:ORA_HRX_FR_ADP_LNKContext Segment -
__FLEX_Context_DisplayValue: string
Title:
Context SegmentContext Segment -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
oraHrxFrAdpLnkLnkPatId: number
Title:
Linked AdoptionLinked Adoption -
oraHrxFrAdpLnkLnkPatId_DisplayValue: string
(date)
Title:
Linked AdoptionLinked Adoption -
oraHrxFrAdpLnkOldayw: string
(date)
Title:
Override Last Day WorkedOverride Last Day Worked -
oraHrxFrAdpLnkOseddate: string
(date)
Title:
Override Subrogation End DateOverride Subrogation End Date -
oraHrxFrAdpLnkOsstdate: string
(date)
Title:
Override Subrogation Start DateOverride Subrogation Start Date -
oraHrxFrAdpLnkRtwr: string
Title:
Return To Work ReasonMaximum Length:150Return To Work Reason -
oraHrxFrAdpLnkRtwr_Display: string
Title:
Return To Work ReasonReturn To Work Reason -
PerAbsenceEntryId: integer
(int64)
Nested Schema : oracle_apps_flex_hcm_globalAbsences_recording_absenceRecordingsDDFFlex_view_AbsenceRecordingsDDFFlexORA__5FHRX__5FFR__5FADP__5FPARVO-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context SegmentMaximum Length:30Default Value:ORA_HRX_FR_ADP_PARContext Segment -
__FLEX_Context_DisplayValue: string
Title:
Context SegmentContext Segment -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
OraHrxFrAdpParChildren: string
Title:
Less than two dependent childrenMaximum Length:150Less than two dependent children -
oraHrxFrAdpParMultipleBirth: string
Title:
Multiple AdoptionMaximum Length:150Multiple Adoption -
oraHrxFrAdpParMultipleBirth_Display: string
Title:
Multiple AdoptionMultiple Adoption -
oraHrxFrAdpParNotPayable: string
Title:
Absence not PayableMaximum Length:150Absence not Payable -
oraHrxFrAdpParOldayw: string
(date)
Title:
Override Last Day WorkedOverride Last Day Worked -
oraHrxFrAdpParOseddate: string
(date)
Title:
Override Subrogation End DateOverride Subrogation End Date -
oraHrxFrAdpParOsstdate: string
(date)
Title:
Override Subrogation Start DateOverride Subrogation Start Date -
oraHrxFrAdpParRtwr: string
Title:
Return To Work ReasonMaximum Length:150Return To Work Reason -
oraHrxFrAdpParRtwr_Display: string
Title:
Return To Work ReasonReturn To Work Reason -
PerAbsenceEntryId: integer
(int64)
Nested Schema : oracle_apps_flex_hcm_globalAbsences_recording_absenceRecordingsDDFFlex_view_AbsenceRecordingsDDFFlexORA__5FHRX__5FFR__5FAT__5FMPVO-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context SegmentMaximum Length:30Default Value:ORA_HRX_FR_AT_MPContext Segment -
__FLEX_Context_DisplayValue: string
Title:
Context SegmentContext Segment -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
oraHrxFrAtMpEmpFau: string
Title:
Accident Employee FaultMaximum Length:150Accident Employee Fault -
oraHrxFrAtMpEmpFau_Display: string
Title:
Accident Employee FaultAccident Employee Fault -
oraHrxFrAtMpIncRef: string
Title:
Incident ReferenceMaximum Length:150Incident Reference -
oraHrxFrIncCategory: string
Title:
Incident CategoryMaximum Length:150Incident Category -
oraHrxFrIncCategory_Display: string
Title:
Incident CategoryIncident Category -
OraHrxFrIncDate: string
(date)
Title:
Incident DateIncident Date -
oraHrxFrNotEligPayment: string
Title:
Not Eligible for PaymentMaximum Length:150Not Eligible for Payment -
PerAbsenceEntryId: integer
(int64)
Nested Schema : oracle_apps_flex_hcm_globalAbsences_recording_absenceRecordingsDDFFlex_view_AbsenceRecordingsDDFFlexORA__5FHRX__5FFR__5FMALVO-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context SegmentMaximum Length:30Default Value:ORA_HRX_FR_MALContext Segment -
__FLEX_Context_DisplayValue: string
Title:
Context SegmentContext Segment -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
oraHrxFrMalCreateNewcase: string
Title:
Create New CaseMaximum Length:150Create New Case -
oraHrxFrMedicalCert: string
Title:
Medical CertificateMaximum Length:150Medical Certificate -
oraHrxFrNotEligPayment: string
Title:
Not Eligible for PaymentMaximum Length:150Not Eligible for Payment -
oraHrxFrSickCategory: string
Title:
Sickness TypeMaximum Length:150Sickness Type -
oraHrxFrSickCategory_Display: string
Title:
Sickness TypeSickness Type -
PerAbsenceEntryId: integer
(int64)
Nested Schema : oracle_apps_flex_hcm_globalAbsences_recording_absenceRecordingsDDFFlex_view_AbsenceRecordingsDDFFlexORA__5FHRX__5FFR__5FMATERNITYVO-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context SegmentMaximum Length:30Default Value:ORA_HRX_FR_MATERNITYContext Segment -
__FLEX_Context_DisplayValue: string
Title:
Context SegmentContext Segment -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
oraHrxFrChildren: string
Title:
Less than three dependent childrenMaximum Length:150Less than three dependent children -
oraHrxFrMatOldayw: string
(date)
Title:
Override Last Day WorkedOverride Last Day Worked -
oraHrxFrMatOseddate: string
(date)
Title:
Override Subrogation End DateOverride Subrogation End Date -
oraHrxFrMatOsstdate: string
(date)
Title:
Override Subrogation Start DateOverride Subrogation Start Date -
oraHrxFrMatRtwr: string
Title:
Return To Work ReasonMaximum Length:150Return To Work Reason -
oraHrxFrMatRtwr_Display: string
Title:
Return To Work ReasonReturn To Work Reason -
oraHrxFrMultipleBirth: string
Title:
Multiple BirthMaximum Length:150Multiple Birth -
oraHrxFrMultipleBirth_Display: string
Title:
Multiple BirthMultiple Birth -
oraHrxFrNotEligPayment: string
Title:
Not Eligible for PaymentMaximum Length:150Not Eligible for Payment -
oraHrxFrPrematureBirth: string
Title:
Premature birthMaximum Length:150Premature birth -
PerAbsenceEntryId: integer
(int64)
Nested Schema : oracle_apps_flex_hcm_globalAbsences_recording_absenceRecordingsDDFFlex_view_AbsenceRecordingsDDFFlexORA__5FHRX__5FFR__5FMATERNITY__5FEXTNVO-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context SegmentMaximum Length:30Default Value:ORA_HRX_FR_MATERNITY_EXTNContext Segment -
__FLEX_Context_DisplayValue: string
Title:
Context SegmentContext Segment -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
oraHrxFrLinkedMat: number
Title:
Linked MaternityLinked Maternity -
oraHrxFrLinkedMat_Display: string
(date)
Title:
Linked MaternityLinked Maternity -
oraHrxFrMatExtnOldayw: string
(date)
Title:
Override Last Day WorkedOverride Last Day Worked -
oraHrxFrMatExtnOseddate: string
(date)
Title:
Override Subrogation End DateOverride Subrogation End Date -
oraHrxFrMatExtnOsstdate: string
(date)
Title:
Override Subrogation Start DateOverride Subrogation Start Date -
oraHrxFrMatExtnRtwr: string
Title:
Return To Work ReasonMaximum Length:150Return To Work Reason -
oraHrxFrMatExtnRtwr_Display: string
Title:
Return To Work ReasonReturn To Work Reason -
PerAbsenceEntryId: integer
(int64)
Nested Schema : oracle_apps_flex_hcm_globalAbsences_recording_absenceRecordingsDDFFlex_view_AbsenceRecordingsDDFFlexORA__5FHRX__5FFR__5FPATERNITYVO-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context SegmentMaximum Length:30Default Value:ORA_HRX_FR_PATERNITYContext Segment -
__FLEX_Context_DisplayValue: string
Title:
Context SegmentContext Segment -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
oraHrxFrMultipleBirth: string
Title:
Multiple BirthMaximum Length:150Multiple Birth -
oraHrxFrMultipleBirth_Display: string
Title:
Multiple BirthMultiple Birth -
oraHrxFrPatAbsPayable: string
Title:
Absence not PayableMaximum Length:150Absence not Payable -
oraHrxFrPatOldayw: string
(date)
Title:
Override Last Day WorkedOverride Last Day Worked -
oraHrxFrPatOseddate: string
(date)
Title:
Override Subrogation End DateOverride Subrogation End Date -
oraHrxFrPatOsstdate: string
(date)
Title:
Override Subrogation Start DateOverride Subrogation Start Date -
oraHrxFrPatRtwr: string
Title:
Return To Work ReasonMaximum Length:150Return To Work Reason -
oraHrxFrPatRtwr_Display: string
Title:
Return To Work ReasonReturn To Work Reason -
PerAbsenceEntryId: integer
(int64)
Nested Schema : oracle_apps_flex_hcm_globalAbsences_recording_absenceRecordingsDDFFlex_view_AbsenceRecordingsDDFFlexORA__5FHRX__5FFR__5FPAT__5FLNKVO-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context SegmentMaximum Length:30Default Value:ORA_HRX_FR_PAT_LNKContext Segment -
__FLEX_Context_DisplayValue: string
Title:
Context SegmentContext Segment -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
oraHrxFrPatLnkLnkPatId: number
Title:
Linked PaternityLinked Paternity -
oraHrxFrPatLnkLnkPatId_DisplayValue: string
(date)
Title:
Linked PaternityLinked Paternity -
oraHrxFrPatLnkOldayw: string
(date)
Title:
Override Last Day WorkedOverride Last Day Worked -
oraHrxFrPatLnkOseddate: string
(date)
Title:
Override Subrogation End DateOverride Subrogation End Date -
oraHrxFrPatLnkOsstdate: string
(date)
Title:
Override Subrogation Start DateOverride Subrogation Start Date -
oraHrxFrPatLnkRtwr: string
Title:
Return To Work ReasonMaximum Length:150Return To Work Reason -
oraHrxFrPatLnkRtwr_Display: string
Title:
Return To Work ReasonReturn To Work Reason -
PerAbsenceEntryId: integer
(int64)
Nested Schema : oracle_apps_flex_hcm_globalAbsences_recording_absenceRecordingsDDFFlex_view_AbsenceRecordingsDDFFlexORA__5FHRX__5FFR__5FPBLVO-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context SegmentMaximum Length:30Default Value:ORA_HRX_FR_PBLContext Segment -
__FLEX_Context_DisplayValue: string
Title:
Context SegmentContext Segment -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
OraHrxFrDoc: string
(date)
Title:
Date of Death of ChildDate of Death of Child -
PerAbsenceEntryId: integer
(int64)
Nested Schema : oracle_apps_flex_hcm_globalAbsences_recording_absenceRecordingsDDFFlex_view_AbsenceRecordingsDDFFlexORA__5FHRX__5FFR__5FTPTVO-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context SegmentMaximum Length:30Default Value:ORA_HRX_FR_TPTContext Segment -
__FLEX_Context_DisplayValue: string
Title:
Context SegmentContext Segment -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
oraHrxFrNotEligPayment: string
Title:
Absence Not PayableMaximum Length:150Absence Not Payable -
oraHrxFrTptOldayw: string
(date)
Title:
Override Last Day WorkedOverride Last Day Worked -
OraHrxFrTptRedPer: number
Title:
Reduction PercentageReduction Percentage -
oraHrxFrTptRefAbs: number
Title:
Reference AbsenceReference Absence -
oraHrxFrTptRefAbs_Display: string
Title:
Reference AbsenceReference Absence -
PerAbsenceEntryId: integer
(int64)
Nested Schema : oracle_apps_flex_hcm_globalAbsences_recording_absenceRecordingsDDFFlex_view_AbsenceRecordingsDDFFlexORA__5FHRX__5FGB__5FADOPVO-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context SegmentMaximum Length:30Default Value:ORA_HRX_GB_ADOPContext Segment -
__FLEX_Context_DisplayValue: string
Title:
Context SegmentContext Segment -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
oraHrxGbChildBirthDt: string
(date)
Title:
Birth Date of ChildBirth Date of Child -
oraHrxGbDisPlaceDt: string
(date)
Title:
Disrupted Placement DateDisrupted Placement Date -
oraHrxGbMatchingWeek: string
(date)
Title:
Matching WeekMatching Week -
oraHrxGbOverrideAwe: number
Title:
Override Average Weekly EarningsOverride Average Weekly Earnings -
PerAbsenceEntryId: integer
(int64)
Nested Schema : oracle_apps_flex_hcm_globalAbsences_recording_absenceRecordingsDDFFlex_view_AbsenceRecordingsDDFFlexORA__5FHRX__5FGB__5FMATVO-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context SegmentMaximum Length:30Default Value:ORA_HRX_GB_MATContext Segment -
__FLEX_Context_DisplayValue: string
Title:
Context SegmentContext Segment -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
oraHrxGbOverrideAwe: number
Title:
Override Average Weekly EarningsOverride Average Weekly Earnings -
oraHrxGbQualifyingWeek: string
(date)
Title:
Qualifying WeekQualifying Week -
PerAbsenceEntryId: integer
(int64)
Nested Schema : oracle_apps_flex_hcm_globalAbsences_recording_absenceRecordingsDDFFlex_view_AbsenceRecordingsDDFFlexORA__5FHRX__5FGB__5FPATVO-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context SegmentMaximum Length:30Default Value:ORA_HRX_GB_PATContext Segment -
__FLEX_Context_DisplayValue: string
Title:
Context SegmentContext Segment -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
oraHrxGbOverrideAwe: number
Title:
Override Average Weekly EarningsOverride Average Weekly Earnings -
oraHrxGbPartnerName: string
Title:
Partner NameMaximum Length:150Partner Name -
oraHrxGbPartnerName_DisplayValue: string
Title:
Partner NamePartner Name -
oraHrxGbPatNorthIreland: string
Title:
Northern Ireland EmployeeMaximum Length:150Northern Ireland Employee -
oraHrxGbQualifyingWeek: string
(date)
Title:
Qualifying WeekQualifying Week -
PerAbsenceEntryId: integer
(int64)
Nested Schema : oracle_apps_flex_hcm_globalAbsences_recording_absenceRecordingsDDFFlex_view_AbsenceRecordingsDDFFlexORA__5FHRX__5FGB__5FPAT__5FADOVO-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context SegmentMaximum Length:30Default Value:ORA_HRX_GB_PAT_ADOContext Segment -
__FLEX_Context_DisplayValue: string
Title:
Context SegmentContext Segment -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
oraHrxGbMatchingWeek: string
(date)
Title:
Matching WeekMatching Week -
oraHrxGbOverrideAwe: number
Title:
Override Average Weekly EarningsOverride Average Weekly Earnings -
oraHrxGbPartnerName: string
Title:
Partner NameMaximum Length:150Partner Name -
oraHrxGbPartnerName_DisplayValue: string
Title:
Partner NamePartner Name -
oraHrxGbPatNorthIreland: string
Title:
Northern Ireland EmployeeMaximum Length:150Northern Ireland Employee -
PerAbsenceEntryId: integer
(int64)
Nested Schema : oracle_apps_flex_hcm_globalAbsences_recording_absenceRecordingsDDFFlex_view_AbsenceRecordingsDDFFlexORA__5FHRX__5FGB__5FPAT__5FADO__5FEXTNVO-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context SegmentMaximum Length:30Default Value:ORA_HRX_GB_PAT_ADO_EXTNContext Segment -
__FLEX_Context_DisplayValue: string
Title:
Context SegmentContext Segment -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
oraHrxGbPatAdoExtnLnkid: number
Title:
Linked Paternity AdoptionLinked Paternity Adoption -
oraHrxGbPatAdoExtnLnkid_DisplayValue: string
Title:
Linked Paternity AdoptionLinked Paternity Adoption -
PerAbsenceEntryId: integer
(int64)
Nested Schema : oracle_apps_flex_hcm_globalAbsences_recording_absenceRecordingsDDFFlex_view_AbsenceRecordingsDDFFlexORA__5FHRX__5FGB__5FPAT__5FEXTNVO-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context SegmentMaximum Length:30Default Value:ORA_HRX_GB_PAT_EXTNContext Segment -
__FLEX_Context_DisplayValue: string
Title:
Context SegmentContext Segment -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
oraHrxGbPatExtnLnkid: number
Title:
Linked Paternity BirthLinked Paternity Birth -
oraHrxGbPatExtnLnkid_DisplayValue: string
Title:
Linked Paternity BirthLinked Paternity Birth -
PerAbsenceEntryId: integer
(int64)
Nested Schema : oracle_apps_flex_hcm_globalAbsences_recording_absenceRecordingsDDFFlex_view_AbsenceRecordingsDDFFlexORA__5FHRX__5FGB__5FSDMVO-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context SegmentMaximum Length:30Default Value:ORA_HRX_GB_SDMContext Segment -
__FLEX_Context_DisplayValue: string
Title:
Context SegmentContext Segment -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
PerAbsenceEntryId: integer
(int64)
Nested Schema : oracle_apps_flex_hcm_globalAbsences_recording_absenceRecordingsDDFFlex_view_AbsenceRecordingsDDFFlexORA__5FHRX__5FGB__5FSHPLVO-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context SegmentMaximum Length:30Default Value:ORA_HRX_GB_SHPLContext Segment -
__FLEX_Context_DisplayValue: string
Title:
Context SegmentContext Segment -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
oraHrxGbOverrideAwe: number
Title:
Override Average Weekly EarningsOverride Average Weekly Earnings -
PerAbsenceEntryId: integer
(int64)
Nested Schema : oracle_apps_flex_hcm_globalAbsences_recording_absenceRecordingsDDFFlex_view_AbsenceRecordingsDDFFlexORA__5FHRX__5FGB__5FSHPL__5FADOVO-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context SegmentMaximum Length:30Default Value:ORA_HRX_GB_SHPL_ADOContext Segment -
__FLEX_Context_DisplayValue: string
Title:
Context SegmentContext Segment -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
oraHrxGbOverrideAwe: number
Title:
Override Average Weekly EarningsOverride Average Weekly Earnings -
PerAbsenceEntryId: integer
(int64)
Nested Schema : oracle_apps_flex_hcm_globalAbsences_recording_absenceRecordingsDDFFlex_view_AbsenceRecordingsDDFFlexORA__5FHRX__5FGB__5FSICKVO-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context SegmentMaximum Length:30Default Value:ORA_HRX_GB_SICKContext Segment -
__FLEX_Context_DisplayValue: string
Title:
Context SegmentContext Segment -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
oraHrxGbConsumedSspWeeks: number
Title:
Consumed SSP WeeksConsumed SSP Weeks -
oraHrxGbDisqualifiedReason: string
Title:
Disqualified ReasonMaximum Length:150Disqualified Reason -
oraHrxGbNoEarningsCheck: string
Title:
Disable Earnings CheckMaximum Length:150Disable Earnings Check -
oraHrxGbNoEarningsCheck_Display: string
Title:
Disable Earnings CheckDisable Earnings Check -
oraHrxGbOriginalStartDate: string
(date)
Title:
Original Start DateOriginal Start Date -
oraHrxGbSwcWorkingDaysLost: number
Title:
SWC Working Days LostSWC Working Days Lost -
oraHrxGbWaitingDays: number
Title:
Consumed Waiting DaysConsumed Waiting Days -
PerAbsenceEntryId: integer
(int64)
Nested Schema : oracle_apps_flex_hcm_globalAbsences_recording_absenceRecordingsDDFFlex_view_AbsenceRecordingsDDFFlexORA__5FHRX__5FGB__5FSPBLVO-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context SegmentMaximum Length:30Default Value:ORA_HRX_GB_SPBLContext Segment -
__FLEX_Context_DisplayValue: string
Title:
Context SegmentContext Segment -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
oraHrxGbDeathStillbirthDt: string
(date)
Title:
Date of Death or Stillbirth of ChildDate of Death or Stillbirth of Child -
oraHrxGbNoticeDt: string
(date)
Title:
Notice Given DateNotice Given Date -
PerAbsenceEntryId: integer
(int64)
Nested Schema : oracle_apps_flex_hcm_globalAbsences_recording_absenceRecordingsDDFFlex_view_AbsenceRecordingsDDFFlexORA__5FHRX__5FMX__5FDISABILITYVO-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context SegmentMaximum Length:30Default Value:ORA_HRX_MX_DISABILITYContext Segment -
__FLEX_Context_DisplayValue: string
Title:
Context SegmentContext Segment -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
oraHrxMxDisab: string
Title:
MX_DISABILITYMaximum Length:150MX_DISABILITY -
PerAbsenceEntryId: integer
(int64)
Nested Schema : oracle_apps_flex_hcm_globalAbsences_recording_absenceRecordingsDDFFlex_view_AbsenceRecordingsDDFFlexORA__5FHRX__5FNL__5FADOPTIONVO-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context SegmentMaximum Length:30Default Value:ORA_HRX_NL_ADOPTIONContext Segment -
__FLEX_Context_DisplayValue: string
Title:
Context SegmentContext Segment -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
oraHrxNlCaravanAddress: string
Title:
Caravan AddressMaximum Length:150Caravan Address -
oraHrxNlContactLocation: string
Title:
Contact LocationMaximum Length:150Contact Location -
oraHrxNlContactName: string
Title:
Contact NameMaximum Length:150Contact Name -
oraHrxNlContGender: string
Title:
Contact GenderMaximum Length:150Contact Gender -
oraHrxNlContGender_DisplayValue: string
Title:
Contact GenderContact Gender -
oraHrxNlContNum: string
Title:
Contact PhoneMaximum Length:150Contact Phone -
oraHrxNlDirectPay: string
Title:
Direct Payment to EmployeeMaximum Length:150Direct Payment to Employee -
oraHrxNlHouseboatAddress: string
Title:
Houseboat AddressMaximum Length:150Houseboat Address -
oraHrxNlWazoRptDt: string
(date)
Title:
WAZO Report DateWAZO Report Date -
oraHrxNlWazoRptWDt: string
(date)
Title:
WAZO Report Withdrawn DateWAZO Report Withdrawn Date -
PerAbsenceEntryId: integer
(int64)
Nested Schema : oracle_apps_flex_hcm_globalAbsences_recording_absenceRecordingsDDFFlex_view_AbsenceRecordingsDDFFlexORA__5FHRX__5FNL__5FFOSTER__5FCAREVO-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context SegmentMaximum Length:30Default Value:ORA_HRX_NL_FOSTER_CAREContext Segment -
__FLEX_Context_DisplayValue: string
Title:
Context SegmentContext Segment -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
oraHrxNlCaravanAddress: string
Title:
Caravan AddressMaximum Length:150Caravan Address -
oraHrxNlContactLocation: string
Title:
Contact LocationMaximum Length:150Contact Location -
oraHrxNlContactName: string
Title:
Contact NameMaximum Length:150Contact Name -
oraHrxNlContGender: string
Title:
Contact GenderMaximum Length:150Contact Gender -
oraHrxNlContGender_DisplayValue: string
Title:
Contact GenderContact Gender -
oraHrxNlContNum: string
Title:
Contact PhoneMaximum Length:150Contact Phone -
oraHrxNlDirectPay: string
Title:
Direct Payment to EmployeeMaximum Length:150Direct Payment to Employee -
oraHrxNlHouseboatAddress: string
Title:
Houseboat AddressMaximum Length:150Houseboat Address -
oraHrxNlWazoRptDt: string
(date)
Title:
WAZO Report DateWAZO Report Date -
oraHrxNlWazoRptWDt: string
(date)
Title:
WAZO Report Withdrawn DateWAZO Report Withdrawn Date -
PerAbsenceEntryId: integer
(int64)
Nested Schema : oracle_apps_flex_hcm_globalAbsences_recording_absenceRecordingsDDFFlex_view_AbsenceRecordingsDDFFlexORA__5FHRX__5FNL__5FMATERNITYVO-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context SegmentMaximum Length:30Default Value:ORA_HRX_NL_MATERNITYContext Segment -
__FLEX_Context_DisplayValue: string
Title:
Context SegmentContext Segment -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
oraHrxNlCaravanAddress: string
Title:
Caravan AddressMaximum Length:150Caravan Address -
oraHrxNlContactLocation: string
Title:
Contact LocationMaximum Length:150Contact Location -
oraHrxNlContactName: string
Title:
Contact NameMaximum Length:150Contact Name -
oraHrxNlContGender: string
Title:
Contact GenderMaximum Length:150Contact Gender -
oraHrxNlContGender_DisplayValue: string
Title:
Contact GenderContact Gender -
oraHrxNlContNum: string
Title:
Contact PhoneMaximum Length:150Contact Phone -
oraHrxNlDirectPay: string
Title:
Direct Payment to EmployeeMaximum Length:150Direct Payment to Employee -
oraHrxNlHouseboatAddress: string
Title:
Houseboat AddressMaximum Length:150Houseboat Address -
oraHrxNlSplSituation: string
Title:
Special SituationMaximum Length:150Special Situation -
oraHrxNlWazoRptDt: string
(date)
Title:
WAZO Report DateWAZO Report Date -
oraHrxNlWazoRptWDt: string
(date)
Title:
WAZO Report Withdrawn DateWAZO Report Withdrawn Date -
PerAbsenceEntryId: integer
(int64)
Nested Schema : oracle_apps_flex_hcm_globalAbsences_recording_absenceRecordingsDDFFlex_view_AbsenceRecordingsDDFFlexORA__5FHRX__5FNL__5FORGAN__5FDONORVO-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context SegmentMaximum Length:30Default Value:ORA_HRX_NL_ORGAN_DONORContext Segment -
__FLEX_Context_DisplayValue: string
Title:
Context SegmentContext Segment -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
oraHrxNlaverageWorkingHours: string
Title:
Average Weekly Working HoursMaximum Length:150Average Weekly Working Hours -
oraHrxNlCaravanAddress: string
Title:
Caravan AddressMaximum Length:150Caravan Address -
oraHrxNlCmpCntrBreak: string
Title:
Temporary Worker - Compliant Contract BreaksMaximum Length:150Temporary Worker - Compliant Contract Breaks -
oraHrxNlCntrDurExc: string
Title:
Temporary Worker - Contract Duration ExceededMaximum Length:150Temporary Worker - Contract Duration Exceeded -
oraHrxNlCntrSeqNum: number
Title:
Temporary Worker - First Contract NumberTemporary Worker - First Contract Number -
oraHrxNlCodeWorkday: string
Title:
Saturday Working DayMaximum Length:150Saturday Working Day -
oraHrxNlCodeWorkday_Display: string
Title:
Saturday Working DaySaturday Working Day -
oraHrxNlCodeWorkdaySunday: string
Title:
Sunday Working DayMaximum Length:150Sunday Working Day -
oraHrxNlCodeWorkdaySunday_Display: string
Title:
Sunday Working DaySunday Working Day -
oraHrxNlContactLocation: string
Title:
Contact LocationMaximum Length:150Contact Location -
oraHrxNlContactName: string
Title:
Contact NameMaximum Length:150Contact Name -
oraHrxNlContGender: string
Title:
Contact GenderMaximum Length:150Contact Gender -
oraHrxNlContGender_DisplayValue: string
Title:
Contact GenderContact Gender -
oraHrxNlContNum: string
Title:
Contact PhoneMaximum Length:150Contact Phone -
oraHrxNlDirectPay: string
Title:
Direct Payment to EmployeeMaximum Length:150Direct Payment to Employee -
oraHrxNlHouseboatAddress: string
Title:
Houseboat AddressMaximum Length:150Houseboat Address -
oraHrxNlNumCallsWork: number
Title:
Temporary Worker - Number of Calls for WorkTemporary Worker - Number of Calls for Work -
oraHrxNlNumTempCntr: number
Title:
Temporary Worker - Number of ContractsTemporary Worker - Number of Contracts -
oraHrxNlPaymentReason: string
Title:
Reason for Late Payment RequestMaximum Length:150Reason for Late Payment Request -
oraHrxNlPctRcvr: number
Title:
Partial Recovery PercentagePartial Recovery Percentage -
oraHrxNlPrtlRcvrDt: string
(date)
Title:
Partial Recovery Start DatePartial Recovery Start Date -
oraHrxNlSickRcvrRptDt: string
(date)
Title:
Sickness Recovery Report DateSickness Recovery Report Date -
oraHrxNlSickRcvrRptWDt: string
(date)
Title:
Sickness Recovery Report Withdrawn DateSickness Recovery Report Withdrawn Date -
oraHrxNlSickRptDt: string
(date)
Title:
Sickness Report DateSickness Report Date -
oraHrxNlSickRptRsn: string
Title:
Sickness Report ReasonMaximum Length:150Sickness Report Reason -
oraHrxNlSickRptRsn_DisplayValue: string
Title:
Sickness Report ReasonSickness Report Reason -
oraHrxNlSickRptWDt: string
(date)
Title:
Sickness Report Withdrawn DateSickness Report Withdrawn Date -
oraHrxNlSiWage: number
Title:
Partial Absence SI Income on Start DatePartial Absence SI Income on Start Date -
oraHrxNlSiWageDaily: number
Title:
Partial Absence Daily SI IncomePartial Absence Daily SI Income -
oraHrxNlWswSubsidy: number
Title:
WSW SubsidyWSW Subsidy -
PerAbsenceEntryId: integer
(int64)
Nested Schema : oracle_apps_flex_hcm_globalAbsences_recording_absenceRecordingsDDFFlex_view_AbsenceRecordingsDDFFlexORA__5FHRX__5FNL__5FSICKNESSVO-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context SegmentMaximum Length:30Default Value:ORA_HRX_NL_SICKNESSContext Segment -
__FLEX_Context_DisplayValue: string
Title:
Context SegmentContext Segment -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
oraHrxNlaverageWorkingHours: string
Title:
Average Weekly Working HoursMaximum Length:150Average Weekly Working Hours -
oraHrxNlCaravanAddress: string
Title:
Caravan AddressMaximum Length:150Caravan Address -
oraHrxNlCmpCntrBreak: string
Title:
Temporary Worker - Compliant Contract BreaksMaximum Length:150Temporary Worker - Compliant Contract Breaks -
oraHrxNlCntrDurExc: string
Title:
Temporary Worker - Contract Duration ExceededMaximum Length:150Temporary Worker - Contract Duration Exceeded -
oraHrxNlCntrSeqNum: number
Title:
Temporary Worker - First Contract NumberTemporary Worker - First Contract Number -
oraHrxNlCodeWorkday: string
Title:
Saturday Working DayMaximum Length:150Saturday Working Day -
oraHrxNlCodeWorkday_Display: string
Title:
Saturday Working DaySaturday Working Day -
oraHrxNlCodeWorkdaySunday: string
Title:
Sunday Working DayMaximum Length:150Sunday Working Day -
oraHrxNlCodeWorkdaySunday_Display: string
Title:
Sunday Working DaySunday Working Day -
oraHrxNlContactLocation: string
Title:
Contact LocationMaximum Length:150Contact Location -
oraHrxNlContactName: string
Title:
Contact NameMaximum Length:150Contact Name -
oraHrxNlContGender: string
Title:
Contact GenderMaximum Length:150Contact Gender -
oraHrxNlContGender_DisplayValue: string
Title:
Contact GenderContact Gender -
oraHrxNlContNum: string
Title:
Contact PhoneMaximum Length:150Contact Phone -
oraHrxNlDirectPay: string
Title:
Direct Payment to EmployeeMaximum Length:150Direct Payment to Employee -
oraHrxNlHouseboatAddress: string
Title:
Houseboat AddressMaximum Length:150Houseboat Address -
oraHrxNlNumCallsWork: number
Title:
Temporary Worker - Number of Calls for WorkTemporary Worker - Number of Calls for Work -
oraHrxNlNumTempCntr: number
Title:
Temporary Worker - Number of ContractsTemporary Worker - Number of Contracts -
oraHrxNlPaymentReason: string
Title:
Reason for Late Payment RequestMaximum Length:150Reason for Late Payment Request -
oraHrxNlPctRcvr: number
Title:
Partial Recovery PercentagePartial Recovery Percentage -
oraHrxNlPrtlRcvrDt: string
(date)
Title:
Partial Recovery Start DatePartial Recovery Start Date -
oraHrxNlSickRcvrRptDt: string
(date)
Title:
Sickness Recovery Report DateSickness Recovery Report Date -
oraHrxNlSickRcvrRptWDt: string
(date)
Title:
Sickness Recovery Report Withdrawn DateSickness Recovery Report Withdrawn Date -
oraHrxNlSickRptDt: string
(date)
Title:
Sickness Report DateSickness Report Date -
oraHrxNlSickRptRsn: string
Title:
Sickness Report ReasonMaximum Length:150Sickness Report Reason -
oraHrxNlSickRptRsn_DisplayValue: string
Title:
Sickness Report ReasonSickness Report Reason -
oraHrxNlSickRptWDt: string
(date)
Title:
Sickness Report Withdrawn DateSickness Report Withdrawn Date -
OraHrxNlSiWage: number
Title:
Partial Absence SI Income on Start DatePartial Absence SI Income on Start Date -
oraHrxNlSiWageDaily: number
Title:
Partial Absence Daily SI IncomePartial Absence Daily SI Income -
oraHrxNlWswSubsidy: number
Title:
WSW SubsidyWSW Subsidy -
PerAbsenceEntryId: integer
(int64)
Nested Schema : oracle_apps_flex_hcm_globalAbsences_recording_absenceRecordingsDDFFlex_view_AbsenceRecordingsDDFFlexORA__5FHRX__5FNL__5FSICK__5FCHILD__5FBIRTHVO-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context SegmentMaximum Length:30Default Value:ORA_HRX_NL_SICK_CHILD_BIRTHContext Segment -
__FLEX_Context_DisplayValue: string
Title:
Context SegmentContext Segment -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
oraHrxNlaverageWorkingHours: string
Title:
Average Weekly Working HoursMaximum Length:150Average Weekly Working Hours -
oraHrxNlCaravanAddress: string
Title:
Caravan AddressMaximum Length:150Caravan Address -
oraHrxNlCmpCntrBreak: string
Title:
Temporary Worker - Compliant Contract BreaksMaximum Length:150Temporary Worker - Compliant Contract Breaks -
oraHrxNlCntrDurExc: string
Title:
Temporary Worker - Contract Duration ExceededMaximum Length:150Temporary Worker - Contract Duration Exceeded -
oraHrxNlCntrSeqNum: number
Title:
Temporary Worker - First Contract NumberTemporary Worker - First Contract Number -
oraHrxNlCodeWorkdaySaturday: string
Title:
Saturday Working DayMaximum Length:150Saturday Working Day -
oraHrxNlCodeWorkdaySaturday_Display: string
Title:
Saturday Working DaySaturday Working Day -
OraHrxNlCodeWorkdaySunday: string
Title:
Sunday Working DayMaximum Length:150Sunday Working Day -
OraHrxNlCodeWorkdaySunday_Display: string
Title:
Sunday Working DaySunday Working Day -
oraHrxNlContactLocation: string
Title:
Contact LocationMaximum Length:150Contact Location -
oraHrxNlContactName: string
Title:
Contact NameMaximum Length:150Contact Name -
oraHrxNlContGender: string
Title:
Contact GenderMaximum Length:150Contact Gender -
oraHrxNlContGender_DisplayValue: string
Title:
Contact GenderContact Gender -
oraHrxNlContNum: string
Title:
Contact PhoneMaximum Length:150Contact Phone -
oraHrxNlDirectPay: string
Title:
Direct Payment to EmployeeMaximum Length:150Direct Payment to Employee -
oraHrxNlHouseboatAddress: string
Title:
Houseboat AddressMaximum Length:150Houseboat Address -
oraHrxNlNumCallsWork: number
Title:
Temporary Worker - Number of Calls for WorkTemporary Worker - Number of Calls for Work -
oraHrxNlNumTempCntr: number
Title:
Temporary Worker - Number of ContractsTemporary Worker - Number of Contracts -
oraHrxNlPaymentReason: string
Title:
Reason for Late Payment RequestMaximum Length:150Reason for Late Payment Request -
oraHrxNlPctRcvr: number
Title:
Partial Recovery PercentagePartial Recovery Percentage -
oraHrxNlPrtlRcvrDt: string
(date)
Title:
Partial Recovery Start DatePartial Recovery Start Date -
oraHrxNlSickRcvrRptDt: string
(date)
Title:
Sickness Recovery Report DateSickness Recovery Report Date -
oraHrxNlSickRcvrRptWDt: string
(date)
Title:
Sickness Recovery Report Withdrawn DateSickness Recovery Report Withdrawn Date -
oraHrxNlSickRptDt: string
(date)
Title:
Sickness Report DateSickness Report Date -
oraHrxNlSickRptRsn: string
Title:
Sickness Report ReasonMaximum Length:150Sickness Report Reason -
oraHrxNlSickRptRsn_DisplayValue: string
Title:
Sickness Report ReasonSickness Report Reason -
oraHrxNlSickRptWDt: string
(date)
Title:
Sickness Report Withdrawn DateSickness Report Withdrawn Date -
oraHrxNlSiWage: number
Title:
Partial Absence SI Income on Start DatePartial Absence SI Income on Start Date -
oraHrxNlSiWageDaily: number
Title:
Partial Absence Daily SI IncomePartial Absence Daily SI Income -
oraHrxNlWswSubsidy: number
Title:
WSW SubsidyWSW Subsidy -
PerAbsenceEntryId: integer
(int64)
Nested Schema : oracle_apps_flex_hcm_globalAbsences_recording_absenceRecordingsDDFFlex_view_AbsenceRecordingsDDFFlexORA__5FHRX__5FNL__5FSICK__5FPREG__5FRELVO-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context SegmentMaximum Length:30Default Value:ORA_HRX_NL_SICK_PREG_RELContext Segment -
__FLEX_Context_DisplayValue: string
Title:
Context SegmentContext Segment -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
oraHrxNlaverageWorkingHours: string
Title:
Average Weekly Working HoursMaximum Length:150Average Weekly Working Hours -
oraHrxNlCaravanAddress: string
Title:
Caravan AddressMaximum Length:150Caravan Address -
oraHrxNlCmpCntrBreak: string
Title:
Temporary Worker - Compliant Contract BreaksMaximum Length:150Temporary Worker - Compliant Contract Breaks -
oraHrxNlCntrDurExc: string
Title:
Temporary Worker - Contract Duration ExceededMaximum Length:150Temporary Worker - Contract Duration Exceeded -
oraHrxNlCntrSeqNum: number
Title:
Temporary Worker - First Contract NumberTemporary Worker - First Contract Number -
oraHrxNlCodeWorkdaySaturday: string
Title:
Saturday Working DayMaximum Length:150Saturday Working Day -
oraHrxNlCodeWorkdaySaturday_Display: string
Title:
Saturday Working DaySaturday Working Day -
oraHrxNlCodeWorkdaySunday: string
Title:
Sunday Working DayMaximum Length:150Sunday Working Day -
oraHrxNlCodeWorkdaySunday_Display: string
Title:
Sunday Working DaySunday Working Day -
oraHrxNlContactLocation: string
Title:
Contact LocationMaximum Length:150Contact Location -
oraHrxNlContactName: string
Title:
Contact NameMaximum Length:150Contact Name -
oraHrxNlContGender: string
Title:
Contact GenderMaximum Length:150Contact Gender -
oraHrxNlContGender_DisplayValue: string
Title:
Contact GenderContact Gender -
oraHrxNlContNum: string
Title:
Contact PhoneMaximum Length:150Contact Phone -
oraHrxNlDirectPay: string
Title:
Direct Payment to EmployeeMaximum Length:150Direct Payment to Employee -
oraHrxNlHouseboatAddress: string
Title:
Houseboat AddressMaximum Length:150Houseboat Address -
oraHrxNlNumCallsWork: number
Title:
Temporary Worker - Number of Calls for WorkTemporary Worker - Number of Calls for Work -
oraHrxNlNumTempCntr: number
Title:
Temporary Worker - Number of ContractsTemporary Worker - Number of Contracts -
oraHrxNlPaymentReason: string
Title:
Reason for Late Payment RequestMaximum Length:150Reason for Late Payment Request -
oraHrxNlPctRcvr: number
Title:
Partial Recovery PercentagePartial Recovery Percentage -
oraHrxNlPrtlRcvrDt: string
(date)
Title:
Partial Recovery Start DatePartial Recovery Start Date -
oraHrxNlSickRcvrRptDt: string
(date)
Title:
Sickness Recovery Report DateSickness Recovery Report Date -
oraHrxNlSickRcvrRptWDt: string
(date)
Title:
Sickness Recovery Report Withdrawn DateSickness Recovery Report Withdrawn Date -
oraHrxNlSickRptDt: string
(date)
Title:
Sickness Report DateSickness Report Date -
oraHrxNlSickRptRsn: string
Title:
Sickness Report ReasonMaximum Length:150Sickness Report Reason -
oraHrxNlSickRptRsn_DisplayValue: string
Title:
Sickness Report ReasonSickness Report Reason -
oraHrxNlSickRptWDt: string
(date)
Title:
Sickness Report Withdrawn DateSickness Report Withdrawn Date -
oraHrxNlSiWage: number
Title:
Partial Absence SI Income on Start DatePartial Absence SI Income on Start Date -
oraHrxNlSiWageDaily: number
Title:
Partial Absence Daily SI IncomePartial Absence Daily SI Income -
oraHrxNlWswSubsidy: number
Title:
WSW SubsidyWSW Subsidy -
PerAbsenceEntryId: integer
(int64)
Nested Schema : oracle_apps_flex_hcm_globalAbsences_recording_absenceRecordingsDDFFlex_view_AbsenceRecordingsDDFFlexORA__5FHRX__5FNL__5FWORK__5FACCIDENTVO-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context SegmentMaximum Length:30Default Value:ORA_HRX_NL_WORK_ACCIDENTContext Segment -
__FLEX_Context_DisplayValue: string
Title:
Context SegmentContext Segment -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
oraHrxNlaverageWorkingHours: string
Title:
Average Weekly Working HoursMaximum Length:150Average Weekly Working Hours -
oraHrxNlCaravanAddress: string
Title:
Caravan AddressMaximum Length:150Caravan Address -
oraHrxNlCmpCntrBreak: string
Title:
Temporary Worker - Compliant Contract BreaksMaximum Length:150Temporary Worker - Compliant Contract Breaks -
oraHrxNlCntrDurExc: string
Title:
Temporary Worker - Contract Duration ExceededMaximum Length:150Temporary Worker - Contract Duration Exceeded -
oraHrxNlCntrSeqNum: number
Title:
Temporary Worker - First Contract NumberTemporary Worker - First Contract Number -
oraHrxNlCodeWorkday: string
Title:
Saturday Working DayMaximum Length:150Saturday Working Day -
oraHrxNlCodeWorkday_Display: string
Title:
Saturday Working DaySaturday Working Day -
oraHrxNlCodeWorkdaySunday: string
Title:
Sunday Working DayMaximum Length:150Sunday Working Day -
oraHrxNlCodeWorkdaySunday_Display: string
Title:
Sunday Working DaySunday Working Day -
oraHrxNlContactLocation: string
Title:
Contact LocationMaximum Length:150Contact Location -
oraHrxNlContactName: string
Title:
Contact NameMaximum Length:150Contact Name -
oraHrxNlContGender: string
Title:
Contact GenderMaximum Length:150Contact Gender -
oraHrxNlContGender_DisplayValue: string
Title:
Contact GenderContact Gender -
oraHrxNlContNum: string
Title:
Contact PhoneMaximum Length:150Contact Phone -
oraHrxNlDirectPay: string
Title:
Direct Payment to EmployeeMaximum Length:150Direct Payment to Employee -
oraHrxNlHouseboatAddress: string
Title:
Houseboat AddressMaximum Length:150Houseboat Address -
oraHrxNlNumCallsWork: number
Title:
Temporary Worker - Number of Calls for WorkTemporary Worker - Number of Calls for Work -
oraHrxNlNumTempCntr: number
Title:
Temporary Worker - Number of ContractsTemporary Worker - Number of Contracts -
oraHrxNlPaymentReason: string
Title:
Reason for Late Payment RequestMaximum Length:150Reason for Late Payment Request -
oraHrxNlPctRcvr: number
Title:
Partial Recovery PercentagePartial Recovery Percentage -
oraHrxNlPrtlRcvrDt: string
(date)
Title:
Partial Recovery Start DatePartial Recovery Start Date -
oraHrxNlSickRcvrRptDt: string
(date)
Title:
Sickness Recovery Report DateSickness Recovery Report Date -
oraHrxNlSickRcvrRptWDt: string
(date)
Title:
Sickness Recovery Report Withdrawn DateSickness Recovery Report Withdrawn Date -
oraHrxNlSickRptDt: string
(date)
Title:
Sickness Report DateSickness Report Date -
oraHrxNlSickRptRsn: string
Title:
Sickness Report ReasonMaximum Length:150Sickness Report Reason -
oraHrxNlSickRptRsn_DisplayValue: string
Title:
Sickness Report ReasonSickness Report Reason -
oraHrxNlSickRptWDt: string
(date)
Title:
Sickness Report Withdrawn DateSickness Report Withdrawn Date -
oraHrxNlSiWage: number
Title:
Partial Absence SI Income on Start DatePartial Absence SI Income on Start Date -
oraHrxNlSiWageDaily: number
Title:
Partial Absence Daily SI IncomePartial Absence Daily SI Income -
oraHrxNlWswSubsidy: number
Title:
WSW SubsidyWSW Subsidy -
PerAbsenceEntryId: integer
(int64)
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Links
- absenceDailyDetailsBreakdown
-
Displays the individual date and shift breakdown details of the absence request.
- findByAdvancedSearchQuery
-
Searches existing absences based on various parameters.
- findByAdvancedSearchQueryForCases
-
Displays the absence cases found based on user search criteria.
- getAbsenceTypeBalance
-
Provides the absence type balance for the selected absence type. This includes all absence plans associated with the selected absence type.
- loadProjectedBalance
-
Displays the projected absence type balance based on the absence type balance and absence transactions through the absence end date.
Examples
The following example shows how to retrieve all the absences by submitting a GET request on the REST resource using cURL.
curl -i -u "<username>:<password>" -H "Content-Type: application/vnd.oracle.adf.resourceitem+json" -X GET http://<host>:<port>/hcmRestApi/resources/11.13.18.05/absences
Example of Response Header
The following is an example of the response header.
Status: HTTP/1.1 200 OK Content-Type: application/vnd.oracle.adf.resourcecollection+json
Example of Response Body
The following example shows the contents of the response body in JSON format.
{
"items" : [ {
"absenceEntryBasicFlag" : true,
"absencePatternCd" : "GENERIC",
"absenceStatusCd" : "SAVED",
"absenceTypeId" : 300100107398880,
"absenceTypeReasonId" : null,
"blockedLeaveCandidate" : "NA",
"comments" : null,
"conditionStartDate" : null,
"confirmedDate" : null,
"createdBy" : "ZHRA-LNMGR1",
"creationDate" : "2017-07-04T08:01:45-07:00",
"duration" : 8.5,
"endDate" : "2017-07-04",
"endDateDuration" : null,
"endDateTime" : "2017-07-04T17:00:00-07:00",
"endTime" : "17:00",
"lastUpdateDate" : "2017-07-04T08:07:29.580-07:00",
"lastUpdateLogin" : "53801BEEE624A011E0530703F00A9F33",
"lastUpdatedBy" : "ZHRA-LNMGR1",
"lateNotifyFlag" : null,
"notificationDate" : "2017-07-04",
"objectVersionNumber" : 2,
"openEndedFlag" : false,
"overridden" : "N",
"personAbsenceEntryId" : 300100109892733,
"personId" : 923460008154805,
"singleDayFlag" : true,
"source" : "ANC",
"startDate" : "2017-07-04",
"startDateDuration" : null,
"startDateTime" : "2017-07-04T08:30:00-07:00",
"startTime" : "08:30",
"submittedDate" : null,
"unitOfMeasure" : "H",
"userMode" : "EMP",
"personNumber" : null,
"absenceType" : null,
"employer" : null,
"absenceReason" : null,
"absenceDispStatus" : null,
"dataSecurityPersonId" : 923460008154805,
"effectiveStartDate" : "2003-01-01",
"effectiveEndDate" : "4711-12-31",
"links":[18]
0: {...
...}
}
{
"absenceEntryBasicFlag" : true,
"absencePatternCd" : "II",
"absenceStatusCd" : "SUBMITTED",
"absenceTypeId" : 300100037938140,
"absenceTypeReasonId" : null,
"blockedLeaveCandidate" : "NA",
"comments" : null,
"conditionStartDate" : null,
"confirmedDate" : null,
"createdBy" : "HR_SPEC_ALL",
"creationDate" : "2017-09-21T23:29:00-07:00",
"duration" : 1,
"endDate" : "2017-10-02",
"endDateDuration" : null,
"endDateTime" : "2017-10-02T17:00:00-07:00",
"endTime" : "17:00",
"lastUpdateDate" : "2017-09-21T23:29:53.218-07:00",
"lastUpdateLogin" : "599C27BE3B444555E0530703F00AC9C7",
"lastUpdatedBy" : "HR_SPEC_ALL",
"lateNotifyFlag" : false,
"notificationDate" : "2017-09-21",
"objectVersionNumber" : 1,
"openEndedFlag" : false,
"overridden" : "N",
"personAbsenceEntryId" : 300100116324733,
"personId" : 100010024200226,
"singleDayFlag" : true,
"source" : "ANC",
"startDate" : "2017-10-02",
"startDateDuration" : null,
"startDateTime" : "2017-10-02T08:30:00-07:00",
"startTime" : "08:30",
"submittedDate" : "2017-09-21",
"unitOfMeasure" : "D",
"userMode" : "ADMIN",
"personNumber" : null,
"absenceType" : null,
"employer" : null,
"absenceReason" : null,
"absenceDispStatus" : null,
"dataSecurityPersonId" : 100010024200226,
"effectiveStartDate" : "1995-11-15",
"effectiveEndDate" : "4712-12-31",
"links":[18]
0: {...
...}
...}
}