Get all absence recording descriptive flexfields for absence bids
get
/hcmRestApi/resources/11.13.18.05/absences/{absencesUniqID}/child/absenceRecordingsDDF
Request
Path Parameters
-
absencesUniqID(required): string
This is the hash key of the attributes which make up the composite key for the Absences resource and used to uniquely identify an instance of Absences. The client should not generate the hash key value. Instead, the client should query on the Absences collection resource in order to navigate to a specific instance of Absences to get the hash key.
Query Parameters
-
dependency: string
This parameter specifies dependencies which are fields that are set before and rolled back after generating the response. Generally they are used to preview the effects of an attribute change. The fields specified in this parameter are always set in the resource instance in question. When a child resource collection is requested and the parameter is set, the fields will be set in the parent resource instance before generating the resource collection payload. The value of this query parameter is a set of dependency fields. Example: dependency=ProductId=2
Format: <attr1>=<val1>,<attr2>=<value2> -
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
Finder Variables- PerAbsenceEntryId; integer;
- PrimaryKey
-
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 -
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: string
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: string
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-absenceRecordingsDDF
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 : Items
Type:
arrayTitle:
ItemsThe items in the collection.
Show Source
-
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_IE_SICKNESS":"#/components/schemas/oracle_apps_flex_hcm_globalAbsences_recording_absenceRecordingsDDFFlex_view_AbsenceRecordingsDDFFlexORA__5FHRX__5FIE__5FSICKNESSVO-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 : 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_IE_SICKNESS
- 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_IE_SICKNESS -
object
oracle_apps_flex_hcm_globalAbsences_recording_absenceRecordingsDDFFlex_view_AbsenceRecordingsDDFFlexORA__5FHRX__5FIE__5FSICKNESSVO-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. -
oraHrxFrMalLinkAbs: string
Title:
Link to Previous AbsenceMaximum Length:150Link to Previous Absence -
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 -
oraHrxFrTptType: string
Title:
Therapeutic Part-time typeMaximum Length:150Therapeutic Part-time type -
oraHrxFrTptType_Display: string
Title:
Therapeutic Part-time typeTherapeutic Part-time type -
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__5FIE__5FSICKNESSVO-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context SegmentMaximum Length:30Default Value:ORA_HRX_IE_SICKNESSContext Segment -
__FLEX_Context_DisplayValue: string
Title:
Context SegmentContext Segment -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
OraHrxIeMedEndDt: string
(date)
Title:
Medical Certificate End DateMedical Certificate End Date -
OraHrxIeMedStartDt: string
(date)
Title:
Medical Certificate Start DateMedical Certificate Start 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 : 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 : 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