Create a skill item
post
/hcmRestApi/resources/11.13.18.05/talentPersonProfiles/{talentPersonProfilesUniqID}/child/skillSections/{ProfileSectionId1}/child/skillItems
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.
Header Parameters
-
Metadata-Context:
If the REST API supports runtime customizations, the shape of the service may change during runtime. The REST client may isolate itself from these changes or choose to interact with the latest version of the API by specifying this header. For example: Metadata-Context:sandbox="TrackEmployeeFeature".
-
REST-Framework-Version:
The protocol version between a REST client and service. If the client does not specify this header in the request the server will pick a default version for the API.
-
Upsert-Mode:
Contains one of the following values: true or false. If true, the server performs an Upsert operation instead of a Create operation. During an Upsert operation, the server attempts to find an existing resource that matches the payload. If a match is found, the server updates the existing resource instead of creating a new one. If not found or false (default), the server performs a Create operation. Note that the Upsert operation isn't supported for date-effective REST resources.
Supported Media Types
- application/json
Root Schema : schema
Type:
Show Source
object-
Comments: string
(byte)
Title:
CommentsComments of the content item. -
DateAchieved: string
(date)
Title:
Date AchievedDate when skill was achieved. -
Description: string
(byte)
Title:
DescriptionDescription of the skill item. -
ProfileId(required): integer
(int64)
Surrogate identifier for the person profile.
-
ProjectOrActivity: string
Title:
Project Name or ActivitiesMaximum Length:2000Name of the project or activity. -
RelatedItemFlag: boolean
Title:
Related ItemMaximum Length:30Attribute specific to learning outcome. Indicates whether the skill item doesn't need to be copied to the learner's talent profiles after completion of the course or specialization. Valid values are Y and N. -
SectionId(required): integer
(int64)
Unique identifier of the content section.
-
Skill: string
Title:
SkillMaximum Length:240Name of the skill. -
skillItemsDFF: array
skillItemsDFF
-
SkillType: string
Title:
Skill Type CodeMaximum Length:30Type of skill. Valid values defined in commonLookupsLOV. -
SkillTypeMeaning: string
Title:
Skill TypeMaximum Length:255Meaning of skill type. -
SourceType: string
Maximum Length:
30Code representing the source of skill item. -
YearsOfExperience: integer
(int64)
Title:
Years of ExperienceYears of experience with the skill.
Nested Schema : skillItemsDFF
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_skillItem_view_SkillItemJOB__5FCRITICALITYVO-item-post-request", "ORGANIZATION_CRITICALITY":"#/components/schemas/oracle_apps_flex_hcm_profiles_core_skillItem_view_SkillItemORGANIZATION__5FCRITICALITYVO-item-post-request", "PERSON_CAREER_STATEMENT":"#/components/schemas/oracle_apps_flex_hcm_profiles_core_skillItem_view_SkillItemPERSON__5FCAREER__5FSTATEMENTVO-item-post-request", "PERSON_CATEGORY":"#/components/schemas/oracle_apps_flex_hcm_profiles_core_skillItem_view_SkillItemPERSON__5FCATEGORYVO-item-post-request", "PERSON_COMPONENT":"#/components/schemas/oracle_apps_flex_hcm_profiles_core_skillItem_view_SkillItemPERSON__5FCOMPONENTVO-item-post-request", "PERSON_N_BOX_ASSIGNMENT":"#/components/schemas/oracle_apps_flex_hcm_profiles_core_skillItem_view_SkillItemPERSON__5FN__5FBOX__5FASSIGNMENTVO-item-post-request", "PERSON_PERFORMANCE_RATING":"#/components/schemas/oracle_apps_flex_hcm_profiles_core_skillItem_view_SkillItemPERSON__5FPERFORMANCE__5FRATINGVO-item-post-request", "PERSON_PLATFORM":"#/components/schemas/oracle_apps_flex_hcm_profiles_core_skillItem_view_SkillItemPERSON__5FPLATFORMVO-item-post-request", "PERSON_POTENTIAL":"#/components/schemas/oracle_apps_flex_hcm_profiles_core_skillItem_view_SkillItemPERSON__5FPOTENTIALVO-item-post-request", "PERSON_PROBLEM_CODE":"#/components/schemas/oracle_apps_flex_hcm_profiles_core_skillItem_view_SkillItemPERSON__5FPROBLEM__5FCODEVO-item-post-request", "PERSON_PRODUCT":"#/components/schemas/oracle_apps_flex_hcm_profiles_core_skillItem_view_SkillItemPERSON__5FPRODUCTVO-item-post-request", "PERSON_PRODUCT_PROBLEM_CODE":"#/components/schemas/oracle_apps_flex_hcm_profiles_core_skillItem_view_SkillItemPERSON__5FPRODUCT__5FPROBLEM__5FCODEVO-item-post-request", "PERSON_READINESS":"#/components/schemas/oracle_apps_flex_hcm_profiles_core_skillItem_view_SkillItemPERSON__5FREADINESSVO-item-post-request", "PERSON_RISK":"#/components/schemas/oracle_apps_flex_hcm_profiles_core_skillItem_view_SkillItemPERSON__5FRISKVO-item-post-request", "PERSON_TALENT_SCORE":"#/components/schemas/oracle_apps_flex_hcm_profiles_core_skillItem_view_SkillItemPERSON__5FTALENT__5FSCOREVO-item-post-request", "POSITION_CRITICALITY":"#/components/schemas/oracle_apps_flex_hcm_profiles_core_skillItem_view_SkillItemPOSITION__5FCRITICALITYVO-item-post-request" } }
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_skillItem_view_SkillItemJOB__5FCRITICALITYVO-item-post-request
-
ORGANIZATION_CRITICALITY -
object
oracle_apps_flex_hcm_profiles_core_skillItem_view_SkillItemORGANIZATION__5FCRITICALITYVO-item-post-request
-
PERSON_CAREER_STATEMENT -
object
oracle_apps_flex_hcm_profiles_core_skillItem_view_SkillItemPERSON__5FCAREER__5FSTATEMENTVO-item-post-request
-
PERSON_CATEGORY -
object
oracle_apps_flex_hcm_profiles_core_skillItem_view_SkillItemPERSON__5FCATEGORYVO-item-post-request
-
PERSON_COMPONENT -
object
oracle_apps_flex_hcm_profiles_core_skillItem_view_SkillItemPERSON__5FCOMPONENTVO-item-post-request
-
PERSON_N_BOX_ASSIGNMENT -
object
oracle_apps_flex_hcm_profiles_core_skillItem_view_SkillItemPERSON__5FN__5FBOX__5FASSIGNMENTVO-item-post-request
-
PERSON_PERFORMANCE_RATING -
object
oracle_apps_flex_hcm_profiles_core_skillItem_view_SkillItemPERSON__5FPERFORMANCE__5FRATINGVO-item-post-request
-
PERSON_PLATFORM -
object
oracle_apps_flex_hcm_profiles_core_skillItem_view_SkillItemPERSON__5FPLATFORMVO-item-post-request
-
PERSON_POTENTIAL -
object
oracle_apps_flex_hcm_profiles_core_skillItem_view_SkillItemPERSON__5FPOTENTIALVO-item-post-request
-
PERSON_PROBLEM_CODE -
object
oracle_apps_flex_hcm_profiles_core_skillItem_view_SkillItemPERSON__5FPROBLEM__5FCODEVO-item-post-request
-
PERSON_PRODUCT -
object
oracle_apps_flex_hcm_profiles_core_skillItem_view_SkillItemPERSON__5FPRODUCTVO-item-post-request
-
PERSON_PRODUCT_PROBLEM_CODE -
object
oracle_apps_flex_hcm_profiles_core_skillItem_view_SkillItemPERSON__5FPRODUCT__5FPROBLEM__5FCODEVO-item-post-request
-
PERSON_READINESS -
object
oracle_apps_flex_hcm_profiles_core_skillItem_view_SkillItemPERSON__5FREADINESSVO-item-post-request
-
PERSON_RISK -
object
oracle_apps_flex_hcm_profiles_core_skillItem_view_SkillItemPERSON__5FRISKVO-item-post-request
-
PERSON_TALENT_SCORE -
object
oracle_apps_flex_hcm_profiles_core_skillItem_view_SkillItemPERSON__5FTALENT__5FSCOREVO-item-post-request
-
POSITION_CRITICALITY -
object
oracle_apps_flex_hcm_profiles_core_skillItem_view_SkillItemPOSITION__5FCRITICALITYVO-item-post-request
Nested Schema : oracle_apps_flex_hcm_profiles_core_skillItem_view_SkillItemJOB__5FCRITICALITYVO-item-post-request
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context ValueMaximum Length:80Default Value:JOB_CRITICALITY -
__FLEX_Context_DisplayValue: string
Title:
Context Value -
SkillId: integer
(int64)
Nested Schema : oracle_apps_flex_hcm_profiles_core_skillItem_view_SkillItemORGANIZATION__5FCRITICALITYVO-item-post-request
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context ValueMaximum Length:80Default Value:ORGANIZATION_CRITICALITY -
__FLEX_Context_DisplayValue: string
Title:
Context Value -
SkillId: integer
(int64)
Nested Schema : oracle_apps_flex_hcm_profiles_core_skillItem_view_SkillItemPERSON__5FCAREER__5FSTATEMENTVO-item-post-request
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context ValueMaximum Length:80Default Value:PERSON_CAREER_STATEMENT -
__FLEX_Context_DisplayValue: string
Title:
Context Value -
SkillId: integer
(int64)
Nested Schema : oracle_apps_flex_hcm_profiles_core_skillItem_view_SkillItemPERSON__5FCATEGORYVO-item-post-request
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context ValueMaximum Length:80Default Value:PERSON_CATEGORY -
__FLEX_Context_DisplayValue: string
Title:
Context Value -
SkillId: integer
(int64)
Nested Schema : oracle_apps_flex_hcm_profiles_core_skillItem_view_SkillItemPERSON__5FCOMPONENTVO-item-post-request
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context ValueMaximum Length:80Default Value:PERSON_COMPONENT -
__FLEX_Context_DisplayValue: string
Title:
Context Value -
SkillId: integer
(int64)
Nested Schema : oracle_apps_flex_hcm_profiles_core_skillItem_view_SkillItemPERSON__5FN__5FBOX__5FASSIGNMENTVO-item-post-request
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context ValueMaximum Length:80Default Value:PERSON_N_BOX_ASSIGNMENT -
__FLEX_Context_DisplayValue: string
Title:
Context Value -
SkillId: integer
(int64)
Nested Schema : oracle_apps_flex_hcm_profiles_core_skillItem_view_SkillItemPERSON__5FPERFORMANCE__5FRATINGVO-item-post-request
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context ValueMaximum Length:80Default Value:PERSON_PERFORMANCE_RATING -
__FLEX_Context_DisplayValue: string
Title:
Context Value -
SkillId: integer
(int64)
Nested Schema : oracle_apps_flex_hcm_profiles_core_skillItem_view_SkillItemPERSON__5FPLATFORMVO-item-post-request
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context ValueMaximum Length:80Default Value:PERSON_PLATFORM -
__FLEX_Context_DisplayValue: string
Title:
Context Value -
SkillId: integer
(int64)
Nested Schema : oracle_apps_flex_hcm_profiles_core_skillItem_view_SkillItemPERSON__5FPOTENTIALVO-item-post-request
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context ValueMaximum Length:80Default Value:PERSON_POTENTIAL -
__FLEX_Context_DisplayValue: string
Title:
Context Value -
SkillId: integer
(int64)
Nested Schema : oracle_apps_flex_hcm_profiles_core_skillItem_view_SkillItemPERSON__5FPROBLEM__5FCODEVO-item-post-request
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context ValueMaximum Length:80Default Value:PERSON_PROBLEM_CODE -
__FLEX_Context_DisplayValue: string
Title:
Context Value -
SkillId: integer
(int64)
Nested Schema : oracle_apps_flex_hcm_profiles_core_skillItem_view_SkillItemPERSON__5FPRODUCTVO-item-post-request
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context ValueMaximum Length:80Default Value:PERSON_PRODUCT -
__FLEX_Context_DisplayValue: string
Title:
Context Value -
SkillId: integer
(int64)
Nested Schema : oracle_apps_flex_hcm_profiles_core_skillItem_view_SkillItemPERSON__5FPRODUCT__5FPROBLEM__5FCODEVO-item-post-request
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context ValueMaximum Length:80Default Value:PERSON_PRODUCT_PROBLEM_CODE -
__FLEX_Context_DisplayValue: string
Title:
Context Value -
SkillId: integer
(int64)
Nested Schema : oracle_apps_flex_hcm_profiles_core_skillItem_view_SkillItemPERSON__5FREADINESSVO-item-post-request
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context ValueMaximum Length:80Default Value:PERSON_READINESS -
__FLEX_Context_DisplayValue: string
Title:
Context Value -
SkillId: integer
(int64)
Nested Schema : oracle_apps_flex_hcm_profiles_core_skillItem_view_SkillItemPERSON__5FRISKVO-item-post-request
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context ValueMaximum Length:80Default Value:PERSON_RISK -
__FLEX_Context_DisplayValue: string
Title:
Context Value -
SkillId: integer
(int64)
Nested Schema : oracle_apps_flex_hcm_profiles_core_skillItem_view_SkillItemPERSON__5FTALENT__5FSCOREVO-item-post-request
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context ValueMaximum Length:80Default Value:PERSON_TALENT_SCORE -
__FLEX_Context_DisplayValue: string
Title:
Context Value -
SkillId: integer
(int64)
Nested Schema : oracle_apps_flex_hcm_profiles_core_skillItem_view_SkillItemPOSITION__5FCRITICALITYVO-item-post-request
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context ValueMaximum Length:80Default Value:POSITION_CRITICALITY -
__FLEX_Context_DisplayValue: string
Title:
Context Value -
SkillId: integer
(int64)
Response
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-skillSections-skillItems-item-response
Type:
Show Source
object-
Comments: string
(byte)
Title:
CommentsComments of the content item. -
CreatedBy: string
Title:
Created ByRead Only:trueMaximum Length:64User who created the skill item. -
CreationDate: string
(date-time)
Title:
Creation DateRead Only:trueDate and time when the skill item was created. -
DateAchieved: string
(date)
Title:
Date AchievedDate when skill was achieved. -
Description: string
(byte)
Title:
DescriptionDescription of the skill item. -
LastUpdateDate: string
(date-time)
Title:
Last Update DateRead Only:trueDate and time when the skill item was last update. -
LastUpdatedBy: string
Title:
Last Updated ByRead Only:trueMaximum Length:64User who last updated the skill item. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
ProfileId: integer
(int64)
Surrogate identifier for the person profile.
-
ProjectOrActivity: string
Title:
Project Name or ActivitiesMaximum Length:2000Name of the project or activity. -
RelatedItemFlag: boolean
Title:
Related ItemMaximum Length:30Attribute specific to learning outcome. Indicates whether the skill item doesn't need to be copied to the learner's talent profiles after completion of the course or specialization. Valid values are Y and N. -
SectionId: integer
(int64)
Unique identifier of the content section.
-
Skill: string
Title:
SkillMaximum Length:240Name of the skill. -
SkillId: integer
(int64)
Title:
Skill IDRead Only:trueUnique identifier for the skill. -
skillItemsDFF: array
skillItemsDFF
-
SkillType: string
Title:
Skill Type CodeMaximum Length:30Type of skill. Valid values defined in commonLookupsLOV. -
SkillTypeMeaning: string
Title:
Skill TypeMaximum Length:255Meaning of skill type. -
Source: string
Title:
SourceRead Only:trueMaximum Length:255Default Value:Talent ProfileSource of the skill item. -
SourceType: string
Maximum Length:
30Code representing the source of skill item. -
YearsOfExperience: integer
(int64)
Title:
Years of ExperienceYears of experience with the skill.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : skillItemsDFF
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_skillItem_view_SkillItemJOB__5FCRITICALITYVO-item-response", "ORGANIZATION_CRITICALITY":"#/components/schemas/oracle_apps_flex_hcm_profiles_core_skillItem_view_SkillItemORGANIZATION__5FCRITICALITYVO-item-response", "PERSON_CAREER_STATEMENT":"#/components/schemas/oracle_apps_flex_hcm_profiles_core_skillItem_view_SkillItemPERSON__5FCAREER__5FSTATEMENTVO-item-response", "PERSON_CATEGORY":"#/components/schemas/oracle_apps_flex_hcm_profiles_core_skillItem_view_SkillItemPERSON__5FCATEGORYVO-item-response", "PERSON_COMPONENT":"#/components/schemas/oracle_apps_flex_hcm_profiles_core_skillItem_view_SkillItemPERSON__5FCOMPONENTVO-item-response", "PERSON_N_BOX_ASSIGNMENT":"#/components/schemas/oracle_apps_flex_hcm_profiles_core_skillItem_view_SkillItemPERSON__5FN__5FBOX__5FASSIGNMENTVO-item-response", "PERSON_PERFORMANCE_RATING":"#/components/schemas/oracle_apps_flex_hcm_profiles_core_skillItem_view_SkillItemPERSON__5FPERFORMANCE__5FRATINGVO-item-response", "PERSON_PLATFORM":"#/components/schemas/oracle_apps_flex_hcm_profiles_core_skillItem_view_SkillItemPERSON__5FPLATFORMVO-item-response", "PERSON_POTENTIAL":"#/components/schemas/oracle_apps_flex_hcm_profiles_core_skillItem_view_SkillItemPERSON__5FPOTENTIALVO-item-response", "PERSON_PROBLEM_CODE":"#/components/schemas/oracle_apps_flex_hcm_profiles_core_skillItem_view_SkillItemPERSON__5FPROBLEM__5FCODEVO-item-response", "PERSON_PRODUCT":"#/components/schemas/oracle_apps_flex_hcm_profiles_core_skillItem_view_SkillItemPERSON__5FPRODUCTVO-item-response", "PERSON_PRODUCT_PROBLEM_CODE":"#/components/schemas/oracle_apps_flex_hcm_profiles_core_skillItem_view_SkillItemPERSON__5FPRODUCT__5FPROBLEM__5FCODEVO-item-response", "PERSON_READINESS":"#/components/schemas/oracle_apps_flex_hcm_profiles_core_skillItem_view_SkillItemPERSON__5FREADINESSVO-item-response", "PERSON_RISK":"#/components/schemas/oracle_apps_flex_hcm_profiles_core_skillItem_view_SkillItemPERSON__5FRISKVO-item-response", "PERSON_TALENT_SCORE":"#/components/schemas/oracle_apps_flex_hcm_profiles_core_skillItem_view_SkillItemPERSON__5FTALENT__5FSCOREVO-item-response", "POSITION_CRITICALITY":"#/components/schemas/oracle_apps_flex_hcm_profiles_core_skillItem_view_SkillItemPOSITION__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_skillItem_view_SkillItemJOB__5FCRITICALITYVO-item-response
-
ORGANIZATION_CRITICALITY -
object
oracle_apps_flex_hcm_profiles_core_skillItem_view_SkillItemORGANIZATION__5FCRITICALITYVO-item-response
-
PERSON_CAREER_STATEMENT -
object
oracle_apps_flex_hcm_profiles_core_skillItem_view_SkillItemPERSON__5FCAREER__5FSTATEMENTVO-item-response
-
PERSON_CATEGORY -
object
oracle_apps_flex_hcm_profiles_core_skillItem_view_SkillItemPERSON__5FCATEGORYVO-item-response
-
PERSON_COMPONENT -
object
oracle_apps_flex_hcm_profiles_core_skillItem_view_SkillItemPERSON__5FCOMPONENTVO-item-response
-
PERSON_N_BOX_ASSIGNMENT -
object
oracle_apps_flex_hcm_profiles_core_skillItem_view_SkillItemPERSON__5FN__5FBOX__5FASSIGNMENTVO-item-response
-
PERSON_PERFORMANCE_RATING -
object
oracle_apps_flex_hcm_profiles_core_skillItem_view_SkillItemPERSON__5FPERFORMANCE__5FRATINGVO-item-response
-
PERSON_PLATFORM -
object
oracle_apps_flex_hcm_profiles_core_skillItem_view_SkillItemPERSON__5FPLATFORMVO-item-response
-
PERSON_POTENTIAL -
object
oracle_apps_flex_hcm_profiles_core_skillItem_view_SkillItemPERSON__5FPOTENTIALVO-item-response
-
PERSON_PROBLEM_CODE -
object
oracle_apps_flex_hcm_profiles_core_skillItem_view_SkillItemPERSON__5FPROBLEM__5FCODEVO-item-response
-
PERSON_PRODUCT -
object
oracle_apps_flex_hcm_profiles_core_skillItem_view_SkillItemPERSON__5FPRODUCTVO-item-response
-
PERSON_PRODUCT_PROBLEM_CODE -
object
oracle_apps_flex_hcm_profiles_core_skillItem_view_SkillItemPERSON__5FPRODUCT__5FPROBLEM__5FCODEVO-item-response
-
PERSON_READINESS -
object
oracle_apps_flex_hcm_profiles_core_skillItem_view_SkillItemPERSON__5FREADINESSVO-item-response
-
PERSON_RISK -
object
oracle_apps_flex_hcm_profiles_core_skillItem_view_SkillItemPERSON__5FRISKVO-item-response
-
PERSON_TALENT_SCORE -
object
oracle_apps_flex_hcm_profiles_core_skillItem_view_SkillItemPERSON__5FTALENT__5FSCOREVO-item-response
-
POSITION_CRITICALITY -
object
oracle_apps_flex_hcm_profiles_core_skillItem_view_SkillItemPOSITION__5FCRITICALITYVO-item-response
Nested Schema : oracle_apps_flex_hcm_profiles_core_skillItem_view_SkillItemJOB__5FCRITICALITYVO-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context ValueMaximum Length:80Default Value:JOB_CRITICALITY -
__FLEX_Context_DisplayValue: string
Title:
Context Value -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
SkillId: integer
(int64)
Nested Schema : oracle_apps_flex_hcm_profiles_core_skillItem_view_SkillItemORGANIZATION__5FCRITICALITYVO-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context ValueMaximum Length:80Default Value:ORGANIZATION_CRITICALITY -
__FLEX_Context_DisplayValue: string
Title:
Context Value -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
SkillId: integer
(int64)
Nested Schema : oracle_apps_flex_hcm_profiles_core_skillItem_view_SkillItemPERSON__5FCAREER__5FSTATEMENTVO-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context ValueMaximum Length:80Default Value:PERSON_CAREER_STATEMENT -
__FLEX_Context_DisplayValue: string
Title:
Context Value -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
SkillId: integer
(int64)
Nested Schema : oracle_apps_flex_hcm_profiles_core_skillItem_view_SkillItemPERSON__5FCATEGORYVO-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context ValueMaximum Length:80Default Value:PERSON_CATEGORY -
__FLEX_Context_DisplayValue: string
Title:
Context Value -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
SkillId: integer
(int64)
Nested Schema : oracle_apps_flex_hcm_profiles_core_skillItem_view_SkillItemPERSON__5FCOMPONENTVO-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context ValueMaximum Length:80Default Value:PERSON_COMPONENT -
__FLEX_Context_DisplayValue: string
Title:
Context Value -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
SkillId: integer
(int64)
Nested Schema : oracle_apps_flex_hcm_profiles_core_skillItem_view_SkillItemPERSON__5FN__5FBOX__5FASSIGNMENTVO-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context ValueMaximum Length:80Default Value:PERSON_N_BOX_ASSIGNMENT -
__FLEX_Context_DisplayValue: string
Title:
Context Value -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
SkillId: integer
(int64)
Nested Schema : oracle_apps_flex_hcm_profiles_core_skillItem_view_SkillItemPERSON__5FPERFORMANCE__5FRATINGVO-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context ValueMaximum Length:80Default Value:PERSON_PERFORMANCE_RATING -
__FLEX_Context_DisplayValue: string
Title:
Context Value -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
SkillId: integer
(int64)
Nested Schema : oracle_apps_flex_hcm_profiles_core_skillItem_view_SkillItemPERSON__5FPLATFORMVO-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context ValueMaximum Length:80Default Value:PERSON_PLATFORM -
__FLEX_Context_DisplayValue: string
Title:
Context Value -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
SkillId: integer
(int64)
Nested Schema : oracle_apps_flex_hcm_profiles_core_skillItem_view_SkillItemPERSON__5FPOTENTIALVO-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context ValueMaximum Length:80Default Value:PERSON_POTENTIAL -
__FLEX_Context_DisplayValue: string
Title:
Context Value -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
SkillId: integer
(int64)
Nested Schema : oracle_apps_flex_hcm_profiles_core_skillItem_view_SkillItemPERSON__5FPROBLEM__5FCODEVO-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context ValueMaximum Length:80Default Value:PERSON_PROBLEM_CODE -
__FLEX_Context_DisplayValue: string
Title:
Context Value -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
SkillId: integer
(int64)
Nested Schema : oracle_apps_flex_hcm_profiles_core_skillItem_view_SkillItemPERSON__5FPRODUCTVO-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context ValueMaximum Length:80Default Value:PERSON_PRODUCT -
__FLEX_Context_DisplayValue: string
Title:
Context Value -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
SkillId: integer
(int64)
Nested Schema : oracle_apps_flex_hcm_profiles_core_skillItem_view_SkillItemPERSON__5FPRODUCT__5FPROBLEM__5FCODEVO-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context ValueMaximum Length:80Default Value:PERSON_PRODUCT_PROBLEM_CODE -
__FLEX_Context_DisplayValue: string
Title:
Context Value -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
SkillId: integer
(int64)
Nested Schema : oracle_apps_flex_hcm_profiles_core_skillItem_view_SkillItemPERSON__5FREADINESSVO-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context ValueMaximum Length:80Default Value:PERSON_READINESS -
__FLEX_Context_DisplayValue: string
Title:
Context Value -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
SkillId: integer
(int64)
Nested Schema : oracle_apps_flex_hcm_profiles_core_skillItem_view_SkillItemPERSON__5FRISKVO-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context ValueMaximum Length:80Default Value:PERSON_RISK -
__FLEX_Context_DisplayValue: string
Title:
Context Value -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
SkillId: integer
(int64)
Nested Schema : oracle_apps_flex_hcm_profiles_core_skillItem_view_SkillItemPERSON__5FTALENT__5FSCOREVO-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context ValueMaximum Length:80Default Value:PERSON_TALENT_SCORE -
__FLEX_Context_DisplayValue: string
Title:
Context Value -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
SkillId: integer
(int64)
Nested Schema : oracle_apps_flex_hcm_profiles_core_skillItem_view_SkillItemPOSITION__5FCRITICALITYVO-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context ValueMaximum Length:80Default Value:POSITION_CRITICALITY -
__FLEX_Context_DisplayValue: string
Title:
Context Value -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
SkillId: 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
- skillItemsDFF
-
Parameters:
- ProfileSectionId12:
$request.path.ProfileSectionId12 - SkillId2:
$request.path.SkillId2 - talentPersonProfilesUniqID:
$request.path.talentPersonProfilesUniqID
- ProfileSectionId12:
- skillTypesLOV
-
Parameters:
- finder:
LookupTypeFinder%3BLookupType%3D{SpecialityLkpName}
The following properties are defined on the LOV link relation:- Source Attribute: SkillType; Target Attribute: LookupCode
- Display Attribute: Meaning
- finder: