Get all person profiles

get

/hcmRestApi/resources/11.13.18.05/talentPersonProfiles

Request

Query Parameters
  • This query parameter is used to fetch resources which are effective dated as of the specified start date. The value of this query parameter is a string having a date in yyyy-MM-dd format
  • 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).
  • 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
  • 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 Surrogate identifier for the person profile.
      Finder Variables
      • ProfileId; integer; Surrogate identifier for the person profile.
    • findByPersonId Unique identifier for the career statement.
      Finder Variables
      • PersonId; integer; Finds all the behavior items that match the primary key criteria specified.
      • SysEffectiveDate; object;
    • findCareerAmbassadorsBySkillGroup Unique identifier for the behavior item.
      Finder Variables
      • Group; string; Unique identifier for the career statement.
      • SysEffectiveDate; object;
    • findEligibleSections Finds all the content sections that are eligible to be added to a profile of a person that matches the specified person identifier.
      Finder Variables
      • PersonId; integer; Finds all profiles that match the primary key criteria specified.
      • SysEffectiveDate; object;
    • findLatestProfileItemForORC Finds the most recent item for the education, certification, and work experience section and all the items for language, skill, and work preference section from the person profile type content sections that are subscribed by Recruiting.
      Finder Variables
      • PersonId; integer; Unique identifier for the person.
      • SectionId; integer; Unique identifier of the content section.
      • SysEffectiveDate; object;
  • 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.
  • 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
  • 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.
  • The resource item payload will be filtered in order to contain only data (no links section, for example).
  • 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
  • This query parameter defines the where clause. The resource collection will be queried using the provided expressions. The value of this query parameter is one or more expressions. Example: ?q=Deptno>=10 and <= 30;Loc!=NY

    Format: ?q=expression1;expression2

    You can use these queryable attributes to filter this collection resource using the q query parameter:
    • CareerAmbassadorFlag; boolean; Indicates whether the person is a career ambassador or not. Valid values are true and false. The default value is false.
    • CareerAmbassadorSummary; string; Summary of why the person wants to enroll as a career ambassador.
    • CreatedBy; string; User who created the profile.
    • CreationDate; string; Date and time when the profile was created.
    • DisplayName; string; Display name for the person.
    • LastUpdateDate; string; Date and time when the profile was last updated.
    • LastUpdatedBy; string; User who last updated the profile.
    • PersonId; integer; Surrogate identifier for the person.
    • PersonNumber; string; Unique number assigned to a person.
    • ProfileCode; string; Code assigned to a person profile to identify the profile uniquely.
    • ProfileId; integer; Surrogate identifier for the person profile.
    • StatusCode; string; Unsupported attribute. Don't use it in your transactions.
    • Summary; string; Summary of a person profile.
  • 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
  • This header accepts a string value. The string is a semi-colon separated list of =. It is used to perform effective date range operations. The accepted parameters are RangeMode, RangeSpan, RangeStartDate, RangeEndDate, RangeStartSequence and RangeEndSequence. The parameter values are always strings. The possible values for RangeMode are SET_LOGICAL_START, SET_LOGICAL_END, END_DATE, SET_EFFECTIVE_START, SET_EFFECTIVE_END, REPLACE_CORRECTION, REPLACE_UPDATE, RECONCILE_CORRECTION, CORRECTION, RECONCILE_UPDATE, UPDATE, ZAP and DELETE_CHANGES. The possible values for RangeSpan are PHYSICAL_ROW_END_DATE and LOGICAL_ROW_END_DATE. The values for RangeStartDate and RangeEndDate have to be a string representation of a date in yyyy-MM-dd format. The value for RangeStartSequence and RangeEndSequence must be strings such that when parsed they yield positive integers.
  • 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".
  • 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 Top

Response

Supported Media Types

Default Response

The following table describes the default response for this task.
Headers
  • 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".
  • 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.
Body ()
Root Schema : talentPersonProfiles
Type: object
Show Source
Nested Schema : Items
Type: array
Title: Items
The items in the collection.
Show Source
Nested Schema : talentPersonProfiles-item-response
Type: object
Show Source
Nested Schema : Accomplishment Sections
Type: array
Title: Accomplishment Sections
The accomplishmentSections resource is the child of the talentPersonProfiles resource. It provides the list of secured accomplishment sections for a person.
Show Source
Nested Schema : Area of Study Sections
Type: array
Title: Area of Study Sections
The areaOfStudySections resource is the child of the talentPersonProfiles resource. It provides the list of secured area of study sections for a person.
Show Source
Nested Schema : Areas of Expertise
Type: array
Title: Areas of Expertise
The areasOfExpertise resource is the child of the talentPersonProfiles resource. It provides the list of expertise items for a person.
Show Source
Nested Schema : Areas of Interest
Type: array
Title: Areas of Interest
The areasOfInterest resource is the child of the talentPersonProfiles resource. It provides the list of interests for a person.
Show Source
Nested Schema : Attachments
Type: array
Title: Attachments
The attachments resource is a child of talentPersonProfiles resource. It provides all the attachments for a worker profile.
Show Source
Nested Schema : Career Preference Sections
Type: array
Title: Career Preference Sections
The careerPreferenceSections resource is the child of the talentPersonProfiles resource. It provides the list of secured career preference sections for a person.
Show Source
Nested Schema : Careers of Interest
Type: array
Title: Careers of Interest
The careersOfInterest resource includes a list of all the careers of interest associated with a person.
Show Source
Nested Schema : Career Statements
Type: array
Title: Career Statements
The careerStatements resource includes the career statement associated with a person.
Show Source
Nested Schema : Certification Sections
Type: array
Title: Certification Sections
The certificationSections resource is the child of the talentPersonProfiles resource. It provides the list of the secured certification sections for a person.
Show Source
Nested Schema : Competency Sections
Type: array
Title: Competency Sections
The competencySections resource is the child of the talentPersonProfiles resource. It provides the list of the secured competency sections for a person.
Show Source
Nested Schema : Education Level Sections
Type: array
Title: Education Level Sections
The educationLvlSections resource is the child of the talentPersonProfiles resource. It provides the list of secured education level sections for a person.
Show Source
Nested Schema : Education Sections
Type: array
Title: Education Sections
The educationSections resource is the child of the talentPersonProfiles resource. It provides the list of the secured education sections for a person.
Show Source
Nested Schema : Highest Education Level Sections
Type: array
Title: Highest Education Level Sections
The highestEducationLvlSections resource is the child of the talentPersonProfiles resource. It provides the list of secured highest education level sections for a person.
Show Source
Nested Schema : Honor Sections
Type: array
Title: Honor Sections
The honorSections resource is the child of the talentPersonProfiles resource. It provides the list of the secured honor sections for a person.
Show Source
Nested Schema : Language Sections
Type: array
Title: Language Sections
The languageSections resource is the child of the talentPersonProfiles resource. It provides the list of the secured language sections for a person.
Show Source
Nested Schema : Membership Sections
Type: array
Title: Membership Sections
The membershipSections resource is the child of the talentPersonProfiles resource. It provides the list of secured membership sections for a person.
Show Source
Nested Schema : Public Skills
Type: array
Title: Public Skills
The publicSkills resource is the child of the talentPersonProfiles resource. It provides a list of the skill items for the skill content subscribed by the skill center. This resource is currently under controlled availability.
Show Source
Nested Schema : Skill Sections
Type: array
Title: Skill Sections
The skillSections resource is the child of the talentPersonProfiles resource. It provides the list of the secured skill sections for a person.
Show Source
Nested Schema : Special Project Sections
Type: array
Title: Special Project Sections
The specialProjectSections resource is the child of the talentPersonProfiles resource. It provides the list of the secured special project sections for a person.
Show Source
Nested Schema : Tags
Type: array
Title: Tags
The tags resource is the child of the talentPersonProfiles resource. It provides the list of the tags associated with a person profile.
Show Source
Nested Schema : Technical Post Details Sections
Type: array
Title: Technical Post Details Sections
The technicalPostDetailsSections resource is the child of the talentPersonProfiles resource. It provides the list of secured technical post details sections for a person.
Show Source
Nested Schema : Work History Sections
Type: array
Title: Work History Sections
The workHistorySections resource is the child of the talentPersonProfiles resource. It provides the list of the secured work history sections for a person.
Show Source
Nested Schema : Work Preference Sections
Type: array
Title: Work Preference Sections
The workPreferenceSections resource is the child of the talentPersonProfiles resource. It provides the list of the secured work preference sections for a person.
Show Source
Nested Schema : talentPersonProfiles-accomplishmentSections-item-response
Type: object
Show Source
Nested Schema : Accomplishment Items
Type: array
Title: Accomplishment Items
The accomplishmentItems resource is the child of the accomplishmentSections resource. It provides the list of accomplishment items within an accomplishment section for a person.
Show Source
Nested Schema : talentPersonProfiles-accomplishmentSections-accomplishmentItems-item-response
Type: object
Show Source
Nested Schema : accomplishmentItemsDFF
Type: array
Show Source
  • Discriminator: __FLEX_Context
    Discriminator: { "propertyName":"__FLEX_Context", "mapping":{ "JOB_CRITICALITY":"#/components/schemas/oracle_apps_flex_hcm_profiles_core_accomplishmentItem_view_AccomplishmentItemJOB__5FCRITICALITYVO-item-response", "ORGANIZATION_CRITICALITY":"#/components/schemas/oracle_apps_flex_hcm_profiles_core_accomplishmentItem_view_AccomplishmentItemORGANIZATION__5FCRITICALITYVO-item-response", "PERSON_CAREER_STATEMENT":"#/components/schemas/oracle_apps_flex_hcm_profiles_core_accomplishmentItem_view_AccomplishmentItemPERSON__5FCAREER__5FSTATEMENTVO-item-response", "PERSON_CATEGORY":"#/components/schemas/oracle_apps_flex_hcm_profiles_core_accomplishmentItem_view_AccomplishmentItemPERSON__5FCATEGORYVO-item-response", "PERSON_COMPONENT":"#/components/schemas/oracle_apps_flex_hcm_profiles_core_accomplishmentItem_view_AccomplishmentItemPERSON__5FCOMPONENTVO-item-response", "PERSON_N_BOX_ASSIGNMENT":"#/components/schemas/oracle_apps_flex_hcm_profiles_core_accomplishmentItem_view_AccomplishmentItemPERSON__5FN__5FBOX__5FASSIGNMENTVO-item-response", "PERSON_PERFORMANCE_RATING":"#/components/schemas/oracle_apps_flex_hcm_profiles_core_accomplishmentItem_view_AccomplishmentItemPERSON__5FPERFORMANCE__5FRATINGVO-item-response", "PERSON_PLATFORM":"#/components/schemas/oracle_apps_flex_hcm_profiles_core_accomplishmentItem_view_AccomplishmentItemPERSON__5FPLATFORMVO-item-response", "PERSON_POTENTIAL":"#/components/schemas/oracle_apps_flex_hcm_profiles_core_accomplishmentItem_view_AccomplishmentItemPERSON__5FPOTENTIALVO-item-response", "PERSON_PROBLEM_CODE":"#/components/schemas/oracle_apps_flex_hcm_profiles_core_accomplishmentItem_view_AccomplishmentItemPERSON__5FPROBLEM__5FCODEVO-item-response", "PERSON_PRODUCT":"#/components/schemas/oracle_apps_flex_hcm_profiles_core_accomplishmentItem_view_AccomplishmentItemPERSON__5FPRODUCTVO-item-response", "PERSON_PRODUCT_PROBLEM_CODE":"#/components/schemas/oracle_apps_flex_hcm_profiles_core_accomplishmentItem_view_AccomplishmentItemPERSON__5FPRODUCT__5FPROBLEM__5FCODEVO-item-response", "PERSON_READINESS":"#/components/schemas/oracle_apps_flex_hcm_profiles_core_accomplishmentItem_view_AccomplishmentItemPERSON__5FREADINESSVO-item-response", "PERSON_RISK":"#/components/schemas/oracle_apps_flex_hcm_profiles_core_accomplishmentItem_view_AccomplishmentItemPERSON__5FRISKVO-item-response", "PERSON_TALENT_SCORE":"#/components/schemas/oracle_apps_flex_hcm_profiles_core_accomplishmentItem_view_AccomplishmentItemPERSON__5FTALENT__5FSCOREVO-item-response", "POSITION_CRITICALITY":"#/components/schemas/oracle_apps_flex_hcm_profiles_core_accomplishmentItem_view_AccomplishmentItemPOSITION__5FCRITICALITYVO-item-response" } }
Nested Schema : Discriminator: __FLEX_Context
Type: object
Discriminator: __FLEX_Context

Discriminator Values

Match One Schema
Show Source
Nested Schema : oracle_apps_flex_hcm_profiles_core_accomplishmentItem_view_AccomplishmentItemJOB__5FCRITICALITYVO-item-response
Type: object
Show Source
Nested Schema : oracle_apps_flex_hcm_profiles_core_accomplishmentItem_view_AccomplishmentItemORGANIZATION__5FCRITICALITYVO-item-response
Type: object
Show Source
Nested Schema : oracle_apps_flex_hcm_profiles_core_accomplishmentItem_view_AccomplishmentItemPERSON__5FCAREER__5FSTATEMENTVO-item-response
Type: object
Show Source
Nested Schema : oracle_apps_flex_hcm_profiles_core_accomplishmentItem_view_AccomplishmentItemPERSON__5FCATEGORYVO-item-response
Type: object
Show Source
Nested Schema : oracle_apps_flex_hcm_profiles_core_accomplishmentItem_view_AccomplishmentItemPERSON__5FCOMPONENTVO-item-response
Type: object
Show Source
Nested Schema : oracle_apps_flex_hcm_profiles_core_accomplishmentItem_view_AccomplishmentItemPERSON__5FN__5FBOX__5FASSIGNMENTVO-item-response
Type: object
Show Source
Nested Schema : oracle_apps_flex_hcm_profiles_core_accomplishmentItem_view_AccomplishmentItemPERSON__5FPERFORMANCE__5FRATINGVO-item-response
Type: object
Show Source
Nested Schema : oracle_apps_flex_hcm_profiles_core_accomplishmentItem_view_AccomplishmentItemPERSON__5FPLATFORMVO-item-response
Type: object
Show Source
Nested Schema : oracle_apps_flex_hcm_profiles_core_accomplishmentItem_view_AccomplishmentItemPERSON__5FPOTENTIALVO-item-response
Type: object
Show Source
Nested Schema : oracle_apps_flex_hcm_profiles_core_accomplishmentItem_view_AccomplishmentItemPERSON__5FPROBLEM__5FCODEVO-item-response
Type: object
Show Source
Nested Schema : oracle_apps_flex_hcm_profiles_core_accomplishmentItem_view_AccomplishmentItemPERSON__5FPRODUCTVO-item-response
Type: object
Show Source
Nested Schema : oracle_apps_flex_hcm_profiles_core_accomplishmentItem_view_AccomplishmentItemPERSON__5FPRODUCT__5FPROBLEM__5FCODEVO-item-response
Type: object
Show Source
Nested Schema : oracle_apps_flex_hcm_profiles_core_accomplishmentItem_view_AccomplishmentItemPERSON__5FREADINESSVO-item-response
Type: object
Show Source
Nested Schema : oracle_apps_flex_hcm_profiles_core_accomplishmentItem_view_AccomplishmentItemPERSON__5FRISKVO-item-response
Type: object
Show Source
Nested Schema : oracle_apps_flex_hcm_profiles_core_accomplishmentItem_view_AccomplishmentItemPERSON__5FTALENT__5FSCOREVO-item-response
Type: object
Show Source
Nested Schema : oracle_apps_flex_hcm_profiles_core_accomplishmentItem_view_AccomplishmentItemPOSITION__5FCRITICALITYVO-item-response
Type: object
Show Source
Nested Schema : talentPersonProfiles-areaOfStudySections-item-response
Type: object
Show Source
Nested Schema : Area of Study Items
Type: array
Title: Area of Study Items
The areaOfStudyItems resource is the child of the areaOfStudySections resource. It provides the list of area of study items within an area of study section for a person.
Show Source
Nested Schema : talentPersonProfiles-areaOfStudySections-areaOfStudyItems-item-response
Type: object
Show Source
Nested Schema : areaOfStudyItemsDFF
Type: array
Show Source
Nested Schema : talentPersonProfiles-areaOfStudySections-areaOfStudyItems-areaOfStudyItemsDFF-item-response
Type: object
Show Source
Nested Schema : talentPersonProfiles-areasOfExpertise-item-response
Type: object
Show Source
Nested Schema : talentPersonProfiles-areasOfInterest-item-response
Type: object
Show Source
Nested Schema : talentPersonProfiles-attachments-item-response
Type: object
Show Source
Nested Schema : talentPersonProfiles-careerPreferenceSections-item-response
Type: object
Show Source
Nested Schema : Career Preference Items
Type: array
Title: Career Preference Items
The careerPreferenceItems resource is the child of the careerPreferenceSections resource. It provides the list of career preference Items within a career preference section for a person.
Show Source
Nested Schema : talentPersonProfiles-careerPreferenceSections-careerPreferenceItems-item-response
Type: object
Show Source
Nested Schema : careerPreferenceItemsDFF
Type: array
Show Source
  • Discriminator: __FLEX_Context
    Discriminator: { "propertyName":"__FLEX_Context", "mapping":{ "JOB_CRITICALITY":"#/components/schemas/oracle_apps_flex_hcm_profiles_core_careerPrefItem_view_CareerPrefItemJOB__5FCRITICALITYVO-item-response", "ORGANIZATION_CRITICALITY":"#/components/schemas/oracle_apps_flex_hcm_profiles_core_careerPrefItem_view_CareerPrefItemORGANIZATION__5FCRITICALITYVO-item-response", "PERSON_CAREER_STATEMENT":"#/components/schemas/oracle_apps_flex_hcm_profiles_core_careerPrefItem_view_CareerPrefItemPERSON__5FCAREER__5FSTATEMENTVO-item-response", "PERSON_CATEGORY":"#/components/schemas/oracle_apps_flex_hcm_profiles_core_careerPrefItem_view_CareerPrefItemPERSON__5FCATEGORYVO-item-response", "PERSON_COMPONENT":"#/components/schemas/oracle_apps_flex_hcm_profiles_core_careerPrefItem_view_CareerPrefItemPERSON__5FCOMPONENTVO-item-response", "PERSON_N_BOX_ASSIGNMENT":"#/components/schemas/oracle_apps_flex_hcm_profiles_core_careerPrefItem_view_CareerPrefItemPERSON__5FN__5FBOX__5FASSIGNMENTVO-item-response", "PERSON_PERFORMANCE_RATING":"#/components/schemas/oracle_apps_flex_hcm_profiles_core_careerPrefItem_view_CareerPrefItemPERSON__5FPERFORMANCE__5FRATINGVO-item-response", "PERSON_PLATFORM":"#/components/schemas/oracle_apps_flex_hcm_profiles_core_careerPrefItem_view_CareerPrefItemPERSON__5FPLATFORMVO-item-response", "PERSON_POTENTIAL":"#/components/schemas/oracle_apps_flex_hcm_profiles_core_careerPrefItem_view_CareerPrefItemPERSON__5FPOTENTIALVO-item-response", "PERSON_PROBLEM_CODE":"#/components/schemas/oracle_apps_flex_hcm_profiles_core_careerPrefItem_view_CareerPrefItemPERSON__5FPROBLEM__5FCODEVO-item-response", "PERSON_PRODUCT":"#/components/schemas/oracle_apps_flex_hcm_profiles_core_careerPrefItem_view_CareerPrefItemPERSON__5FPRODUCTVO-item-response", "PERSON_PRODUCT_PROBLEM_CODE":"#/components/schemas/oracle_apps_flex_hcm_profiles_core_careerPrefItem_view_CareerPrefItemPERSON__5FPRODUCT__5FPROBLEM__5FCODEVO-item-response", "PERSON_READINESS":"#/components/schemas/oracle_apps_flex_hcm_profiles_core_careerPrefItem_view_CareerPrefItemPERSON__5FREADINESSVO-item-response", "PERSON_RISK":"#/components/schemas/oracle_apps_flex_hcm_profiles_core_careerPrefItem_view_CareerPrefItemPERSON__5FRISKVO-item-response", "PERSON_TALENT_SCORE":"#/components/schemas/oracle_apps_flex_hcm_profiles_core_careerPrefItem_view_CareerPrefItemPERSON__5FTALENT__5FSCOREVO-item-response", "POSITION_CRITICALITY":"#/components/schemas/oracle_apps_flex_hcm_profiles_core_careerPrefItem_view_CareerPrefItemPOSITION__5FCRITICALITYVO-item-response" } }
Nested Schema : Discriminator: __FLEX_Context
Type: object
Discriminator: __FLEX_Context

Discriminator Values

Match One Schema
Show Source
Nested Schema : oracle_apps_flex_hcm_profiles_core_careerPrefItem_view_CareerPrefItemJOB__5FCRITICALITYVO-item-response
Type: object
Show Source
Nested Schema : oracle_apps_flex_hcm_profiles_core_careerPrefItem_view_CareerPrefItemORGANIZATION__5FCRITICALITYVO-item-response
Type: object
Show Source
Nested Schema : oracle_apps_flex_hcm_profiles_core_careerPrefItem_view_CareerPrefItemPERSON__5FCAREER__5FSTATEMENTVO-item-response
Type: object
Show Source
Nested Schema : oracle_apps_flex_hcm_profiles_core_careerPrefItem_view_CareerPrefItemPERSON__5FCATEGORYVO-item-response
Type: object
Show Source
Nested Schema : oracle_apps_flex_hcm_profiles_core_careerPrefItem_view_CareerPrefItemPERSON__5FCOMPONENTVO-item-response
Type: object
Show Source
Nested Schema : oracle_apps_flex_hcm_profiles_core_careerPrefItem_view_CareerPrefItemPERSON__5FN__5FBOX__5FASSIGNMENTVO-item-response
Type: object
Show Source
Nested Schema : oracle_apps_flex_hcm_profiles_core_careerPrefItem_view_CareerPrefItemPERSON__5FPERFORMANCE__5FRATINGVO-item-response
Type: object
Show Source
Nested Schema : oracle_apps_flex_hcm_profiles_core_careerPrefItem_view_CareerPrefItemPERSON__5FPLATFORMVO-item-response
Type: object
Show Source
Nested Schema : oracle_apps_flex_hcm_profiles_core_careerPrefItem_view_CareerPrefItemPERSON__5FPOTENTIALVO-item-response
Type: object
Show Source
Nested Schema : oracle_apps_flex_hcm_profiles_core_careerPrefItem_view_CareerPrefItemPERSON__5FPROBLEM__5FCODEVO-item-response
Type: object
Show Source
Nested Schema : oracle_apps_flex_hcm_profiles_core_careerPrefItem_view_CareerPrefItemPERSON__5FPRODUCTVO-item-response
Type: object
Show Source
Nested Schema : oracle_apps_flex_hcm_profiles_core_careerPrefItem_view_CareerPrefItemPERSON__5FPRODUCT__5FPROBLEM__5FCODEVO-item-response
Type: object
Show Source
Nested Schema : oracle_apps_flex_hcm_profiles_core_careerPrefItem_view_CareerPrefItemPERSON__5FREADINESSVO-item-response
Type: object
Show Source
Nested Schema : oracle_apps_flex_hcm_profiles_core_careerPrefItem_view_CareerPrefItemPERSON__5FRISKVO-item-response
Type: object
Show Source
Nested Schema : oracle_apps_flex_hcm_profiles_core_careerPrefItem_view_CareerPrefItemPERSON__5FTALENT__5FSCOREVO-item-response
Type: object
Show Source
Nested Schema : oracle_apps_flex_hcm_profiles_core_careerPrefItem_view_CareerPrefItemPOSITION__5FCRITICALITYVO-item-response
Type: object
Show Source
Nested Schema : talentPersonProfiles-careersOfInterest-item-response
Type: object
Show Source
Nested Schema : talentPersonProfiles-careerStatements-item-response
Type: object
Show Source
Nested Schema : talentPersonProfiles-certificationSections-item-response
Type: object
Show Source
Nested Schema : Certification Items
Type: array
Title: Certification Items
The certificationItems resource is the child of the certificationSections resource. It provides the list of certification items within a certification section for a person.
Show Source
Nested Schema : talentPersonProfiles-certificationSections-certificationItems-item-response
Type: object
Show Source
Nested Schema : Certification Item Attachments
Type: array
Title: Certification Item Attachments
The certificationItemAttachments resource is a child of certificationItems resource. It provides all the attachments for the certification item.
Show Source
Nested Schema : certificationItemsDFF
Type: array
Show Source
  • Discriminator: __FLEX_Context
    Discriminator: { "propertyName":"__FLEX_Context", "mapping":{ "JOB_CRITICALITY":"#/components/schemas/oracle_apps_flex_hcm_profiles_core_certificationItem_view_CertificationItemJOB__5FCRITICALITYVO-item-response", "ORGANIZATION_CRITICALITY":"#/components/schemas/oracle_apps_flex_hcm_profiles_core_certificationItem_view_CertificationItemORGANIZATION__5FCRITICALITYVO-item-response", "PERSON_CAREER_STATEMENT":"#/components/schemas/oracle_apps_flex_hcm_profiles_core_certificationItem_view_CertificationItemPERSON__5FCAREER__5FSTATEMENTVO-item-response", "PERSON_CATEGORY":"#/components/schemas/oracle_apps_flex_hcm_profiles_core_certificationItem_view_CertificationItemPERSON__5FCATEGORYVO-item-response", "PERSON_COMPONENT":"#/components/schemas/oracle_apps_flex_hcm_profiles_core_certificationItem_view_CertificationItemPERSON__5FCOMPONENTVO-item-response", "PERSON_N_BOX_ASSIGNMENT":"#/components/schemas/oracle_apps_flex_hcm_profiles_core_certificationItem_view_CertificationItemPERSON__5FN__5FBOX__5FASSIGNMENTVO-item-response", "PERSON_PERFORMANCE_RATING":"#/components/schemas/oracle_apps_flex_hcm_profiles_core_certificationItem_view_CertificationItemPERSON__5FPERFORMANCE__5FRATINGVO-item-response", "PERSON_PLATFORM":"#/components/schemas/oracle_apps_flex_hcm_profiles_core_certificationItem_view_CertificationItemPERSON__5FPLATFORMVO-item-response", "PERSON_POTENTIAL":"#/components/schemas/oracle_apps_flex_hcm_profiles_core_certificationItem_view_CertificationItemPERSON__5FPOTENTIALVO-item-response", "PERSON_PROBLEM_CODE":"#/components/schemas/oracle_apps_flex_hcm_profiles_core_certificationItem_view_CertificationItemPERSON__5FPROBLEM__5FCODEVO-item-response", "PERSON_PRODUCT":"#/components/schemas/oracle_apps_flex_hcm_profiles_core_certificationItem_view_CertificationItemPERSON__5FPRODUCTVO-item-response", "PERSON_PRODUCT_PROBLEM_CODE":"#/components/schemas/oracle_apps_flex_hcm_profiles_core_certificationItem_view_CertificationItemPERSON__5FPRODUCT__5FPROBLEM__5FCODEVO-item-response", "PERSON_READINESS":"#/components/schemas/oracle_apps_flex_hcm_profiles_core_certificationItem_view_CertificationItemPERSON__5FREADINESSVO-item-response", "PERSON_RISK":"#/components/schemas/oracle_apps_flex_hcm_profiles_core_certificationItem_view_CertificationItemPERSON__5FRISKVO-item-response", "PERSON_TALENT_SCORE":"#/components/schemas/oracle_apps_flex_hcm_profiles_core_certificationItem_view_CertificationItemPERSON__5FTALENT__5FSCOREVO-item-response", "POSITION_CRITICALITY":"#/components/schemas/oracle_apps_flex_hcm_profiles_core_certificationItem_view_CertificationItemPOSITION__5FCRITICALITYVO-item-response" } }
Nested Schema : talentPersonProfiles-certificationSections-certificationItems-certificationItemAttachments-item-response
Type: object
Show Source
Nested Schema : Discriminator: __FLEX_Context
Type: object
Discriminator: __FLEX_Context

Discriminator Values

Match One Schema
Show Source
Nested Schema : oracle_apps_flex_hcm_profiles_core_certificationItem_view_CertificationItemJOB__5FCRITICALITYVO-item-response
Type: object
Show Source
Nested Schema : oracle_apps_flex_hcm_profiles_core_certificationItem_view_CertificationItemORGANIZATION__5FCRITICALITYVO-item-response
Type: object
Show Source
Nested Schema : oracle_apps_flex_hcm_profiles_core_certificationItem_view_CertificationItemPERSON__5FCAREER__5FSTATEMENTVO-item-response
Type: object
Show Source
Nested Schema : oracle_apps_flex_hcm_profiles_core_certificationItem_view_CertificationItemPERSON__5FCATEGORYVO-item-response
Type: object
Show Source
Nested Schema : oracle_apps_flex_hcm_profiles_core_certificationItem_view_CertificationItemPERSON__5FCOMPONENTVO-item-response
Type: object
Show Source
Nested Schema : oracle_apps_flex_hcm_profiles_core_certificationItem_view_CertificationItemPERSON__5FN__5FBOX__5FASSIGNMENTVO-item-response
Type: object
Show Source
Nested Schema : oracle_apps_flex_hcm_profiles_core_certificationItem_view_CertificationItemPERSON__5FPERFORMANCE__5FRATINGVO-item-response
Type: object
Show Source
Nested Schema : oracle_apps_flex_hcm_profiles_core_certificationItem_view_CertificationItemPERSON__5FPLATFORMVO-item-response
Type: object
Show Source
Nested Schema : oracle_apps_flex_hcm_profiles_core_certificationItem_view_CertificationItemPERSON__5FPOTENTIALVO-item-response
Type: object
Show Source
Nested Schema : oracle_apps_flex_hcm_profiles_core_certificationItem_view_CertificationItemPERSON__5FPROBLEM__5FCODEVO-item-response
Type: object
Show Source
Nested Schema : oracle_apps_flex_hcm_profiles_core_certificationItem_view_CertificationItemPERSON__5FPRODUCTVO-item-response
Type: object
Show Source
Nested Schema : oracle_apps_flex_hcm_profiles_core_certificationItem_view_CertificationItemPERSON__5FPRODUCT__5FPROBLEM__5FCODEVO-item-response
Type: object
Show Source
Nested Schema : oracle_apps_flex_hcm_profiles_core_certificationItem_view_CertificationItemPERSON__5FREADINESSVO-item-response
Type: object
Show Source
Nested Schema : oracle_apps_flex_hcm_profiles_core_certificationItem_view_CertificationItemPERSON__5FRISKVO-item-response
Type: object
Show Source
Nested Schema : oracle_apps_flex_hcm_profiles_core_certificationItem_view_CertificationItemPERSON__5FTALENT__5FSCOREVO-item-response
Type: object
Show Source
Nested Schema : oracle_apps_flex_hcm_profiles_core_certificationItem_view_CertificationItemPOSITION__5FCRITICALITYVO-item-response
Type: object
Show Source
Nested Schema : talentPersonProfiles-competencySections-item-response
Type: object
Show Source
Nested Schema : Competency Items
Type: array
Title: Competency Items
The allCompetencyItems resource is the child of the competencySections resource. It provides the list of distinct competency items within a competency section for a person profile.
Show Source
Nested Schema : Competency Items
Type: array
Title: Competency Items
The competencyItems resource is the child of the competencySections resource. It provides the list of the competency items within a competency section for a person.
Show Source
Nested Schema : talentPersonProfiles-competencySections-allCompetencyItems-item-response
Type: object
Show Source
Nested Schema : talentPersonProfiles-competencySections-competencyItems-item-response
Type: object
Show Source
Nested Schema : Behavior Items
Type: array
Title: Behavior Items
The behaviorItems resource is the child of the competencyItems resource. It provides the list of the behavior items related to a competency item for a competency section.
Show Source
Nested Schema : competencyItemsDFF
Type: array
Show Source
  • Discriminator: __FLEX_Context
    Discriminator: { "propertyName":"__FLEX_Context", "mapping":{ "JOB_CRITICALITY":"#/components/schemas/oracle_apps_flex_hcm_profiles_core_competencyItem_view_CompetencyItemJOB__5FCRITICALITYVO-item-response", "ORGANIZATION_CRITICALITY":"#/components/schemas/oracle_apps_flex_hcm_profiles_core_competencyItem_view_CompetencyItemORGANIZATION__5FCRITICALITYVO-item-response", "PERSON_CAREER_STATEMENT":"#/components/schemas/oracle_apps_flex_hcm_profiles_core_competencyItem_view_CompetencyItemPERSON__5FCAREER__5FSTATEMENTVO-item-response", "PERSON_CATEGORY":"#/components/schemas/oracle_apps_flex_hcm_profiles_core_competencyItem_view_CompetencyItemPERSON__5FCATEGORYVO-item-response", "PERSON_COMPONENT":"#/components/schemas/oracle_apps_flex_hcm_profiles_core_competencyItem_view_CompetencyItemPERSON__5FCOMPONENTVO-item-response", "PERSON_N_BOX_ASSIGNMENT":"#/components/schemas/oracle_apps_flex_hcm_profiles_core_competencyItem_view_CompetencyItemPERSON__5FN__5FBOX__5FASSIGNMENTVO-item-response", "PERSON_PERFORMANCE_RATING":"#/components/schemas/oracle_apps_flex_hcm_profiles_core_competencyItem_view_CompetencyItemPERSON__5FPERFORMANCE__5FRATINGVO-item-response", "PERSON_PLATFORM":"#/components/schemas/oracle_apps_flex_hcm_profiles_core_competencyItem_view_CompetencyItemPERSON__5FPLATFORMVO-item-response", "PERSON_POTENTIAL":"#/components/schemas/oracle_apps_flex_hcm_profiles_core_competencyItem_view_CompetencyItemPERSON__5FPOTENTIALVO-item-response", "PERSON_PROBLEM_CODE":"#/components/schemas/oracle_apps_flex_hcm_profiles_core_competencyItem_view_CompetencyItemPERSON__5FPROBLEM__5FCODEVO-item-response", "PERSON_PRODUCT":"#/components/schemas/oracle_apps_flex_hcm_profiles_core_competencyItem_view_CompetencyItemPERSON__5FPRODUCTVO-item-response", "PERSON_PRODUCT_PROBLEM_CODE":"#/components/schemas/oracle_apps_flex_hcm_profiles_core_competencyItem_view_CompetencyItemPERSON__5FPRODUCT__5FPROBLEM__5FCODEVO-item-response", "PERSON_READINESS":"#/components/schemas/oracle_apps_flex_hcm_profiles_core_competencyItem_view_CompetencyItemPERSON__5FREADINESSVO-item-response", "PERSON_RISK":"#/components/schemas/oracle_apps_flex_hcm_profiles_core_competencyItem_view_CompetencyItemPERSON__5FRISKVO-item-response", "PERSON_TALENT_SCORE":"#/components/schemas/oracle_apps_flex_hcm_profiles_core_competencyItem_view_CompetencyItemPERSON__5FTALENT__5FSCOREVO-item-response", "POSITION_CRITICALITY":"#/components/schemas/oracle_apps_flex_hcm_profiles_core_competencyItem_view_CompetencyItemPOSITION__5FCRITICALITYVO-item-response" } }
Nested Schema : talentPersonProfiles-competencySections-competencyItems-behaviorItems-item-response
Type: object
Show Source
Nested Schema : Discriminator: __FLEX_Context
Type: object
Discriminator: __FLEX_Context

Discriminator Values

Match One Schema
Show Source
Nested Schema : oracle_apps_flex_hcm_profiles_core_competencyItem_view_CompetencyItemJOB__5FCRITICALITYVO-item-response
Type: object
Show Source
Nested Schema : oracle_apps_flex_hcm_profiles_core_competencyItem_view_CompetencyItemORGANIZATION__5FCRITICALITYVO-item-response
Type: object
Show Source
Nested Schema : oracle_apps_flex_hcm_profiles_core_competencyItem_view_CompetencyItemPERSON__5FCAREER__5FSTATEMENTVO-item-response
Type: object
Show Source
Nested Schema : oracle_apps_flex_hcm_profiles_core_competencyItem_view_CompetencyItemPERSON__5FCATEGORYVO-item-response
Type: object
Show Source
Nested Schema : oracle_apps_flex_hcm_profiles_core_competencyItem_view_CompetencyItemPERSON__5FCOMPONENTVO-item-response
Type: object
Show Source
Nested Schema : oracle_apps_flex_hcm_profiles_core_competencyItem_view_CompetencyItemPERSON__5FN__5FBOX__5FASSIGNMENTVO-item-response
Type: object
Show Source
Nested Schema : oracle_apps_flex_hcm_profiles_core_competencyItem_view_CompetencyItemPERSON__5FPERFORMANCE__5FRATINGVO-item-response
Type: object
Show Source
Nested Schema : oracle_apps_flex_hcm_profiles_core_competencyItem_view_CompetencyItemPERSON__5FPLATFORMVO-item-response
Type: object
Show Source
Nested Schema : oracle_apps_flex_hcm_profiles_core_competencyItem_view_CompetencyItemPERSON__5FPOTENTIALVO-item-response
Type: object
Show Source
Nested Schema : oracle_apps_flex_hcm_profiles_core_competencyItem_view_CompetencyItemPERSON__5FPROBLEM__5FCODEVO-item-response
Type: object
Show Source
Nested Schema : oracle_apps_flex_hcm_profiles_core_competencyItem_view_CompetencyItemPERSON__5FPRODUCTVO-item-response
Type: object
Show Source
Nested Schema : oracle_apps_flex_hcm_profiles_core_competencyItem_view_CompetencyItemPERSON__5FPRODUCT__5FPROBLEM__5FCODEVO-item-response
Type: object
Show Source
Nested Schema : oracle_apps_flex_hcm_profiles_core_competencyItem_view_CompetencyItemPERSON__5FREADINESSVO-item-response
Type: object
Show Source
Nested Schema : oracle_apps_flex_hcm_profiles_core_competencyItem_view_CompetencyItemPERSON__5FRISKVO-item-response
Type: object
Show Source
Nested Schema : oracle_apps_flex_hcm_profiles_core_competencyItem_view_CompetencyItemPERSON__5FTALENT__5FSCOREVO-item-response
Type: object
Show Source
Nested Schema : oracle_apps_flex_hcm_profiles_core_competencyItem_view_CompetencyItemPOSITION__5FCRITICALITYVO-item-response
Type: object
Show Source
Nested Schema : talentPersonProfiles-educationLvlSections-item-response
Type: object
Show Source
Nested Schema : Education Level Items
Type: array
Title: Education Level Items
The educationLvlItems resource is the child of the educationLvlSections resource. It provides the list of education level items within an education level section for a person.
Show Source
Nested Schema : talentPersonProfiles-educationLvlSections-educationLvlItems-item-response
Type: object
Show Source
Nested Schema : educationLvlItemsDFF
Type: array
Show Source
Nested Schema : talentPersonProfiles-educationLvlSections-educationLvlItems-educationLvlItemsDFF-item-response
Type: object
Show Source
Nested Schema : talentPersonProfiles-educationSections-item-response
Type: object
Show Source
Nested Schema : Education Items
Type: array
Title: Education Items
The educationItems resource is the child of the educationSections resource. It provides the list of the education items within an education section for a person.
Show Source
Nested Schema : talentPersonProfiles-educationSections-educationItems-item-response
Type: object
Show Source
Nested Schema : Education Item Attachments
Type: array
Title: Education Item Attachments
The educationItemAttachments resource is a child of educationItems resource. It provides all the attachments for the education item.
Show Source
Nested Schema : educationItemsDFF
Type: array
Show Source
  • Discriminator: __FLEX_Context
    Discriminator: { "propertyName":"__FLEX_Context", "mapping":{ "JOB_CRITICALITY":"#/components/schemas/oracle_apps_flex_hcm_profiles_core_educationItem_view_EducationItemJOB__5FCRITICALITYVO-item-response", "ORGANIZATION_CRITICALITY":"#/components/schemas/oracle_apps_flex_hcm_profiles_core_educationItem_view_EducationItemORGANIZATION__5FCRITICALITYVO-item-response", "PERSON_CAREER_STATEMENT":"#/components/schemas/oracle_apps_flex_hcm_profiles_core_educationItem_view_EducationItemPERSON__5FCAREER__5FSTATEMENTVO-item-response", "PERSON_CATEGORY":"#/components/schemas/oracle_apps_flex_hcm_profiles_core_educationItem_view_EducationItemPERSON__5FCATEGORYVO-item-response", "PERSON_COMPONENT":"#/components/schemas/oracle_apps_flex_hcm_profiles_core_educationItem_view_EducationItemPERSON__5FCOMPONENTVO-item-response", "PERSON_N_BOX_ASSIGNMENT":"#/components/schemas/oracle_apps_flex_hcm_profiles_core_educationItem_view_EducationItemPERSON__5FN__5FBOX__5FASSIGNMENTVO-item-response", "PERSON_PERFORMANCE_RATING":"#/components/schemas/oracle_apps_flex_hcm_profiles_core_educationItem_view_EducationItemPERSON__5FPERFORMANCE__5FRATINGVO-item-response", "PERSON_PLATFORM":"#/components/schemas/oracle_apps_flex_hcm_profiles_core_educationItem_view_EducationItemPERSON__5FPLATFORMVO-item-response", "PERSON_POTENTIAL":"#/components/schemas/oracle_apps_flex_hcm_profiles_core_educationItem_view_EducationItemPERSON__5FPOTENTIALVO-item-response", "PERSON_PROBLEM_CODE":"#/components/schemas/oracle_apps_flex_hcm_profiles_core_educationItem_view_EducationItemPERSON__5FPROBLEM__5FCODEVO-item-response", "PERSON_PRODUCT":"#/components/schemas/oracle_apps_flex_hcm_profiles_core_educationItem_view_EducationItemPERSON__5FPRODUCTVO-item-response", "PERSON_PRODUCT_PROBLEM_CODE":"#/components/schemas/oracle_apps_flex_hcm_profiles_core_educationItem_view_EducationItemPERSON__5FPRODUCT__5FPROBLEM__5FCODEVO-item-response", "PERSON_READINESS":"#/components/schemas/oracle_apps_flex_hcm_profiles_core_educationItem_view_EducationItemPERSON__5FREADINESSVO-item-response", "PERSON_RISK":"#/components/schemas/oracle_apps_flex_hcm_profiles_core_educationItem_view_EducationItemPERSON__5FRISKVO-item-response", "PERSON_TALENT_SCORE":"#/components/schemas/oracle_apps_flex_hcm_profiles_core_educationItem_view_EducationItemPERSON__5FTALENT__5FSCOREVO-item-response", "POSITION_CRITICALITY":"#/components/schemas/oracle_apps_flex_hcm_profiles_core_educationItem_view_EducationItemPOSITION__5FCRITICALITYVO-item-response" } }
Nested Schema : talentPersonProfiles-educationSections-educationItems-educationItemAttachments-item-response
Type: object
Show Source
Nested Schema : Discriminator: __FLEX_Context
Type: object
Discriminator: __FLEX_Context

Discriminator Values

Match One Schema
Show Source
Nested Schema : oracle_apps_flex_hcm_profiles_core_educationItem_view_EducationItemJOB__5FCRITICALITYVO-item-response
Type: object
Show Source
Nested Schema : oracle_apps_flex_hcm_profiles_core_educationItem_view_EducationItemORGANIZATION__5FCRITICALITYVO-item-response
Type: object
Show Source
Nested Schema : oracle_apps_flex_hcm_profiles_core_educationItem_view_EducationItemPERSON__5FCAREER__5FSTATEMENTVO-item-response
Type: object
Show Source
Nested Schema : oracle_apps_flex_hcm_profiles_core_educationItem_view_EducationItemPERSON__5FCATEGORYVO-item-response
Type: object
Show Source
Nested Schema : oracle_apps_flex_hcm_profiles_core_educationItem_view_EducationItemPERSON__5FCOMPONENTVO-item-response
Type: object
Show Source
Nested Schema : oracle_apps_flex_hcm_profiles_core_educationItem_view_EducationItemPERSON__5FN__5FBOX__5FASSIGNMENTVO-item-response
Type: object
Show Source
Nested Schema : oracle_apps_flex_hcm_profiles_core_educationItem_view_EducationItemPERSON__5FPERFORMANCE__5FRATINGVO-item-response
Type: object
Show Source
Nested Schema : oracle_apps_flex_hcm_profiles_core_educationItem_view_EducationItemPERSON__5FPLATFORMVO-item-response
Type: object
Show Source
Nested Schema : oracle_apps_flex_hcm_profiles_core_educationItem_view_EducationItemPERSON__5FPOTENTIALVO-item-response
Type: object
Show Source
Nested Schema : oracle_apps_flex_hcm_profiles_core_educationItem_view_EducationItemPERSON__5FPROBLEM__5FCODEVO-item-response
Type: object
Show Source
Nested Schema : oracle_apps_flex_hcm_profiles_core_educationItem_view_EducationItemPERSON__5FPRODUCTVO-item-response
Type: object
Show Source
Nested Schema : oracle_apps_flex_hcm_profiles_core_educationItem_view_EducationItemPERSON__5FPRODUCT__5FPROBLEM__5FCODEVO-item-response
Type: object
Show Source
Nested Schema : oracle_apps_flex_hcm_profiles_core_educationItem_view_EducationItemPERSON__5FREADINESSVO-item-response
Type: object
Show Source
Nested Schema : oracle_apps_flex_hcm_profiles_core_educationItem_view_EducationItemPERSON__5FRISKVO-item-response
Type: object
Show Source
Nested Schema : oracle_apps_flex_hcm_profiles_core_educationItem_view_EducationItemPERSON__5FTALENT__5FSCOREVO-item-response
Type: object
Show Source
Nested Schema : oracle_apps_flex_hcm_profiles_core_educationItem_view_EducationItemPOSITION__5FCRITICALITYVO-item-response
Type: object
Show Source
Nested Schema : talentPersonProfiles-highestEducationLvlSections-item-response
Type: object
Show Source
  • Title: Created By
    Read Only: true
    Maximum Length: 64
    User who created the highest education level section.
  • Title: Creation Date
    Read Only: true
    Date and time when the highest education level section was created.
  • Highest Education Level Items
    Title: Highest Education Level Items
    The highestEduLvlItems resource is the child of the highestEducationLvlSections resource. It provides the list of highest education level items within an highest education level for a person.
  • Title: Last Update Date
    Read Only: true
    Date and time when the highest education level section was last updated.
  • Title: Last Updated By
    Read Only: true
    Maximum Length: 64
    User who last updated the highest education level section.
  • Links
  • Title: Profile Section ID
    Unique identifier of the highest education level section associated with the profile.
  • Title: Section Context
    Maximum Length: 300
    Code of the highest education level section. Valid values are defined in the profileTypeSectionsLOV.
  • Title: Section ID
    Unique identifier of the highest education level section.
  • Title: Section Name
    Read Only: true
    Maximum Length: 240
    Name of the section. Valid values are defined in the profileTypeSectionsLOV.
Nested Schema : Highest Education Level Items
Type: array
Title: Highest Education Level Items
The highestEduLvlItems resource is the child of the highestEducationLvlSections resource. It provides the list of highest education level items within an highest education level for a person.
Show Source
Nested Schema : talentPersonProfiles-highestEducationLvlSections-highestEduLvlItems-item-response
Type: object
Show Source
Nested Schema : highestEduLvlItemsDFF
Type: array
Show Source
Nested Schema : talentPersonProfiles-highestEducationLvlSections-highestEduLvlItems-highestEduLvlItemsDFF-item-response
Type: object
Show Source
Nested Schema : talentPersonProfiles-honorSections-item-response
Type: object
Show Source
Nested Schema : Honor Items
Type: array
Title: Honor Items
The honorItems resource is the child of the honorSections resource. It provides the list of honor items within an honor section for a person.
Show Source
Nested Schema : talentPersonProfiles-honorSections-honorItems-item-response
Type: object
Show Source
Nested Schema : Honor Item Attachments
Type: array
Title: Honor Item Attachments
The honorItemAttachments resource is a child of honorItems resource. It provides all the attachments for the honor item.
Show Source
Nested Schema : honorItemsDFF
Type: array
Show Source
  • Discriminator: __FLEX_Context
    Discriminator: { "propertyName":"__FLEX_Context", "mapping":{ "JOB_CRITICALITY":"#/components/schemas/oracle_apps_flex_hcm_profiles_core_honorItem_view_HonorItemJOB__5FCRITICALITYVO-item-response", "ORGANIZATION_CRITICALITY":"#/components/schemas/oracle_apps_flex_hcm_profiles_core_honorItem_view_HonorItemORGANIZATION__5FCRITICALITYVO-item-response", "PERSON_CAREER_STATEMENT":"#/components/schemas/oracle_apps_flex_hcm_profiles_core_honorItem_view_HonorItemPERSON__5FCAREER__5FSTATEMENTVO-item-response", "PERSON_CATEGORY":"#/components/schemas/oracle_apps_flex_hcm_profiles_core_honorItem_view_HonorItemPERSON__5FCATEGORYVO-item-response", "PERSON_COMPONENT":"#/components/schemas/oracle_apps_flex_hcm_profiles_core_honorItem_view_HonorItemPERSON__5FCOMPONENTVO-item-response", "PERSON_N_BOX_ASSIGNMENT":"#/components/schemas/oracle_apps_flex_hcm_profiles_core_honorItem_view_HonorItemPERSON__5FN__5FBOX__5FASSIGNMENTVO-item-response", "PERSON_PERFORMANCE_RATING":"#/components/schemas/oracle_apps_flex_hcm_profiles_core_honorItem_view_HonorItemPERSON__5FPERFORMANCE__5FRATINGVO-item-response", "PERSON_PLATFORM":"#/components/schemas/oracle_apps_flex_hcm_profiles_core_honorItem_view_HonorItemPERSON__5FPLATFORMVO-item-response", "PERSON_POTENTIAL":"#/components/schemas/oracle_apps_flex_hcm_profiles_core_honorItem_view_HonorItemPERSON__5FPOTENTIALVO-item-response", "PERSON_PROBLEM_CODE":"#/components/schemas/oracle_apps_flex_hcm_profiles_core_honorItem_view_HonorItemPERSON__5FPROBLEM__5FCODEVO-item-response", "PERSON_PRODUCT":"#/components/schemas/oracle_apps_flex_hcm_profiles_core_honorItem_view_HonorItemPERSON__5FPRODUCTVO-item-response", "PERSON_PRODUCT_PROBLEM_CODE":"#/components/schemas/oracle_apps_flex_hcm_profiles_core_honorItem_view_HonorItemPERSON__5FPRODUCT__5FPROBLEM__5FCODEVO-item-response", "PERSON_READINESS":"#/components/schemas/oracle_apps_flex_hcm_profiles_core_honorItem_view_HonorItemPERSON__5FREADINESSVO-item-response", "PERSON_RISK":"#/components/schemas/oracle_apps_flex_hcm_profiles_core_honorItem_view_HonorItemPERSON__5FRISKVO-item-response", "PERSON_TALENT_SCORE":"#/components/schemas/oracle_apps_flex_hcm_profiles_core_honorItem_view_HonorItemPERSON__5FTALENT__5FSCOREVO-item-response", "POSITION_CRITICALITY":"#/components/schemas/oracle_apps_flex_hcm_profiles_core_honorItem_view_HonorItemPOSITION__5FCRITICALITYVO-item-response" } }
Nested Schema : talentPersonProfiles-honorSections-honorItems-honorItemAttachments-item-response
Type: object
Show Source
Nested Schema : Discriminator: __FLEX_Context
Type: object
Discriminator: __FLEX_Context

Discriminator Values

Match One Schema
Show Source
Nested Schema : oracle_apps_flex_hcm_profiles_core_honorItem_view_HonorItemJOB__5FCRITICALITYVO-item-response
Type: object
Show Source
Nested Schema : oracle_apps_flex_hcm_profiles_core_honorItem_view_HonorItemORGANIZATION__5FCRITICALITYVO-item-response
Type: object
Show Source
Nested Schema : oracle_apps_flex_hcm_profiles_core_honorItem_view_HonorItemPERSON__5FCAREER__5FSTATEMENTVO-item-response
Type: object
Show Source
Nested Schema : oracle_apps_flex_hcm_profiles_core_honorItem_view_HonorItemPERSON__5FCATEGORYVO-item-response
Type: object
Show Source
Nested Schema : oracle_apps_flex_hcm_profiles_core_honorItem_view_HonorItemPERSON__5FCOMPONENTVO-item-response
Type: object
Show Source
Nested Schema : oracle_apps_flex_hcm_profiles_core_honorItem_view_HonorItemPERSON__5FN__5FBOX__5FASSIGNMENTVO-item-response
Type: object
Show Source
Nested Schema : oracle_apps_flex_hcm_profiles_core_honorItem_view_HonorItemPERSON__5FPERFORMANCE__5FRATINGVO-item-response
Type: object
Show Source
Nested Schema : oracle_apps_flex_hcm_profiles_core_honorItem_view_HonorItemPERSON__5FPLATFORMVO-item-response
Type: object
Show Source
Nested Schema : oracle_apps_flex_hcm_profiles_core_honorItem_view_HonorItemPERSON__5FPOTENTIALVO-item-response
Type: object
Show Source
Nested Schema : oracle_apps_flex_hcm_profiles_core_honorItem_view_HonorItemPERSON__5FPROBLEM__5FCODEVO-item-response
Type: object
Show Source
Nested Schema : oracle_apps_flex_hcm_profiles_core_honorItem_view_HonorItemPERSON__5FPRODUCTVO-item-response
Type: object
Show Source
Nested Schema : oracle_apps_flex_hcm_profiles_core_honorItem_view_HonorItemPERSON__5FPRODUCT__5FPROBLEM__5FCODEVO-item-response
Type: object
Show Source
Nested Schema : oracle_apps_flex_hcm_profiles_core_honorItem_view_HonorItemPERSON__5FREADINESSVO-item-response
Type: object
Show Source
Nested Schema : oracle_apps_flex_hcm_profiles_core_honorItem_view_HonorItemPERSON__5FRISKVO-item-response
Type: object
Show Source
Nested Schema : oracle_apps_flex_hcm_profiles_core_honorItem_view_HonorItemPERSON__5FTALENT__5FSCOREVO-item-response
Type: object
Show Source
Nested Schema : oracle_apps_flex_hcm_profiles_core_honorItem_view_HonorItemPOSITION__5FCRITICALITYVO-item-response
Type: object
Show Source
Nested Schema : talentPersonProfiles-languageSections-item-response
Type: object
Show Source
Nested Schema : Language Items
Type: array
Title: Language Items
The languageItems resource is the child of the languageSections resource. It provides the list of the language items within a language section for a person.
Show Source
Nested Schema : talentPersonProfiles-languageSections-languageItems-item-response
Type: object
Show Source
Nested Schema : languageItemsDFF
Type: array
Show Source
  • Discriminator: __FLEX_Context
    Discriminator: { "propertyName":"__FLEX_Context", "mapping":{ "JOB_CRITICALITY":"#/components/schemas/oracle_apps_flex_hcm_profiles_core_languageItem_view_LanguageItemJOB__5FCRITICALITYVO-item-response", "ORGANIZATION_CRITICALITY":"#/components/schemas/oracle_apps_flex_hcm_profiles_core_languageItem_view_LanguageItemORGANIZATION__5FCRITICALITYVO-item-response", "PERSON_CAREER_STATEMENT":"#/components/schemas/oracle_apps_flex_hcm_profiles_core_languageItem_view_LanguageItemPERSON__5FCAREER__5FSTATEMENTVO-item-response", "PERSON_CATEGORY":"#/components/schemas/oracle_apps_flex_hcm_profiles_core_languageItem_view_LanguageItemPERSON__5FCATEGORYVO-item-response", "PERSON_COMPONENT":"#/components/schemas/oracle_apps_flex_hcm_profiles_core_languageItem_view_LanguageItemPERSON__5FCOMPONENTVO-item-response", "PERSON_N_BOX_ASSIGNMENT":"#/components/schemas/oracle_apps_flex_hcm_profiles_core_languageItem_view_LanguageItemPERSON__5FN__5FBOX__5FASSIGNMENTVO-item-response", "PERSON_PERFORMANCE_RATING":"#/components/schemas/oracle_apps_flex_hcm_profiles_core_languageItem_view_LanguageItemPERSON__5FPERFORMANCE__5FRATINGVO-item-response", "PERSON_PLATFORM":"#/components/schemas/oracle_apps_flex_hcm_profiles_core_languageItem_view_LanguageItemPERSON__5FPLATFORMVO-item-response", "PERSON_POTENTIAL":"#/components/schemas/oracle_apps_flex_hcm_profiles_core_languageItem_view_LanguageItemPERSON__5FPOTENTIALVO-item-response", "PERSON_PROBLEM_CODE":"#/components/schemas/oracle_apps_flex_hcm_profiles_core_languageItem_view_LanguageItemPERSON__5FPROBLEM__5FCODEVO-item-response", "PERSON_PRODUCT":"#/components/schemas/oracle_apps_flex_hcm_profiles_core_languageItem_view_LanguageItemPERSON__5FPRODUCTVO-item-response", "PERSON_PRODUCT_PROBLEM_CODE":"#/components/schemas/oracle_apps_flex_hcm_profiles_core_languageItem_view_LanguageItemPERSON__5FPRODUCT__5FPROBLEM__5FCODEVO-item-response", "PERSON_READINESS":"#/components/schemas/oracle_apps_flex_hcm_profiles_core_languageItem_view_LanguageItemPERSON__5FREADINESSVO-item-response", "PERSON_RISK":"#/components/schemas/oracle_apps_flex_hcm_profiles_core_languageItem_view_LanguageItemPERSON__5FRISKVO-item-response", "PERSON_TALENT_SCORE":"#/components/schemas/oracle_apps_flex_hcm_profiles_core_languageItem_view_LanguageItemPERSON__5FTALENT__5FSCOREVO-item-response", "POSITION_CRITICALITY":"#/components/schemas/oracle_apps_flex_hcm_profiles_core_languageItem_view_LanguageItemPOSITION__5FCRITICALITYVO-item-response" } }
Nested Schema : Discriminator: __FLEX_Context
Type: object
Discriminator: __FLEX_Context

Discriminator Values

Match One Schema
Show Source
Nested Schema : oracle_apps_flex_hcm_profiles_core_languageItem_view_LanguageItemJOB__5FCRITICALITYVO-item-response
Type: object
Show Source
Nested Schema : oracle_apps_flex_hcm_profiles_core_languageItem_view_LanguageItemORGANIZATION__5FCRITICALITYVO-item-response
Type: object
Show Source
Nested Schema : oracle_apps_flex_hcm_profiles_core_languageItem_view_LanguageItemPERSON__5FCAREER__5FSTATEMENTVO-item-response
Type: object
Show Source
Nested Schema : oracle_apps_flex_hcm_profiles_core_languageItem_view_LanguageItemPERSON__5FCATEGORYVO-item-response
Type: object
Show Source
Nested Schema : oracle_apps_flex_hcm_profiles_core_languageItem_view_LanguageItemPERSON__5FCOMPONENTVO-item-response
Type: object
Show Source
Nested Schema : oracle_apps_flex_hcm_profiles_core_languageItem_view_LanguageItemPERSON__5FN__5FBOX__5FASSIGNMENTVO-item-response
Type: object
Show Source
Nested Schema : oracle_apps_flex_hcm_profiles_core_languageItem_view_LanguageItemPERSON__5FPERFORMANCE__5FRATINGVO-item-response
Type: object
Show Source
Nested Schema : oracle_apps_flex_hcm_profiles_core_languageItem_view_LanguageItemPERSON__5FPLATFORMVO-item-response
Type: object
Show Source
Nested Schema : oracle_apps_flex_hcm_profiles_core_languageItem_view_LanguageItemPERSON__5FPOTENTIALVO-item-response
Type: object
Show Source
Nested Schema : oracle_apps_flex_hcm_profiles_core_languageItem_view_LanguageItemPERSON__5FPROBLEM__5FCODEVO-item-response
Type: object
Show Source
Nested Schema : oracle_apps_flex_hcm_profiles_core_languageItem_view_LanguageItemPERSON__5FPRODUCTVO-item-response
Type: object
Show Source
Nested Schema : oracle_apps_flex_hcm_profiles_core_languageItem_view_LanguageItemPERSON__5FPRODUCT__5FPROBLEM__5FCODEVO-item-response
Type: object
Show Source
Nested Schema : oracle_apps_flex_hcm_profiles_core_languageItem_view_LanguageItemPERSON__5FREADINESSVO-item-response
Type: object
Show Source
Nested Schema : oracle_apps_flex_hcm_profiles_core_languageItem_view_LanguageItemPERSON__5FRISKVO-item-response
Type: object
Show Source
Nested Schema : oracle_apps_flex_hcm_profiles_core_languageItem_view_LanguageItemPERSON__5FTALENT__5FSCOREVO-item-response
Type: object
Show Source
Nested Schema : oracle_apps_flex_hcm_profiles_core_languageItem_view_LanguageItemPOSITION__5FCRITICALITYVO-item-response
Type: object
Show Source
Nested Schema : talentPersonProfiles-membershipSections-item-response
Type: object
Show Source
Nested Schema : Membership Items
Type: array
Title: Membership Items
The membershipItems resource is the child of the membershipSections resource. It provides the list of the membership items within a membership section for a person.
Show Source
Nested Schema : talentPersonProfiles-membershipSections-membershipItems-item-response
Type: object
Show Source
Nested Schema : membershipItemsDFF
Type: array
Show Source
  • Discriminator: __FLEX_Context
    Discriminator: { "propertyName":"__FLEX_Context", "mapping":{ "JOB_CRITICALITY":"#/components/schemas/oracle_apps_flex_hcm_profiles_core_membershipItem_view_MembershipItemJOB__5FCRITICALITYVO-item-response", "ORGANIZATION_CRITICALITY":"#/components/schemas/oracle_apps_flex_hcm_profiles_core_membershipItem_view_MembershipItemORGANIZATION__5FCRITICALITYVO-item-response", "PERSON_CAREER_STATEMENT":"#/components/schemas/oracle_apps_flex_hcm_profiles_core_membershipItem_view_MembershipItemPERSON__5FCAREER__5FSTATEMENTVO-item-response", "PERSON_CATEGORY":"#/components/schemas/oracle_apps_flex_hcm_profiles_core_membershipItem_view_MembershipItemPERSON__5FCATEGORYVO-item-response", "PERSON_COMPONENT":"#/components/schemas/oracle_apps_flex_hcm_profiles_core_membershipItem_view_MembershipItemPERSON__5FCOMPONENTVO-item-response", "PERSON_N_BOX_ASSIGNMENT":"#/components/schemas/oracle_apps_flex_hcm_profiles_core_membershipItem_view_MembershipItemPERSON__5FN__5FBOX__5FASSIGNMENTVO-item-response", "PERSON_PERFORMANCE_RATING":"#/components/schemas/oracle_apps_flex_hcm_profiles_core_membershipItem_view_MembershipItemPERSON__5FPERFORMANCE__5FRATINGVO-item-response", "PERSON_PLATFORM":"#/components/schemas/oracle_apps_flex_hcm_profiles_core_membershipItem_view_MembershipItemPERSON__5FPLATFORMVO-item-response", "PERSON_POTENTIAL":"#/components/schemas/oracle_apps_flex_hcm_profiles_core_membershipItem_view_MembershipItemPERSON__5FPOTENTIALVO-item-response", "PERSON_PROBLEM_CODE":"#/components/schemas/oracle_apps_flex_hcm_profiles_core_membershipItem_view_MembershipItemPERSON__5FPROBLEM__5FCODEVO-item-response", "PERSON_PRODUCT":"#/components/schemas/oracle_apps_flex_hcm_profiles_core_membershipItem_view_MembershipItemPERSON__5FPRODUCTVO-item-response", "PERSON_PRODUCT_PROBLEM_CODE":"#/components/schemas/oracle_apps_flex_hcm_profiles_core_membershipItem_view_MembershipItemPERSON__5FPRODUCT__5FPROBLEM__5FCODEVO-item-response", "PERSON_READINESS":"#/components/schemas/oracle_apps_flex_hcm_profiles_core_membershipItem_view_MembershipItemPERSON__5FREADINESSVO-item-response", "PERSON_RISK":"#/components/schemas/oracle_apps_flex_hcm_profiles_core_membershipItem_view_MembershipItemPERSON__5FRISKVO-item-response", "PERSON_TALENT_SCORE":"#/components/schemas/oracle_apps_flex_hcm_profiles_core_membershipItem_view_MembershipItemPERSON__5FTALENT__5FSCOREVO-item-response", "POSITION_CRITICALITY":"#/components/schemas/oracle_apps_flex_hcm_profiles_core_membershipItem_view_MembershipItemPOSITION__5FCRITICALITYVO-item-response" } }
Nested Schema : Discriminator: __FLEX_Context
Type: object
Discriminator: __FLEX_Context

Discriminator Values

Match One Schema
Show Source
Nested Schema : oracle_apps_flex_hcm_profiles_core_membershipItem_view_MembershipItemJOB__5FCRITICALITYVO-item-response
Type: object
Show Source
Nested Schema : oracle_apps_flex_hcm_profiles_core_membershipItem_view_MembershipItemORGANIZATION__5FCRITICALITYVO-item-response
Type: object
Show Source
Nested Schema : oracle_apps_flex_hcm_profiles_core_membershipItem_view_MembershipItemPERSON__5FCAREER__5FSTATEMENTVO-item-response
Type: object
Show Source
Nested Schema : oracle_apps_flex_hcm_profiles_core_membershipItem_view_MembershipItemPERSON__5FCATEGORYVO-item-response
Type: object
Show Source
Nested Schema : oracle_apps_flex_hcm_profiles_core_membershipItem_view_MembershipItemPERSON__5FCOMPONENTVO-item-response
Type: object
Show Source
Nested Schema : oracle_apps_flex_hcm_profiles_core_membershipItem_view_MembershipItemPERSON__5FN__5FBOX__5FASSIGNMENTVO-item-response
Type: object
Show Source
Nested Schema : oracle_apps_flex_hcm_profiles_core_membershipItem_view_MembershipItemPERSON__5FPERFORMANCE__5FRATINGVO-item-response
Type: object
Show Source
Nested Schema : oracle_apps_flex_hcm_profiles_core_membershipItem_view_MembershipItemPERSON__5FPLATFORMVO-item-response
Type: object
Show Source
Nested Schema : oracle_apps_flex_hcm_profiles_core_membershipItem_view_MembershipItemPERSON__5FPOTENTIALVO-item-response
Type: object
Show Source
Nested Schema : oracle_apps_flex_hcm_profiles_core_membershipItem_view_MembershipItemPERSON__5FPROBLEM__5FCODEVO-item-response
Type: object
Show Source
Nested Schema : oracle_apps_flex_hcm_profiles_core_membershipItem_view_MembershipItemPERSON__5FPRODUCTVO-item-response
Type: object
Show Source
Nested Schema : oracle_apps_flex_hcm_profiles_core_membershipItem_view_MembershipItemPERSON__5FPRODUCT__5FPROBLEM__5FCODEVO-item-response
Type: object
Show Source
Nested Schema : oracle_apps_flex_hcm_profiles_core_membershipItem_view_MembershipItemPERSON__5FREADINESSVO-item-response
Type: object
Show Source
Nested Schema : oracle_apps_flex_hcm_profiles_core_membershipItem_view_MembershipItemPERSON__5FRISKVO-item-response
Type: object
Show Source
Nested Schema : oracle_apps_flex_hcm_profiles_core_membershipItem_view_MembershipItemPERSON__5FTALENT__5FSCOREVO-item-response
Type: object
Show Source
Nested Schema : oracle_apps_flex_hcm_profiles_core_membershipItem_view_MembershipItemPOSITION__5FCRITICALITYVO-item-response
Type: object
Show Source
Nested Schema : talentPersonProfiles-publicSkills-item-response
Type: object
Show Source
Nested Schema : Endorsements
Type: array
Title: Endorsements
The endorsements resource is a child of public skills resource. It provides a list of all endorsements for worker's public skills. This resource is currently under controlled availability.
Show Source
Nested Schema : talentPersonProfiles-publicSkills-endorsements-item-response
Type: object
Show Source
Nested Schema : talentPersonProfiles-skillSections-item-response
Type: object
Show Source
Nested Schema : Skill Items
Type: array
Title: Skill Items
The skillItemsresource is the child of the skillSections resource. It provides the list of the skill items within a skill section for a person.
Show Source
Nested Schema : talentPersonProfiles-skillSections-skillItems-item-response
Type: object
Show Source
Nested Schema : skillItemsDFF
Type: array
Show Source
  • 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 : Discriminator: __FLEX_Context
Type: object
Discriminator: __FLEX_Context

Discriminator Values

Match One Schema
Show Source
Nested Schema : oracle_apps_flex_hcm_profiles_core_skillItem_view_SkillItemJOB__5FCRITICALITYVO-item-response
Type: object
Show Source
Nested Schema : oracle_apps_flex_hcm_profiles_core_skillItem_view_SkillItemORGANIZATION__5FCRITICALITYVO-item-response
Type: object
Show Source
Nested Schema : oracle_apps_flex_hcm_profiles_core_skillItem_view_SkillItemPERSON__5FCAREER__5FSTATEMENTVO-item-response
Type: object
Show Source
Nested Schema : oracle_apps_flex_hcm_profiles_core_skillItem_view_SkillItemPERSON__5FCATEGORYVO-item-response
Type: object
Show Source
Nested Schema : oracle_apps_flex_hcm_profiles_core_skillItem_view_SkillItemPERSON__5FCOMPONENTVO-item-response
Type: object
Show Source
Nested Schema : oracle_apps_flex_hcm_profiles_core_skillItem_view_SkillItemPERSON__5FN__5FBOX__5FASSIGNMENTVO-item-response
Type: object
Show Source
Nested Schema : oracle_apps_flex_hcm_profiles_core_skillItem_view_SkillItemPERSON__5FPERFORMANCE__5FRATINGVO-item-response
Type: object
Show Source
Nested Schema : oracle_apps_flex_hcm_profiles_core_skillItem_view_SkillItemPERSON__5FPLATFORMVO-item-response
Type: object
Show Source
Nested Schema : oracle_apps_flex_hcm_profiles_core_skillItem_view_SkillItemPERSON__5FPOTENTIALVO-item-response
Type: object
Show Source
Nested Schema : oracle_apps_flex_hcm_profiles_core_skillItem_view_SkillItemPERSON__5FPROBLEM__5FCODEVO-item-response
Type: object
Show Source
Nested Schema : oracle_apps_flex_hcm_profiles_core_skillItem_view_SkillItemPERSON__5FPRODUCTVO-item-response
Type: object
Show Source
Nested Schema : oracle_apps_flex_hcm_profiles_core_skillItem_view_SkillItemPERSON__5FPRODUCT__5FPROBLEM__5FCODEVO-item-response
Type: object
Show Source
Nested Schema : oracle_apps_flex_hcm_profiles_core_skillItem_view_SkillItemPERSON__5FREADINESSVO-item-response
Type: object
Show Source
Nested Schema : oracle_apps_flex_hcm_profiles_core_skillItem_view_SkillItemPERSON__5FRISKVO-item-response
Type: object
Show Source
Nested Schema : oracle_apps_flex_hcm_profiles_core_skillItem_view_SkillItemPERSON__5FTALENT__5FSCOREVO-item-response
Type: object
Show Source
Nested Schema : oracle_apps_flex_hcm_profiles_core_skillItem_view_SkillItemPOSITION__5FCRITICALITYVO-item-response
Type: object
Show Source
Nested Schema : talentPersonProfiles-specialProjectSections-item-response
Type: object
Show Source
Nested Schema : Special Project Items
Type: array
Title: Special Project Items
The specialProjectItems resource is the child of the specialProjectSections resource. It provides the list of the special project items within a special project section for a person.
Show Source
Nested Schema : talentPersonProfiles-specialProjectSections-specialProjectItems-item-response
Type: object
Show Source
Nested Schema : specialProjectItemsDFF
Type: array
Show Source
  • Discriminator: __FLEX_Context
    Discriminator: { "propertyName":"__FLEX_Context", "mapping":{ "JOB_CRITICALITY":"#/components/schemas/oracle_apps_flex_hcm_profiles_core_SpecialProjectItem_view_SpecialProjectItemJOB__5FCRITICALITYVO-item-response", "ORGANIZATION_CRITICALITY":"#/components/schemas/oracle_apps_flex_hcm_profiles_core_SpecialProjectItem_view_SpecialProjectItemORGANIZATION__5FCRITICALITYVO-item-response", "PERSON_CAREER_STATEMENT":"#/components/schemas/oracle_apps_flex_hcm_profiles_core_SpecialProjectItem_view_SpecialProjectItemPERSON__5FCAREER__5FSTATEMENTVO-item-response", "PERSON_CATEGORY":"#/components/schemas/oracle_apps_flex_hcm_profiles_core_SpecialProjectItem_view_SpecialProjectItemPERSON__5FCATEGORYVO-item-response", "PERSON_COMPONENT":"#/components/schemas/oracle_apps_flex_hcm_profiles_core_SpecialProjectItem_view_SpecialProjectItemPERSON__5FCOMPONENTVO-item-response", "PERSON_N_BOX_ASSIGNMENT":"#/components/schemas/oracle_apps_flex_hcm_profiles_core_SpecialProjectItem_view_SpecialProjectItemPERSON__5FN__5FBOX__5FASSIGNMENTVO-item-response", "PERSON_PERFORMANCE_RATING":"#/components/schemas/oracle_apps_flex_hcm_profiles_core_SpecialProjectItem_view_SpecialProjectItemPERSON__5FPERFORMANCE__5FRATINGVO-item-response", "PERSON_PLATFORM":"#/components/schemas/oracle_apps_flex_hcm_profiles_core_SpecialProjectItem_view_SpecialProjectItemPERSON__5FPLATFORMVO-item-response", "PERSON_POTENTIAL":"#/components/schemas/oracle_apps_flex_hcm_profiles_core_SpecialProjectItem_view_SpecialProjectItemPERSON__5FPOTENTIALVO-item-response", "PERSON_PROBLEM_CODE":"#/components/schemas/oracle_apps_flex_hcm_profiles_core_SpecialProjectItem_view_SpecialProjectItemPERSON__5FPROBLEM__5FCODEVO-item-response", "PERSON_PRODUCT":"#/components/schemas/oracle_apps_flex_hcm_profiles_core_SpecialProjectItem_view_SpecialProjectItemPERSON__5FPRODUCTVO-item-response", "PERSON_PRODUCT_PROBLEM_CODE":"#/components/schemas/oracle_apps_flex_hcm_profiles_core_SpecialProjectItem_view_SpecialProjectItemPERSON__5FPRODUCT__5FPROBLEM__5FCODEVO-item-response", "PERSON_READINESS":"#/components/schemas/oracle_apps_flex_hcm_profiles_core_SpecialProjectItem_view_SpecialProjectItemPERSON__5FREADINESSVO-item-response", "PERSON_RISK":"#/components/schemas/oracle_apps_flex_hcm_profiles_core_SpecialProjectItem_view_SpecialProjectItemPERSON__5FRISKVO-item-response", "PERSON_TALENT_SCORE":"#/components/schemas/oracle_apps_flex_hcm_profiles_core_SpecialProjectItem_view_SpecialProjectItemPERSON__5FTALENT__5FSCOREVO-item-response", "POSITION_CRITICALITY":"#/components/schemas/oracle_apps_flex_hcm_profiles_core_SpecialProjectItem_view_SpecialProjectItemPOSITION__5FCRITICALITYVO-item-response" } }
Nested Schema : Discriminator: __FLEX_Context
Type: object
Discriminator: __FLEX_Context

Discriminator Values

Match One Schema
Show Source
Nested Schema : oracle_apps_flex_hcm_profiles_core_SpecialProjectItem_view_SpecialProjectItemJOB__5FCRITICALITYVO-item-response
Type: object
Show Source
Nested Schema : oracle_apps_flex_hcm_profiles_core_SpecialProjectItem_view_SpecialProjectItemORGANIZATION__5FCRITICALITYVO-item-response
Type: object
Show Source
Nested Schema : oracle_apps_flex_hcm_profiles_core_SpecialProjectItem_view_SpecialProjectItemPERSON__5FCAREER__5FSTATEMENTVO-item-response
Type: object
Show Source
Nested Schema : oracle_apps_flex_hcm_profiles_core_SpecialProjectItem_view_SpecialProjectItemPERSON__5FCATEGORYVO-item-response
Type: object
Show Source
Nested Schema : oracle_apps_flex_hcm_profiles_core_SpecialProjectItem_view_SpecialProjectItemPERSON__5FCOMPONENTVO-item-response
Type: object
Show Source
Nested Schema : oracle_apps_flex_hcm_profiles_core_SpecialProjectItem_view_SpecialProjectItemPERSON__5FN__5FBOX__5FASSIGNMENTVO-item-response
Type: object
Show Source
Nested Schema : oracle_apps_flex_hcm_profiles_core_SpecialProjectItem_view_SpecialProjectItemPERSON__5FPERFORMANCE__5FRATINGVO-item-response
Type: object
Show Source
Nested Schema : oracle_apps_flex_hcm_profiles_core_SpecialProjectItem_view_SpecialProjectItemPERSON__5FPLATFORMVO-item-response
Type: object
Show Source
Nested Schema : oracle_apps_flex_hcm_profiles_core_SpecialProjectItem_view_SpecialProjectItemPERSON__5FPOTENTIALVO-item-response
Type: object
Show Source
Nested Schema : oracle_apps_flex_hcm_profiles_core_SpecialProjectItem_view_SpecialProjectItemPERSON__5FPROBLEM__5FCODEVO-item-response
Type: object
Show Source
Nested Schema : oracle_apps_flex_hcm_profiles_core_SpecialProjectItem_view_SpecialProjectItemPERSON__5FPRODUCTVO-item-response
Type: object
Show Source
Nested Schema : oracle_apps_flex_hcm_profiles_core_SpecialProjectItem_view_SpecialProjectItemPERSON__5FPRODUCT__5FPROBLEM__5FCODEVO-item-response
Type: object
Show Source
Nested Schema : oracle_apps_flex_hcm_profiles_core_SpecialProjectItem_view_SpecialProjectItemPERSON__5FREADINESSVO-item-response
Type: object
Show Source
Nested Schema : oracle_apps_flex_hcm_profiles_core_SpecialProjectItem_view_SpecialProjectItemPERSON__5FRISKVO-item-response
Type: object
Show Source
Nested Schema : oracle_apps_flex_hcm_profiles_core_SpecialProjectItem_view_SpecialProjectItemPERSON__5FTALENT__5FSCOREVO-item-response
Type: object
Show Source
Nested Schema : oracle_apps_flex_hcm_profiles_core_SpecialProjectItem_view_SpecialProjectItemPOSITION__5FCRITICALITYVO-item-response
Type: object
Show Source
Nested Schema : talentPersonProfiles-tags-item-response
Type: object
Show Source
Nested Schema : talentPersonProfiles-technicalPostDetailsSections-item-response
Type: object
Show Source
Nested Schema : Technical Post Details Items
Type: array
Title: Technical Post Details Items
The technicalPostDetailsItems resource is the child of the technicalPostDetailsSections resource. It provides the list of technical post details items within a technical post detail section for a person.
Show Source
Nested Schema : talentPersonProfiles-technicalPostDetailsSections-technicalPostDetailsItems-item-response
Type: object
Show Source
Nested Schema : technicalPostDetailItemsDFF
Type: array
Show Source
Nested Schema : talentPersonProfiles-technicalPostDetailsSections-technicalPostDetailsItems-technicalPostDetailItemsDFF-item-response
Type: object
Show Source
Nested Schema : talentPersonProfiles-workHistorySections-item-response
Type: object
Show Source
Nested Schema : Work History Items
Type: array
Title: Work History Items
The workHistoryItems resource is the child of the workHistorySections resource. It provides the list of the work history items within a work history section for a person.
Show Source
Nested Schema : talentPersonProfiles-workHistorySections-workHistoryItems-item-response
Type: object
Show Source
Nested Schema : workHistoryItemsDFF
Type: array
Show Source
  • Discriminator: __FLEX_Context
    Discriminator: { "propertyName":"__FLEX_Context", "mapping":{ "JOB_CRITICALITY":"#/components/schemas/oracle_apps_flex_hcm_profiles_core_prevEmploymentItem_view_PrevEmploymentItemJOB__5FCRITICALITYVO-item-response", "ORGANIZATION_CRITICALITY":"#/components/schemas/oracle_apps_flex_hcm_profiles_core_prevEmploymentItem_view_PrevEmploymentItemORGANIZATION__5FCRITICALITYVO-item-response", "PERSON_CAREER_STATEMENT":"#/components/schemas/oracle_apps_flex_hcm_profiles_core_prevEmploymentItem_view_PrevEmploymentItemPERSON__5FCAREER__5FSTATEMENTVO-item-response", "PERSON_CATEGORY":"#/components/schemas/oracle_apps_flex_hcm_profiles_core_prevEmploymentItem_view_PrevEmploymentItemPERSON__5FCATEGORYVO-item-response", "PERSON_COMPONENT":"#/components/schemas/oracle_apps_flex_hcm_profiles_core_prevEmploymentItem_view_PrevEmploymentItemPERSON__5FCOMPONENTVO-item-response", "PERSON_N_BOX_ASSIGNMENT":"#/components/schemas/oracle_apps_flex_hcm_profiles_core_prevEmploymentItem_view_PrevEmploymentItemPERSON__5FN__5FBOX__5FASSIGNMENTVO-item-response", "PERSON_PERFORMANCE_RATING":"#/components/schemas/oracle_apps_flex_hcm_profiles_core_prevEmploymentItem_view_PrevEmploymentItemPERSON__5FPERFORMANCE__5FRATINGVO-item-response", "PERSON_PLATFORM":"#/components/schemas/oracle_apps_flex_hcm_profiles_core_prevEmploymentItem_view_PrevEmploymentItemPERSON__5FPLATFORMVO-item-response", "PERSON_POTENTIAL":"#/components/schemas/oracle_apps_flex_hcm_profiles_core_prevEmploymentItem_view_PrevEmploymentItemPERSON__5FPOTENTIALVO-item-response", "PERSON_PROBLEM_CODE":"#/components/schemas/oracle_apps_flex_hcm_profiles_core_prevEmploymentItem_view_PrevEmploymentItemPERSON__5FPROBLEM__5FCODEVO-item-response", "PERSON_PRODUCT":"#/components/schemas/oracle_apps_flex_hcm_profiles_core_prevEmploymentItem_view_PrevEmploymentItemPERSON__5FPRODUCTVO-item-response", "PERSON_PRODUCT_PROBLEM_CODE":"#/components/schemas/oracle_apps_flex_hcm_profiles_core_prevEmploymentItem_view_PrevEmploymentItemPERSON__5FPRODUCT__5FPROBLEM__5FCODEVO-item-response", "PERSON_READINESS":"#/components/schemas/oracle_apps_flex_hcm_profiles_core_prevEmploymentItem_view_PrevEmploymentItemPERSON__5FREADINESSVO-item-response", "PERSON_RISK":"#/components/schemas/oracle_apps_flex_hcm_profiles_core_prevEmploymentItem_view_PrevEmploymentItemPERSON__5FRISKVO-item-response", "PERSON_TALENT_SCORE":"#/components/schemas/oracle_apps_flex_hcm_profiles_core_prevEmploymentItem_view_PrevEmploymentItemPERSON__5FTALENT__5FSCOREVO-item-response", "POSITION_CRITICALITY":"#/components/schemas/oracle_apps_flex_hcm_profiles_core_prevEmploymentItem_view_PrevEmploymentItemPOSITION__5FCRITICALITYVO-item-response" } }
Nested Schema : Discriminator: __FLEX_Context
Type: object
Discriminator: __FLEX_Context

Discriminator Values

Match One Schema
Show Source
Nested Schema : oracle_apps_flex_hcm_profiles_core_prevEmploymentItem_view_PrevEmploymentItemJOB__5FCRITICALITYVO-item-response
Type: object
Show Source
Nested Schema : oracle_apps_flex_hcm_profiles_core_prevEmploymentItem_view_PrevEmploymentItemORGANIZATION__5FCRITICALITYVO-item-response
Type: object
Show Source
Nested Schema : oracle_apps_flex_hcm_profiles_core_prevEmploymentItem_view_PrevEmploymentItemPERSON__5FCAREER__5FSTATEMENTVO-item-response
Type: object
Show Source
Nested Schema : oracle_apps_flex_hcm_profiles_core_prevEmploymentItem_view_PrevEmploymentItemPERSON__5FCATEGORYVO-item-response
Type: object
Show Source
Nested Schema : oracle_apps_flex_hcm_profiles_core_prevEmploymentItem_view_PrevEmploymentItemPERSON__5FCOMPONENTVO-item-response
Type: object
Show Source
Nested Schema : oracle_apps_flex_hcm_profiles_core_prevEmploymentItem_view_PrevEmploymentItemPERSON__5FN__5FBOX__5FASSIGNMENTVO-item-response
Type: object
Show Source
Nested Schema : oracle_apps_flex_hcm_profiles_core_prevEmploymentItem_view_PrevEmploymentItemPERSON__5FPERFORMANCE__5FRATINGVO-item-response
Type: object
Show Source
Nested Schema : oracle_apps_flex_hcm_profiles_core_prevEmploymentItem_view_PrevEmploymentItemPERSON__5FPLATFORMVO-item-response
Type: object
Show Source
Nested Schema : oracle_apps_flex_hcm_profiles_core_prevEmploymentItem_view_PrevEmploymentItemPERSON__5FPOTENTIALVO-item-response
Type: object
Show Source
Nested Schema : oracle_apps_flex_hcm_profiles_core_prevEmploymentItem_view_PrevEmploymentItemPERSON__5FPROBLEM__5FCODEVO-item-response
Type: object
Show Source
Nested Schema : oracle_apps_flex_hcm_profiles_core_prevEmploymentItem_view_PrevEmploymentItemPERSON__5FPRODUCTVO-item-response
Type: object
Show Source
Nested Schema : oracle_apps_flex_hcm_profiles_core_prevEmploymentItem_view_PrevEmploymentItemPERSON__5FPRODUCT__5FPROBLEM__5FCODEVO-item-response
Type: object
Show Source
Nested Schema : oracle_apps_flex_hcm_profiles_core_prevEmploymentItem_view_PrevEmploymentItemPERSON__5FREADINESSVO-item-response
Type: object
Show Source
Nested Schema : oracle_apps_flex_hcm_profiles_core_prevEmploymentItem_view_PrevEmploymentItemPERSON__5FRISKVO-item-response
Type: object
Show Source
Nested Schema : oracle_apps_flex_hcm_profiles_core_prevEmploymentItem_view_PrevEmploymentItemPERSON__5FTALENT__5FSCOREVO-item-response
Type: object
Show Source
Nested Schema : oracle_apps_flex_hcm_profiles_core_prevEmploymentItem_view_PrevEmploymentItemPOSITION__5FCRITICALITYVO-item-response
Type: object
Show Source
Nested Schema : talentPersonProfiles-workPreferenceSections-item-response
Type: object
Show Source
Nested Schema : Work Preference Items
Type: array
Title: Work Preference Items
The workPreferenceItems resource is the child of the workPreferenceSections resource. It provides the list of the work preference items within a work preference section for a person.
Show Source
Nested Schema : talentPersonProfiles-workPreferenceSections-workPreferenceItems-item-response
Type: object
Show Source
Nested Schema : workPreferenceItemsDFF
Type: array
Show Source
  • 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 : Discriminator: __FLEX_Context
Type: object
Discriminator: __FLEX_Context

Discriminator Values

Match One Schema
Show Source
Nested Schema : oracle_apps_flex_hcm_profiles_core_WorkPreferenceItem_view_WorkPreferenceItemJOB__5FCRITICALITYVO-item-response
Type: object
Show Source
Nested Schema : oracle_apps_flex_hcm_profiles_core_WorkPreferenceItem_view_WorkPreferenceItemORGANIZATION__5FCRITICALITYVO-item-response
Type: object
Show Source
Nested Schema : oracle_apps_flex_hcm_profiles_core_WorkPreferenceItem_view_WorkPreferenceItemPERSON__5FCAREER__5FSTATEMENTVO-item-response
Type: object
Show Source
Nested Schema : oracle_apps_flex_hcm_profiles_core_WorkPreferenceItem_view_WorkPreferenceItemPERSON__5FCATEGORYVO-item-response
Type: object
Show Source
Nested Schema : oracle_apps_flex_hcm_profiles_core_WorkPreferenceItem_view_WorkPreferenceItemPERSON__5FCOMPONENTVO-item-response
Type: object
Show Source
Nested Schema : oracle_apps_flex_hcm_profiles_core_WorkPreferenceItem_view_WorkPreferenceItemPERSON__5FN__5FBOX__5FASSIGNMENTVO-item-response
Type: object
Show Source
Nested Schema : oracle_apps_flex_hcm_profiles_core_WorkPreferenceItem_view_WorkPreferenceItemPERSON__5FPERFORMANCE__5FRATINGVO-item-response
Type: object
Show Source
Nested Schema : oracle_apps_flex_hcm_profiles_core_WorkPreferenceItem_view_WorkPreferenceItemPERSON__5FPLATFORMVO-item-response
Type: object
Show Source
Nested Schema : oracle_apps_flex_hcm_profiles_core_WorkPreferenceItem_view_WorkPreferenceItemPERSON__5FPOTENTIALVO-item-response
Type: object
Show Source
Nested Schema : oracle_apps_flex_hcm_profiles_core_WorkPreferenceItem_view_WorkPreferenceItemPERSON__5FPROBLEM__5FCODEVO-item-response
Type: object
Show Source
Nested Schema : oracle_apps_flex_hcm_profiles_core_WorkPreferenceItem_view_WorkPreferenceItemPERSON__5FPRODUCTVO-item-response
Type: object
Show Source
Nested Schema : oracle_apps_flex_hcm_profiles_core_WorkPreferenceItem_view_WorkPreferenceItemPERSON__5FPRODUCT__5FPROBLEM__5FCODEVO-item-response
Type: object
Show Source
Nested Schema : oracle_apps_flex_hcm_profiles_core_WorkPreferenceItem_view_WorkPreferenceItemPERSON__5FREADINESSVO-item-response
Type: object
Show Source
Nested Schema : oracle_apps_flex_hcm_profiles_core_WorkPreferenceItem_view_WorkPreferenceItemPERSON__5FRISKVO-item-response
Type: object
Show Source
Nested Schema : oracle_apps_flex_hcm_profiles_core_WorkPreferenceItem_view_WorkPreferenceItemPERSON__5FTALENT__5FSCOREVO-item-response
Type: object
Show Source
Nested Schema : oracle_apps_flex_hcm_profiles_core_WorkPreferenceItem_view_WorkPreferenceItemPOSITION__5FCRITICALITYVO-item-response
Type: object
Show Source
Back to Top