Get a work preference item
get
/hcmRestApi/resources/11.13.18.05/talentPersonProfiles/{talentPersonProfilesUniqID}/child/workPreferenceSections/{ProfileSectionId1}/child/workPreferenceItems/{workPreferenceItemsUniqID}
Request
Path Parameters
-
ProfileSectionId1(required): string
The value of this parameter could be a hash of the key that is used to uniquely identify the resource item. The client should not generate the hash key value. Instead, the client should query on the collection resource with a filter to navigate to a specific resource item. For example: products?q=InventoryItemId=
-
talentPersonProfilesUniqID(required): string
This is the hash key of the attributes which make up the composite key for the Talent Person Profiles resource and used to uniquely identify an instance of Talent Person Profiles. The client should not generate the hash key value. Instead, the client should query on the Talent Person Profiles collection resource in order to navigate to a specific instance of Talent Person Profiles to get the hash key.
-
workPreferenceItemsUniqID(required): string
This is the hash key of the attributes which make up the composite key for the Work Preference Items resource and used to uniquely identify an instance of Work Preference Items. The client should not generate the hash key value. Instead, the client should query on the Work Preference Items collection resource in order to navigate to a specific instance of Work Preference Items 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 -
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 -
onlyData: boolean
The resource item payload will be filtered in order to contain only data (no links section, for example).
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 : talentPersonProfiles-workPreferenceSections-workPreferenceItems-item-response
Type:
Show Source
object-
AllLocations: string
Title:
All LocationsMaximum Length:30Indicates whether the person is willing to relocate to any location. Valid values are Y and N. Valid values are defined in the commonLookupsLOV. -
AllLocationsMeaning: string
Title:
All LocationsRepresent whether the user preferred to work at any location. -
Comments: string
(byte)
Title:
CommentsComments of the content item. -
ConsiderPartTimeWork: string
Title:
Consider Part Time WorkMaximum Length:30Indicates whether the person would consider part time work. Valid values are Y and N. Valid values are defined in the commonLookupsLOV. -
ConsiderPartTimeWorkMeaning: string
Title:
Consider Part Time WorkRepresent whether the user is preferred to as a part time employee. -
ConsiderTemporaryAssignment: string
Title:
Consider Temporary AssignmentMaximum Length:30Indicates whether the person would consider temporary assignment. Valid values are Y and N. Valid values are defined in the commonLookupsLOV. -
ConsiderTemporaryAssignmentMeaning: string
Title:
Consider Temporary AssignmentRepresent whether the user is willing to consider temporary assignments. -
CreatedBy: string
Title:
Created ByRead Only:trueMaximum Length:64User who created the work preference item. -
CreationDate: string
(date-time)
Title:
Creation DateRead Only:trueDate and time when the work preference item was created. -
Currency: string
Title:
CurrencyName of the currency. -
CurrencyCode: string
Title:
Currency CodeMaximum Length:30Code of the currency. -
DomesticTravelFrequency: string
Title:
Domestic Travel Frequency CodeMaximum Length:30Frequency of domestic travel. Valid values are defined in the commonLookupsLOV. -
DomesticTravelFrequencyMeaning: string
Title:
Domestic Travel FrequencyIndicate the frequency of domestic travel. -
FirstExcludedLocation: string
Title:
First Excluded LocationFirst location to be excluded from user work preferences. -
FirstExcludedLocationCode: string
Title:
First Excluded Location CodeMaximum Length:150First location to be excluded from user work preferences. Valid values are defined in the locationsLOV. -
FirstExcludedLocationId: integer
(int64)
Title:
First Excluded Location IDIdentifier of the first location to be excluded from user work preferences. -
FirstPreferredLocation: string
Title:
First Preferred LocationFirst location to be preferred from user work preferences. -
FirstPreferredLocationCode: string
Title:
First Preferred Location CodeMaximum Length:150First location to be preferred from user work preferences. Valid values are defined in the locationsLOV. -
FirstPreferredLocationId: integer
(int64)
Title:
First Preferred Location IDIdentifier of the first location to be preferred from user work preferences. -
FourthExcludedLocation: string
Title:
Fourth Excluded LocationFourth location to be excluded from user work preferences. -
FourthExcludedLocationCode: string
Title:
Fourth Excluded Location CodeMaximum Length:150Fourth location to be excluded from the user work preferences. Valid values are defined in the locationsLOV. -
FourthExcludedLocationId: integer
(int64)
Title:
Fourth Excluded Location IDIdentifier of the fourth location to be excluded from the user work preferences. -
FourthPreferredLocation: string
Title:
Fourth Preferred LocationFourth location to be preferred from user work preferences. -
FourthPreferredLocationCode: string
Title:
Fourth Preferred Location CodeMaximum Length:150Fourth location to be preferred from the user work preferences. Valid values are defined in the locationsLOV. -
FourthPreferredLocationId: integer
(int64)
Title:
Fourth Preferred Location IDIdentifier of the fourth preferred location. -
InternationalTravelFrequency: string
Title:
International Travel Frequency CodeMaximum Length:30Frequency of international travel. Valid values are defined in the commonLookupsLOV. -
InternationalTravelFrequencyMeaning: string
Title:
International Travel FrequencyIndicate the frequency of international travel. -
LastUpdateDate: string
(date-time)
Title:
Last Update DateRead Only:trueDate and time when the work preference item was last update. -
LastUpdatedBy: string
Title:
Last Updated ByRead Only:trueMaximum Length:64User who last updated the work preference item. -
LengthOfWillingToRelocate: integer
(int64)
Title:
Length of Willing to RelocateTime duration for the relocation. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
MinimumPay: integer
(int64)
Title:
Minimum PayMinimum pay for the work. -
PayFrequency: string
Title:
Pay Frequency CodeMaximum Length:30Frequency for the pay. Valid values are defined in the commonLookupsLOV. -
PayFrequencyMeaning: string
Title:
Pay FrequencyMeaning of the pay frequency. -
ProfileId: integer
(int64)
Surrogate identifier for the person profile.
-
RelocationReason: string
Title:
Relocation ReasonMaximum Length:240Reason for relocation. -
SecondExcludedLocation: string
Title:
Second Excluded LocationSecond location to be excluded from user work preferences. -
SecondExcludedLocationCode: string
Title:
Second Excluded Location CodeMaximum Length:150Second location to be excluded from user work preferences. Valid values are defined in the locationsLOV. -
SecondExcludedLocationId: integer
(int64)
Title:
Second Excluded Location IDIdentifier of the second location to be excluded from user work preferences. -
SecondPreferredLocation: string
Title:
Second Preferred LocationSecond location to be preferred from user work preferences. -
SecondPreferredLocationCode: string
Title:
Second Preferred Location CodeMaximum Length:150Second location to be preferred from the user work preferences. Valid values are defined in the locationsLOV. -
SecondPreferredLocationId: integer
(int64)
Title:
Second Preferred Location IDIdentifier of the second preferred location. -
SectionId: integer
(int64)
Unique identifier of the content section.
-
SourceType: string
Maximum Length:
30Code representing the source of work preference item. -
ThirdExcludedLocation: string
Title:
Third Excluded LocationThird location to be excluded from user work preferences. -
ThirdExcludedLocationCode: string
Title:
Third Excluded Location CodeMaximum Length:150Third location to be excluded from the user work preferences. Valid values are defined in the locationsLOV. -
ThirdExcludedLocationId: integer
(int64)
Title:
Third Excluded Location IDIdentifier of the third location to be excluded from the user work preferences. -
ThirdPreferredLocation: string
Title:
Third Preferred LocationThird location to be preferred from user work preferences. -
ThirdPreferredLocationCode: string
Title:
Third Preferred Location CodeMaximum Length:150Third location to be preferred from the user work preferences. Valid values are defined in the locationsLOV. -
ThirdPreferredLocationId: integer
(int64)
Title:
Third Preferred Location IDIdentifier of the third preferred location. -
TravelDomestically: string
Title:
Travel DomesticallyMaximum Length:30Indicates whether the worker prefers domestic travel. Valid values are Y and N. Valid values are defined in the commonLookupsLOV. -
TravelDomesticallyMeaning: string
Title:
Travel DomesticallyRepresent whether domestic travel is required for the workforce structure. -
TravelInternationally: string
Title:
Travel InternationallyMaximum Length:30Indicates whether the worker prefers international travel. Valid values are Y and N. Valid values are defined in the commonLookupsLOV. -
TravelInternationallyMeaning: string
Title:
Travel InternationallyRepresent whether international travel is required for the workforce structure. -
WillingToRelocate: string
Title:
Willing to RelocateMaximum Length:30Indicates whether the person is willing to relocate. Valid values are Y and N. Valid values are defined in the commonLookupsLOV. -
WillingToRelocateMeaning: string
Title:
Willing to RelocateRepresent whether the user is willing to relocate as part of workforce structure. -
WorkFlexibleSchedule: string
Title:
Work a Flexible ScheduleMaximum Length:30Indicates whether the person has a flexible work schedule. Valid values are Y and N. Valid values are defined in the commonLookupsLOV. -
WorkFlexibleScheduleMeaning: string
Title:
Work a Flexible ScheduleRepresent whether the user is willing to work in a flexible schedule. -
WorkPreferenceId: integer
(int64)
Read Only:
trueUnique identifier for work preference. -
workPreferenceItemsDFF: array
workPreferenceItemsDFF
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : workPreferenceItemsDFF
Type:
Show Source
array-
Array of:
object Discriminator: __FLEX_Context
Discriminator:
{ "propertyName":"__FLEX_Context", "mapping":{ "JOB_CRITICALITY":"#/components/schemas/oracle_apps_flex_hcm_profiles_core_WorkPreferenceItem_view_WorkPreferenceItemJOB__5FCRITICALITYVO-item-response", "ORGANIZATION_CRITICALITY":"#/components/schemas/oracle_apps_flex_hcm_profiles_core_WorkPreferenceItem_view_WorkPreferenceItemORGANIZATION__5FCRITICALITYVO-item-response", "PERSON_CAREER_STATEMENT":"#/components/schemas/oracle_apps_flex_hcm_profiles_core_WorkPreferenceItem_view_WorkPreferenceItemPERSON__5FCAREER__5FSTATEMENTVO-item-response", "PERSON_CATEGORY":"#/components/schemas/oracle_apps_flex_hcm_profiles_core_WorkPreferenceItem_view_WorkPreferenceItemPERSON__5FCATEGORYVO-item-response", "PERSON_COMPONENT":"#/components/schemas/oracle_apps_flex_hcm_profiles_core_WorkPreferenceItem_view_WorkPreferenceItemPERSON__5FCOMPONENTVO-item-response", "PERSON_N_BOX_ASSIGNMENT":"#/components/schemas/oracle_apps_flex_hcm_profiles_core_WorkPreferenceItem_view_WorkPreferenceItemPERSON__5FN__5FBOX__5FASSIGNMENTVO-item-response", "PERSON_PERFORMANCE_RATING":"#/components/schemas/oracle_apps_flex_hcm_profiles_core_WorkPreferenceItem_view_WorkPreferenceItemPERSON__5FPERFORMANCE__5FRATINGVO-item-response", "PERSON_PLATFORM":"#/components/schemas/oracle_apps_flex_hcm_profiles_core_WorkPreferenceItem_view_WorkPreferenceItemPERSON__5FPLATFORMVO-item-response", "PERSON_POTENTIAL":"#/components/schemas/oracle_apps_flex_hcm_profiles_core_WorkPreferenceItem_view_WorkPreferenceItemPERSON__5FPOTENTIALVO-item-response", "PERSON_PROBLEM_CODE":"#/components/schemas/oracle_apps_flex_hcm_profiles_core_WorkPreferenceItem_view_WorkPreferenceItemPERSON__5FPROBLEM__5FCODEVO-item-response", "PERSON_PRODUCT":"#/components/schemas/oracle_apps_flex_hcm_profiles_core_WorkPreferenceItem_view_WorkPreferenceItemPERSON__5FPRODUCTVO-item-response", "PERSON_PRODUCT_PROBLEM_CODE":"#/components/schemas/oracle_apps_flex_hcm_profiles_core_WorkPreferenceItem_view_WorkPreferenceItemPERSON__5FPRODUCT__5FPROBLEM__5FCODEVO-item-response", "PERSON_READINESS":"#/components/schemas/oracle_apps_flex_hcm_profiles_core_WorkPreferenceItem_view_WorkPreferenceItemPERSON__5FREADINESSVO-item-response", "PERSON_RISK":"#/components/schemas/oracle_apps_flex_hcm_profiles_core_WorkPreferenceItem_view_WorkPreferenceItemPERSON__5FRISKVO-item-response", "PERSON_TALENT_SCORE":"#/components/schemas/oracle_apps_flex_hcm_profiles_core_WorkPreferenceItem_view_WorkPreferenceItemPERSON__5FTALENT__5FSCOREVO-item-response", "POSITION_CRITICALITY":"#/components/schemas/oracle_apps_flex_hcm_profiles_core_WorkPreferenceItem_view_WorkPreferenceItemPOSITION__5FCRITICALITYVO-item-response" } }
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 : Discriminator: __FLEX_Context
Type:
objectDiscriminator: __FLEX_Context
Discriminator Values
- JOB_CRITICALITY
- ORGANIZATION_CRITICALITY
- PERSON_CAREER_STATEMENT
- PERSON_CATEGORY
- PERSON_COMPONENT
- PERSON_N_BOX_ASSIGNMENT
- PERSON_PERFORMANCE_RATING
- PERSON_PLATFORM
- PERSON_POTENTIAL
- PERSON_PROBLEM_CODE
- PERSON_PRODUCT
- PERSON_PRODUCT_PROBLEM_CODE
- PERSON_READINESS
- PERSON_RISK
- PERSON_TALENT_SCORE
- POSITION_CRITICALITY
Match One Schema
Show Source
-
JOB_CRITICALITY -
object
oracle_apps_flex_hcm_profiles_core_WorkPreferenceItem_view_WorkPreferenceItemJOB__5FCRITICALITYVO-item-response
-
ORGANIZATION_CRITICALITY -
object
oracle_apps_flex_hcm_profiles_core_WorkPreferenceItem_view_WorkPreferenceItemORGANIZATION__5FCRITICALITYVO-item-response
-
PERSON_CAREER_STATEMENT -
object
oracle_apps_flex_hcm_profiles_core_WorkPreferenceItem_view_WorkPreferenceItemPERSON__5FCAREER__5FSTATEMENTVO-item-response
-
PERSON_CATEGORY -
object
oracle_apps_flex_hcm_profiles_core_WorkPreferenceItem_view_WorkPreferenceItemPERSON__5FCATEGORYVO-item-response
-
PERSON_COMPONENT -
object
oracle_apps_flex_hcm_profiles_core_WorkPreferenceItem_view_WorkPreferenceItemPERSON__5FCOMPONENTVO-item-response
-
PERSON_N_BOX_ASSIGNMENT -
object
oracle_apps_flex_hcm_profiles_core_WorkPreferenceItem_view_WorkPreferenceItemPERSON__5FN__5FBOX__5FASSIGNMENTVO-item-response
-
PERSON_PERFORMANCE_RATING -
object
oracle_apps_flex_hcm_profiles_core_WorkPreferenceItem_view_WorkPreferenceItemPERSON__5FPERFORMANCE__5FRATINGVO-item-response
-
PERSON_PLATFORM -
object
oracle_apps_flex_hcm_profiles_core_WorkPreferenceItem_view_WorkPreferenceItemPERSON__5FPLATFORMVO-item-response
-
PERSON_POTENTIAL -
object
oracle_apps_flex_hcm_profiles_core_WorkPreferenceItem_view_WorkPreferenceItemPERSON__5FPOTENTIALVO-item-response
-
PERSON_PROBLEM_CODE -
object
oracle_apps_flex_hcm_profiles_core_WorkPreferenceItem_view_WorkPreferenceItemPERSON__5FPROBLEM__5FCODEVO-item-response
-
PERSON_PRODUCT -
object
oracle_apps_flex_hcm_profiles_core_WorkPreferenceItem_view_WorkPreferenceItemPERSON__5FPRODUCTVO-item-response
-
PERSON_PRODUCT_PROBLEM_CODE -
object
oracle_apps_flex_hcm_profiles_core_WorkPreferenceItem_view_WorkPreferenceItemPERSON__5FPRODUCT__5FPROBLEM__5FCODEVO-item-response
-
PERSON_READINESS -
object
oracle_apps_flex_hcm_profiles_core_WorkPreferenceItem_view_WorkPreferenceItemPERSON__5FREADINESSVO-item-response
-
PERSON_RISK -
object
oracle_apps_flex_hcm_profiles_core_WorkPreferenceItem_view_WorkPreferenceItemPERSON__5FRISKVO-item-response
-
PERSON_TALENT_SCORE -
object
oracle_apps_flex_hcm_profiles_core_WorkPreferenceItem_view_WorkPreferenceItemPERSON__5FTALENT__5FSCOREVO-item-response
-
POSITION_CRITICALITY -
object
oracle_apps_flex_hcm_profiles_core_WorkPreferenceItem_view_WorkPreferenceItemPOSITION__5FCRITICALITYVO-item-response
Nested Schema : oracle_apps_flex_hcm_profiles_core_WorkPreferenceItem_view_WorkPreferenceItemJOB__5FCRITICALITYVO-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context ValueMaximum Length:80Default Value:JOB_CRITICALITYContext Value -
__FLEX_Context_DisplayValue: string
Title:
Context ValueContext Value -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
WorkPrefId: integer
(int64)
Nested Schema : oracle_apps_flex_hcm_profiles_core_WorkPreferenceItem_view_WorkPreferenceItemORGANIZATION__5FCRITICALITYVO-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context ValueMaximum Length:80Default Value:ORGANIZATION_CRITICALITYContext Value -
__FLEX_Context_DisplayValue: string
Title:
Context ValueContext Value -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
WorkPrefId: integer
(int64)
Nested Schema : oracle_apps_flex_hcm_profiles_core_WorkPreferenceItem_view_WorkPreferenceItemPERSON__5FCAREER__5FSTATEMENTVO-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context ValueMaximum Length:80Default Value:PERSON_CAREER_STATEMENTContext Value -
__FLEX_Context_DisplayValue: string
Title:
Context ValueContext Value -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
WorkPrefId: integer
(int64)
Nested Schema : oracle_apps_flex_hcm_profiles_core_WorkPreferenceItem_view_WorkPreferenceItemPERSON__5FCATEGORYVO-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context ValueMaximum Length:80Default Value:PERSON_CATEGORYContext Value -
__FLEX_Context_DisplayValue: string
Title:
Context ValueContext Value -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
WorkPrefId: integer
(int64)
Nested Schema : oracle_apps_flex_hcm_profiles_core_WorkPreferenceItem_view_WorkPreferenceItemPERSON__5FCOMPONENTVO-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context ValueMaximum Length:80Default Value:PERSON_COMPONENTContext Value -
__FLEX_Context_DisplayValue: string
Title:
Context ValueContext Value -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
WorkPrefId: integer
(int64)
Nested Schema : oracle_apps_flex_hcm_profiles_core_WorkPreferenceItem_view_WorkPreferenceItemPERSON__5FN__5FBOX__5FASSIGNMENTVO-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context ValueMaximum Length:80Default Value:PERSON_N_BOX_ASSIGNMENTContext Value -
__FLEX_Context_DisplayValue: string
Title:
Context ValueContext Value -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
WorkPrefId: integer
(int64)
Nested Schema : oracle_apps_flex_hcm_profiles_core_WorkPreferenceItem_view_WorkPreferenceItemPERSON__5FPERFORMANCE__5FRATINGVO-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context ValueMaximum Length:80Default Value:PERSON_PERFORMANCE_RATINGContext Value -
__FLEX_Context_DisplayValue: string
Title:
Context ValueContext Value -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
WorkPrefId: integer
(int64)
Nested Schema : oracle_apps_flex_hcm_profiles_core_WorkPreferenceItem_view_WorkPreferenceItemPERSON__5FPLATFORMVO-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context ValueMaximum Length:80Default Value:PERSON_PLATFORMContext Value -
__FLEX_Context_DisplayValue: string
Title:
Context ValueContext Value -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
WorkPrefId: integer
(int64)
Nested Schema : oracle_apps_flex_hcm_profiles_core_WorkPreferenceItem_view_WorkPreferenceItemPERSON__5FPOTENTIALVO-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context ValueMaximum Length:80Default Value:PERSON_POTENTIALContext Value -
__FLEX_Context_DisplayValue: string
Title:
Context ValueContext Value -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
WorkPrefId: integer
(int64)
Nested Schema : oracle_apps_flex_hcm_profiles_core_WorkPreferenceItem_view_WorkPreferenceItemPERSON__5FPROBLEM__5FCODEVO-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context ValueMaximum Length:80Default Value:PERSON_PROBLEM_CODEContext Value -
__FLEX_Context_DisplayValue: string
Title:
Context ValueContext Value -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
WorkPrefId: integer
(int64)
Nested Schema : oracle_apps_flex_hcm_profiles_core_WorkPreferenceItem_view_WorkPreferenceItemPERSON__5FPRODUCTVO-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context ValueMaximum Length:80Default Value:PERSON_PRODUCTContext Value -
__FLEX_Context_DisplayValue: string
Title:
Context ValueContext Value -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
WorkPrefId: integer
(int64)
Nested Schema : oracle_apps_flex_hcm_profiles_core_WorkPreferenceItem_view_WorkPreferenceItemPERSON__5FPRODUCT__5FPROBLEM__5FCODEVO-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context ValueMaximum Length:80Default Value:PERSON_PRODUCT_PROBLEM_CODEContext Value -
__FLEX_Context_DisplayValue: string
Title:
Context ValueContext Value -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
WorkPrefId: integer
(int64)
Nested Schema : oracle_apps_flex_hcm_profiles_core_WorkPreferenceItem_view_WorkPreferenceItemPERSON__5FREADINESSVO-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context ValueMaximum Length:80Default Value:PERSON_READINESSContext Value -
__FLEX_Context_DisplayValue: string
Title:
Context ValueContext Value -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
WorkPrefId: integer
(int64)
Nested Schema : oracle_apps_flex_hcm_profiles_core_WorkPreferenceItem_view_WorkPreferenceItemPERSON__5FRISKVO-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context ValueMaximum Length:80Default Value:PERSON_RISKContext Value -
__FLEX_Context_DisplayValue: string
Title:
Context ValueContext Value -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
WorkPrefId: integer
(int64)
Nested Schema : oracle_apps_flex_hcm_profiles_core_WorkPreferenceItem_view_WorkPreferenceItemPERSON__5FTALENT__5FSCOREVO-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context ValueMaximum Length:80Default Value:PERSON_TALENT_SCOREContext Value -
__FLEX_Context_DisplayValue: string
Title:
Context ValueContext Value -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
WorkPrefId: integer
(int64)
Nested Schema : oracle_apps_flex_hcm_profiles_core_WorkPreferenceItem_view_WorkPreferenceItemPOSITION__5FCRITICALITYVO-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context ValueMaximum Length:80Default Value:POSITION_CRITICALITYContext Value -
__FLEX_Context_DisplayValue: string
Title:
Context ValueContext Value -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
WorkPrefId: 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
Links
- allLocationsLOV
-
Parameters:
- finder:
LookupTypeFinder
The following properties are defined on the LOV link relation:- Source Attribute: AllLocations; Target Attribute: LookupCode
- Display Attribute: Meaning
- finder:
- considerPartTimeWorkLOV
-
Parameters:
- finder:
LookupTypeFinder
The following properties are defined on the LOV link relation:- Source Attribute: ConsiderPartTimeWork; Target Attribute: LookupCode
- Display Attribute: Meaning
- finder:
- considerTemporaryAssignmentsLOV
-
Parameters:
- finder:
LookupTypeFinder
The following properties are defined on the LOV link relation:- Source Attribute: ConsiderTemporaryAssignment; Target Attribute: LookupCode
- Display Attribute: Meaning
- finder:
- currencyCodesLOV
-
Parameters:
- finder:
CurrencyCodeFinder
The following properties are defined on the LOV link relation:- Source Attribute: CurrencyCode; Target Attribute: CurrencyCode
- Display Attribute: Name
- finder:
- domesticTravelFrequencyLOV
-
Parameters:
- finder:
LookupTypeFinder
The following properties are defined on the LOV link relation:- Source Attribute: DomesticTravelFrequency; Target Attribute: LookupCode
- Display Attribute: Meaning
- finder:
- firstExcludedLocationCodesLOV
-
The following properties are defined on the LOV link relation:
- Source Attribute: FirstExcludedLocationCode; Target Attribute: LocationCode
- Display Attribute: LocationName
- firstPreferredLocationCodesLOV
-
The following properties are defined on the LOV link relation:
- Source Attribute: FirstPreferredLocationCode; Target Attribute: LocationCode
- Display Attribute: LocationName
- fourthExcludedLocationCodesLOV
-
The following properties are defined on the LOV link relation:
- Source Attribute: FourthExcludedLocationCode; Target Attribute: LocationCode
- Display Attribute: LocationName
- fourthPreferredLocationCodesLOV
-
The following properties are defined on the LOV link relation:
- Source Attribute: FourthPreferredLocationCode; Target Attribute: LocationCode
- Display Attribute: LocationName
- internationalTravelFrequencyLOV
-
Parameters:
- finder:
LookupTypeFinder
The following properties are defined on the LOV link relation:- Source Attribute: InternationalTravelFrequency; Target Attribute: LookupCode
- Display Attribute: Meaning
- finder:
- payFrequencyLOV
-
Parameters:
- finder:
LookupTypeFinder
The following properties are defined on the LOV link relation:- Source Attribute: PayFrequency; Target Attribute: LookupCode
- Display Attribute: Meaning
- finder:
- secondExcludedLocationCodesLOV
-
The following properties are defined on the LOV link relation:
- Source Attribute: SecondExcludedLocationCode; Target Attribute: LocationCode
- Display Attribute: LocationName
- secondPreferredLocationCodesLOV
-
The following properties are defined on the LOV link relation:
- Source Attribute: SecondPreferredLocationCode; Target Attribute: LocationCode
- Display Attribute: LocationName
- thirdExcludedLocationCodesLOV
-
The following properties are defined on the LOV link relation:
- Source Attribute: ThirdExcludedLocationCode; Target Attribute: LocationCode
- Display Attribute: LocationName
- thirdPreferredLocationCodesLOV
-
The following properties are defined on the LOV link relation:
- Source Attribute: ThirdPreferredLocationCode; Target Attribute: LocationCode
- Display Attribute: LocationName
- travelDomesticallyLOV
-
Parameters:
- finder:
LookupTypeFinder
The following properties are defined on the LOV link relation:- Source Attribute: TravelDomestically; Target Attribute: LookupCode
- Display Attribute: Meaning
- finder:
- travelInternationallyLOV
-
Parameters:
- finder:
LookupTypeFinder
The following properties are defined on the LOV link relation:- Source Attribute: TravelInternationally; Target Attribute: LookupCode
- Display Attribute: Meaning
- finder:
- willingToRelocateLOV
-
Parameters:
- finder:
LookupTypeFinder
The following properties are defined on the LOV link relation:- Source Attribute: WillingToRelocate; Target Attribute: LookupCode
- Display Attribute: LookupCode, Meaning
- finder:
- workFlexibleSchedulesLOV
-
Parameters:
- finder:
LookupTypeFinder
The following properties are defined on the LOV link relation:- Source Attribute: WorkFlexibleSchedule; Target Attribute: LookupCode
- Display Attribute: Meaning
- finder:
- workPreferenceItemsDFF
-
Parameters:
- ProfileSectionId16:
$request.path.ProfileSectionId16 - talentPersonProfilesUniqID:
$request.path.talentPersonProfilesUniqID - workPreferenceItemsUniqID:
$request.path.workPreferenceItemsUniqID
- ProfileSectionId16: