Get all person profiles
get
/hcmRestApi/resources/11.13.18.05/talentPersonProfiles
Request
Query Parameters
-
effectiveDate: string
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
-
expand: string
When this parameter is provided, the specified children are included in the resource payload (instead of just a link). The value of this query parameter is "all" or "". More than one child can be specified using comma as a separator. Example: ?expand=Employees,Localizations. Nested children can also be provided following the format "Child.NestedChild" (Example: ?expand=Employees.Managers). If a nested child is provided (Example: Employees.Managers), the missing children will be processed implicitly. For example, "?expand=Employees.Managers" is the same as "?expand=Employees,Employees.Managers" (which will expand Employees and Managers).
-
fields: string
This parameter filters the resource fields. Only the specified fields are returned, which means that if no fields are specified, no fields are returned (useful to get only the links). If an indirect child resource is provided (Example: Employees.Managers), the missing children will be processed implicitly. For example, "?fields=Employees.Managers:Empname" is the same as "?fields=;Employees:;Employees.Managers:Empname" (which will only return the "Empname" field for Managers). the value of this query parameter is a list of resource fields. The attribute can be a direct (Example: Employees) or indirect (Example: Employees.Managers) child. It cannot be combined with expand query parameter. If both are provided, only fields will be considered.
Format: ?fields=Attribute1,Attribute2
Format for fields in child resource: ?fields=Accessor1:Attribute1,Attribute2 -
finder: string
Used as a predefined finder to search the collection.
Format ?finder=<finderName>;<variableName>=<variableValue>,<variableName2>=<variableValue2>
The following are the available finder names and corresponding finder variables- PrimaryKey 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;
- PrimaryKey Surrogate identifier for the person profile.
-
limit: integer
This parameter restricts the number of resources returned inside the resource collection. If the limit exceeds the resource count then the framework will only return the available resources.
-
links: string
This parameter can be used to show only certain links while accessing a singular resource or a resource collection. The parameter value format is a comma-separated list of : <link_relation>
Example:
self,canonical -
offset: integer
Used to define the starting position of the resource collection. If offset exceeds the resource count then no resources are returned. Default value is 0.
-
onlyData: boolean
The resource item payload will be filtered in order to contain only data (no links section, for example).
-
orderBy: string
This parameter orders a resource collection based on the specified fields. The parameter value is a comma-separated string of attribute names, each optionally followed by a colon and "asc" or "desc". Specify "asc" for ascending and "desc" for descending. The default value is "asc". For example, ?orderBy=field1:asc,field2:desc
-
q: string
This query parameter defines the where clause. The resource collection will be queried using the provided expressions. The value of this query parameter is one or more expressions. Example: ?q=Deptno>=10 and <= 30;Loc!=NY
Format: ?q=expression1;expression2
You can use these queryable attributes to filter this collection resource using the q query parameter:- 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.
-
totalResults: boolean
The resource collection representation will include the "estimated row count" when "?totalResults=true", otherwise the count is not included. The default value is "false".
Header Parameters
-
Effective-Of: string
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. -
Metadata-Context: string
If the REST API supports runtime customizations, the shape of the service may change during runtime. The REST client may isolate itself from these changes or choose to interact with the latest version of the API by specifying this header. For example: Metadata-Context:sandbox="TrackEmployeeFeature".
-
REST-Framework-Version: string
The protocol version between a REST client and service. If the client does not specify this header in the request the server will pick a default version for the API.
There's no request body for this operation.
Back to TopResponse
Supported Media Types
- application/json
Default Response
The following table describes the default response for this task.
Headers
-
Metadata-Context:
If the REST API supports runtime customizations, the shape of the service may change during runtime. The REST client may isolate itself from these changes or choose to interact with the latest version of the API by specifying this header. For example: Metadata-Context:sandbox="TrackEmployeeFeature".
-
REST-Framework-Version:
The protocol version between a REST client and service. If the client does not specify this header in the request the server will pick a default version for the API.
Root Schema : talentPersonProfiles
Type:
Show Source
object-
count(required): integer
The number of resource instances returned in the current range.
-
hasMore(required): boolean
Indicates whether more resources are available on the server than the subset returned in the response. If the value is true, then there are more resources to retrieve from the server. The default value is false.
-
items: array
Items
Title:
ItemsThe items in the collection. -
limit(required): integer
The actual paging size used by the server.
-
links(required): array
Links
Title:
LinksThe link relations associated with the resource instance. -
offset(required): integer
The offset value used in the current page.
-
totalResults: integer
The estimated row count when "?totalResults=true", otherwise the count is not included.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : talentPersonProfiles-item-response
Type:
Show Source
object-
accomplishmentSections: array
Accomplishment Sections
Title:
Accomplishment SectionsThe accomplishmentSections resource is the child of the talentPersonProfiles resource. It provides the list of secured accomplishment sections for a person. -
areaOfStudySections: array
Area of Study Sections
Title:
Area of Study SectionsThe areaOfStudySections resource is the child of the talentPersonProfiles resource. It provides the list of secured area of study sections for a person. -
areasOfExpertise: array
Areas of Expertise
Title:
Areas of ExpertiseThe areasOfExpertise resource is the child of the talentPersonProfiles resource. It provides the list of expertise items for a person. -
areasOfInterest: array
Areas of Interest
Title:
Areas of InterestThe areasOfInterest resource is the child of the talentPersonProfiles resource. It provides the list of interests for a person. -
attachments: array
Attachments
Title:
AttachmentsThe attachments resource is a child of talentPersonProfiles resource. It provides all the attachments for a worker profile. -
CareerAmbassadorFlag: boolean
Title:
Career AmbassadorMaximum Length:30Indicates whether the person is a career ambassador or not. Valid values are true and false. The default value is false. -
CareerAmbassadorSummary: string
Title:
Career Ambassador SummaryMaximum Length:4000Summary of why the person wants to enroll as a career ambassador. -
careerPreferenceSections: array
Career Preference Sections
Title:
Career Preference SectionsThe careerPreferenceSections resource is the child of the talentPersonProfiles resource. It provides the list of secured career preference sections for a person. -
careersOfInterest: array
Careers of Interest
Title:
Careers of InterestThe careersOfInterest resource includes a list of all the careers of interest associated with a person. -
careerStatements: array
Career Statements
Title:
Career StatementsThe careerStatements resource includes the career statement associated with a person. -
certificationSections: array
Certification Sections
Title:
Certification SectionsThe certificationSections resource is the child of the talentPersonProfiles resource. It provides the list of the secured certification sections for a person. -
competencySections: array
Competency Sections
Title:
Competency SectionsThe competencySections resource is the child of the talentPersonProfiles resource. It provides the list of the secured competency sections for a person. -
CreatedBy: string
Read Only:
trueMaximum Length:64User who created the profile. -
CreationDate: string
(date-time)
Read Only:
trueDate and time when the profile was created. -
DisplayName: string
Title:
NameRead Only:trueMaximum Length:240Display name for the person. -
educationLvlSections: array
Education Level Sections
Title:
Education Level SectionsThe educationLvlSections resource is the child of the talentPersonProfiles resource. It provides the list of secured education level sections for a person. -
educationSections: array
Education Sections
Title:
Education SectionsThe educationSections resource is the child of the talentPersonProfiles resource. It provides the list of the secured education sections for a person. -
favoriteLinks: array
Favorite Links
Title:
Favorite LinksThe favoriteLinks resource is the child of the talentPersonProfiles resource. It provides the favorite links for a person. -
highestEducationLvlSections: array
Highest Education Level Sections
Title:
Highest Education Level SectionsThe highestEducationLvlSections resource is the child of the talentPersonProfiles resource. It provides the list of secured highest education level sections for a person. -
honorSections: array
Honor Sections
Title:
Honor SectionsThe honorSections resource is the child of the talentPersonProfiles resource. It provides the list of the secured honor sections for a person. -
languageSections: array
Language Sections
Title:
Language SectionsThe languageSections resource is the child of the talentPersonProfiles resource. It provides the list of the secured language sections for a person. -
LastUpdateDate: string
(date-time)
Read Only:
trueDate and time when the profile was last updated. -
LastUpdatedBy: string
Read Only:
trueMaximum Length:64User who last updated the profile. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
membershipSections: array
Membership Sections
Title:
Membership SectionsThe membershipSections resource is the child of the talentPersonProfiles resource. It provides the list of secured membership sections for a person. -
PersonId: integer
(int64)
Title:
PersonSurrogate identifier for the person. -
PersonNumber: string
Title:
Person NumberMaximum Length:30Unique number assigned to a person. -
ProfileCode: string
Title:
Profile CodeRead Only:trueMaximum Length:30Code assigned to a person profile to identify the profile uniquely. -
ProfileId: integer
(int64)
Read Only:
trueSurrogate identifier for the person profile. -
publicSkills: array
Public Skills
Title:
Public SkillsThe 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. -
skillSections: array
Skill Sections
Title:
Skill SectionsThe skillSections resource is the child of the talentPersonProfiles resource. It provides the list of the secured skill sections for a person. -
specialProjectSections: array
Special Project Sections
Title:
Special Project SectionsThe specialProjectSections resource is the child of the talentPersonProfiles resource. It provides the list of the secured special project sections for a person. -
StatusCode: string
Maximum Length:
8Unsupported attribute. Don't use it in your transactions. -
Summary: string
Title:
DescriptionMaximum Length:4000Summary of a person profile. -
tags: array
Tags
Title:
TagsThe tags resource is the child of the talentPersonProfiles resource. It provides the list of the tags associated with a person profile. -
technicalPostDetailsSections: array
Technical Post Details Sections
Title:
Technical Post Details SectionsThe technicalPostDetailsSections resource is the child of the talentPersonProfiles resource. It provides the list of secured technical post details sections for a person. -
workHistorySections: array
Work History Sections
Title:
Work History SectionsThe workHistorySections resource is the child of the talentPersonProfiles resource. It provides the list of the secured work history sections for a person. -
workPreferenceSections: array
Work Preference Sections
Title:
Work Preference SectionsThe workPreferenceSections resource is the child of the talentPersonProfiles resource. It provides the list of the secured work preference sections for a person.
Nested Schema : Accomplishment Sections
Type:
arrayTitle:
Accomplishment SectionsThe 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:
arrayTitle:
Area of Study SectionsThe 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:
arrayTitle:
Areas of ExpertiseThe 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:
arrayTitle:
Areas of InterestThe areasOfInterest resource is the child of the talentPersonProfiles resource. It provides the list of interests for a person.
Show Source
Nested Schema : Attachments
Type:
arrayTitle:
AttachmentsThe 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:
arrayTitle:
Career Preference SectionsThe 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:
arrayTitle:
Careers of InterestThe careersOfInterest resource includes a list of all the careers of interest associated with a person.
Show Source
Nested Schema : Career Statements
Type:
arrayTitle:
Career StatementsThe careerStatements resource includes the career statement associated with a person.
Show Source
Nested Schema : Certification Sections
Type:
arrayTitle:
Certification SectionsThe 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:
arrayTitle:
Competency SectionsThe 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:
arrayTitle:
Education Level SectionsThe 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:
arrayTitle:
Education SectionsThe 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 : Favorite Links
Type:
arrayTitle:
Favorite LinksThe favoriteLinks resource is the child of the talentPersonProfiles resource. It provides the favorite links for a person.
Show Source
Nested Schema : Highest Education Level Sections
Type:
arrayTitle:
Highest Education Level SectionsThe 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:
arrayTitle:
Honor SectionsThe 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:
arrayTitle:
Language SectionsThe 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 : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : Membership Sections
Type:
arrayTitle:
Membership SectionsThe 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:
arrayTitle:
Public SkillsThe 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:
arrayTitle:
Skill SectionsThe 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:
arrayTitle:
Special Project SectionsThe 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 : Technical Post Details Sections
Type:
arrayTitle:
Technical Post Details SectionsThe 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:
arrayTitle:
Work History SectionsThe 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:
arrayTitle:
Work Preference SectionsThe 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:
Show Source
object-
accomplishmentItems: array
Accomplishment Items
Title:
Accomplishment ItemsThe accomplishmentItems resource is the child of the accomplishmentSections resource. It provides the list of accomplishment items within an accomplishment section for a person. -
CreatedBy: string
Title:
Created ByRead Only:trueMaximum Length:64User who created the content section. -
CreationDate: string
(date-time)
Title:
Creation DateRead Only:trueDate and time when the content section was created. -
LastUpdateDate: string
(date-time)
Title:
Last Update DateRead Only:trueDate and time when the content section was last updated. -
LastUpdatedBy: string
Title:
Last Updated ByRead Only:trueMaximum Length:64User who last updated the content section. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
ProfileSectionId: integer
(int64)
Title:
Profile Section IDRead Only:trueUnique identifier of the content section associated with the profile. -
SectionContext: string
Title:
Section ContextMaximum Length:300Code of the content section. Valid values are defined in the profileTypeSectionsLOV. -
SectionId: integer
(int64)
Title:
Section IDUnique identifier of the content section. -
SectionName: string
Title:
Section NameRead Only:trueMaximum Length:240Name of the section. Valid values are defined in the profileTypeSectionsLOV.
Nested Schema : Accomplishment Items
Type:
arrayTitle:
Accomplishment ItemsThe 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 : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : talentPersonProfiles-accomplishmentSections-accomplishmentItems-item-response
Type:
Show Source
object-
Accomplishment: string
Title:
AccomplishmentMaximum Length:240Accomplishment of a person. -
AccomplishmentId: integer
(int64)
Title:
Accomplishment IDRead Only:trueSurrogate identifier for the person accomplishment. -
accomplishmentItemsDFF: array
accomplishmentItemsDFF
-
AccomplishmentLocation: string
Title:
Accomplishment LocationMaximum Length:240Location of the accomplishment of a person. -
AccomplishmentType: string
Title:
Type of Accomplishment CodeMaximum Length:30Type of accomplishment, such as proficiency or performance. Valid values are defined in the commonLookupsLOV. -
AccomplishmentTypeMeaning: string
Title:
Type of AccomplishmentMaximum Length:255Meaning of the accomplishment type. -
AuthorOrInventor: string
Title:
Authors or InventorsMaximum Length:240Author or inventor of the accomplishment. -
Comments: string
(byte)
Title:
CommentsComments on the accomplishment. -
CreatedBy: string
Title:
Created ByRead Only:trueMaximum Length:64User who created the content item. -
CreationDate: string
(date-time)
Title:
Creation DateRead Only:trueDate and time when the content item was created. -
DateAccomplished: string
(date)
Title:
Date AccomplishedDate on which the accomplishment was achieved. -
Description: string
(byte)
Title:
DescriptionDescription of the accomplishment. -
Establishment: string
Title:
EstablishmentName of the establishment. Valid values are defined in the contentItemsLov. -
EstablishmentId: integer
(int64)
Title:
Establishment IDUnique identifier of the establishment. -
ExpirationDate: string
(date)
Title:
Expiration DateDate on which the accomplishment expires. -
LastUpdateDate: string
(date-time)
Title:
Last Update DateRead Only:trueDate and time when the content item was last updated. -
LastUpdatedBy: string
Title:
Last Updated ByRead Only:trueMaximum Length:64User who last updated the content item. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
Organization: string
Title:
OrganizationMaximum Length:240Name of the organization. -
OtherEstablishment: string
Title:
Other EstablishmentMaximum Length:2000Name of the other establishment. -
PatentIssued: string
Title:
Patent IssuedMaximum Length:30Indicates whether the patent is issued. Valid values are Y and N. Valid values are defined in the commonLookupsLOV. -
PatentIssuedMeaning: string
Title:
Patent IssuedMaximum Length:255Represent whether any patent was issued for the accomplishment item. -
PatentOrApplicationNumber: string
Title:
Patent or Application NumberMaximum Length:240Patent or application number associated with the accomplishment. -
PatentPending: string
Title:
Patent PendingMaximum Length:30Indicates whether the patent is pending approval. Valid values are Y and N. Valid values are defined in the commonLookupsLOV. -
PatentPendingMeaning: string
Title:
Patent PendingMaximum Length:255Represent whether any patent is pending for the accomplishment item. -
PatentURL: string
Title:
Patent or Publication URLMaximum Length:2000URL that directs to the patent. -
PrimaryAuthor: string
Title:
Primary AuthorMaximum Length:30Primary author of the accomplishment. Valid values are Y and N. Valid values are defined in the commonLookupsLOV. -
PrimaryAuthorMeaning: string
Title:
Primary AuthorMaximum Length:255Represent whether user is a primary author. -
ProfileId: integer
(int64)
Surrogate identifier for the person profile.
-
PublisherOrPublication: string
Title:
Publisher or PublicationMaximum Length:240Publisher or publication of the accomplishment. -
RelatedItemFlag: boolean
Title:
Related ItemMaximum Length:30Attribute specific to learning outcome. Indicates whether the accomplishment 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.
-
Source: string
Title:
SourceRead Only:trueMaximum Length:255Default Value:Talent ProfileSource of the accomplishment item. -
SourceType: string
Maximum Length:
30Code representing the source of accomplishment item.
Nested Schema : accomplishmentItemsDFF
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_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 : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
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_accomplishmentItem_view_AccomplishmentItemJOB__5FCRITICALITYVO-item-response
-
ORGANIZATION_CRITICALITY -
object
oracle_apps_flex_hcm_profiles_core_accomplishmentItem_view_AccomplishmentItemORGANIZATION__5FCRITICALITYVO-item-response
-
PERSON_CAREER_STATEMENT -
object
oracle_apps_flex_hcm_profiles_core_accomplishmentItem_view_AccomplishmentItemPERSON__5FCAREER__5FSTATEMENTVO-item-response
-
PERSON_CATEGORY -
object
oracle_apps_flex_hcm_profiles_core_accomplishmentItem_view_AccomplishmentItemPERSON__5FCATEGORYVO-item-response
-
PERSON_COMPONENT -
object
oracle_apps_flex_hcm_profiles_core_accomplishmentItem_view_AccomplishmentItemPERSON__5FCOMPONENTVO-item-response
-
PERSON_N_BOX_ASSIGNMENT -
object
oracle_apps_flex_hcm_profiles_core_accomplishmentItem_view_AccomplishmentItemPERSON__5FN__5FBOX__5FASSIGNMENTVO-item-response
-
PERSON_PERFORMANCE_RATING -
object
oracle_apps_flex_hcm_profiles_core_accomplishmentItem_view_AccomplishmentItemPERSON__5FPERFORMANCE__5FRATINGVO-item-response
-
PERSON_PLATFORM -
object
oracle_apps_flex_hcm_profiles_core_accomplishmentItem_view_AccomplishmentItemPERSON__5FPLATFORMVO-item-response
-
PERSON_POTENTIAL -
object
oracle_apps_flex_hcm_profiles_core_accomplishmentItem_view_AccomplishmentItemPERSON__5FPOTENTIALVO-item-response
-
PERSON_PROBLEM_CODE -
object
oracle_apps_flex_hcm_profiles_core_accomplishmentItem_view_AccomplishmentItemPERSON__5FPROBLEM__5FCODEVO-item-response
-
PERSON_PRODUCT -
object
oracle_apps_flex_hcm_profiles_core_accomplishmentItem_view_AccomplishmentItemPERSON__5FPRODUCTVO-item-response
-
PERSON_PRODUCT_PROBLEM_CODE -
object
oracle_apps_flex_hcm_profiles_core_accomplishmentItem_view_AccomplishmentItemPERSON__5FPRODUCT__5FPROBLEM__5FCODEVO-item-response
-
PERSON_READINESS -
object
oracle_apps_flex_hcm_profiles_core_accomplishmentItem_view_AccomplishmentItemPERSON__5FREADINESSVO-item-response
-
PERSON_RISK -
object
oracle_apps_flex_hcm_profiles_core_accomplishmentItem_view_AccomplishmentItemPERSON__5FRISKVO-item-response
-
PERSON_TALENT_SCORE -
object
oracle_apps_flex_hcm_profiles_core_accomplishmentItem_view_AccomplishmentItemPERSON__5FTALENT__5FSCOREVO-item-response
-
POSITION_CRITICALITY -
object
oracle_apps_flex_hcm_profiles_core_accomplishmentItem_view_AccomplishmentItemPOSITION__5FCRITICALITYVO-item-response
Nested Schema : oracle_apps_flex_hcm_profiles_core_accomplishmentItem_view_AccomplishmentItemJOB__5FCRITICALITYVO-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context ValueMaximum Length:80Default Value:JOB_CRITICALITYContext Value -
__FLEX_Context_DisplayValue: string
Title:
Context ValueContext Value -
AccomplishmentId: integer
(int64)
-
links: array
Links
Title:
LinksThe link relations associated with the resource instance.
Nested Schema : oracle_apps_flex_hcm_profiles_core_accomplishmentItem_view_AccomplishmentItemORGANIZATION__5FCRITICALITYVO-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context ValueMaximum Length:80Default Value:ORGANIZATION_CRITICALITYContext Value -
__FLEX_Context_DisplayValue: string
Title:
Context ValueContext Value -
AccomplishmentId: integer
(int64)
-
links: array
Links
Title:
LinksThe link relations associated with the resource instance.
Nested Schema : oracle_apps_flex_hcm_profiles_core_accomplishmentItem_view_AccomplishmentItemPERSON__5FCAREER__5FSTATEMENTVO-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context ValueMaximum Length:80Default Value:PERSON_CAREER_STATEMENTContext Value -
__FLEX_Context_DisplayValue: string
Title:
Context ValueContext Value -
AccomplishmentId: integer
(int64)
-
links: array
Links
Title:
LinksThe link relations associated with the resource instance.
Nested Schema : oracle_apps_flex_hcm_profiles_core_accomplishmentItem_view_AccomplishmentItemPERSON__5FCATEGORYVO-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context ValueMaximum Length:80Default Value:PERSON_CATEGORYContext Value -
__FLEX_Context_DisplayValue: string
Title:
Context ValueContext Value -
AccomplishmentId: integer
(int64)
-
links: array
Links
Title:
LinksThe link relations associated with the resource instance.
Nested Schema : oracle_apps_flex_hcm_profiles_core_accomplishmentItem_view_AccomplishmentItemPERSON__5FCOMPONENTVO-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context ValueMaximum Length:80Default Value:PERSON_COMPONENTContext Value -
__FLEX_Context_DisplayValue: string
Title:
Context ValueContext Value -
AccomplishmentId: integer
(int64)
-
links: array
Links
Title:
LinksThe link relations associated with the resource instance.
Nested Schema : oracle_apps_flex_hcm_profiles_core_accomplishmentItem_view_AccomplishmentItemPERSON__5FN__5FBOX__5FASSIGNMENTVO-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context ValueMaximum Length:80Default Value:PERSON_N_BOX_ASSIGNMENTContext Value -
__FLEX_Context_DisplayValue: string
Title:
Context ValueContext Value -
AccomplishmentId: integer
(int64)
-
links: array
Links
Title:
LinksThe link relations associated with the resource instance.
Nested Schema : oracle_apps_flex_hcm_profiles_core_accomplishmentItem_view_AccomplishmentItemPERSON__5FPERFORMANCE__5FRATINGVO-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context ValueMaximum Length:80Default Value:PERSON_PERFORMANCE_RATINGContext Value -
__FLEX_Context_DisplayValue: string
Title:
Context ValueContext Value -
AccomplishmentId: integer
(int64)
-
links: array
Links
Title:
LinksThe link relations associated with the resource instance.
Nested Schema : oracle_apps_flex_hcm_profiles_core_accomplishmentItem_view_AccomplishmentItemPERSON__5FPLATFORMVO-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context ValueMaximum Length:80Default Value:PERSON_PLATFORMContext Value -
__FLEX_Context_DisplayValue: string
Title:
Context ValueContext Value -
AccomplishmentId: integer
(int64)
-
links: array
Links
Title:
LinksThe link relations associated with the resource instance.
Nested Schema : oracle_apps_flex_hcm_profiles_core_accomplishmentItem_view_AccomplishmentItemPERSON__5FPOTENTIALVO-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context ValueMaximum Length:80Default Value:PERSON_POTENTIALContext Value -
__FLEX_Context_DisplayValue: string
Title:
Context ValueContext Value -
AccomplishmentId: integer
(int64)
-
links: array
Links
Title:
LinksThe link relations associated with the resource instance.
Nested Schema : oracle_apps_flex_hcm_profiles_core_accomplishmentItem_view_AccomplishmentItemPERSON__5FPROBLEM__5FCODEVO-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context ValueMaximum Length:80Default Value:PERSON_PROBLEM_CODEContext Value -
__FLEX_Context_DisplayValue: string
Title:
Context ValueContext Value -
AccomplishmentId: integer
(int64)
-
links: array
Links
Title:
LinksThe link relations associated with the resource instance.
Nested Schema : oracle_apps_flex_hcm_profiles_core_accomplishmentItem_view_AccomplishmentItemPERSON__5FPRODUCTVO-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context ValueMaximum Length:80Default Value:PERSON_PRODUCTContext Value -
__FLEX_Context_DisplayValue: string
Title:
Context ValueContext Value -
AccomplishmentId: integer
(int64)
-
links: array
Links
Title:
LinksThe link relations associated with the resource instance.
Nested Schema : oracle_apps_flex_hcm_profiles_core_accomplishmentItem_view_AccomplishmentItemPERSON__5FPRODUCT__5FPROBLEM__5FCODEVO-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context ValueMaximum Length:80Default Value:PERSON_PRODUCT_PROBLEM_CODEContext Value -
__FLEX_Context_DisplayValue: string
Title:
Context ValueContext Value -
AccomplishmentId: integer
(int64)
-
links: array
Links
Title:
LinksThe link relations associated with the resource instance.
Nested Schema : oracle_apps_flex_hcm_profiles_core_accomplishmentItem_view_AccomplishmentItemPERSON__5FREADINESSVO-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context ValueMaximum Length:80Default Value:PERSON_READINESSContext Value -
__FLEX_Context_DisplayValue: string
Title:
Context ValueContext Value -
AccomplishmentId: integer
(int64)
-
links: array
Links
Title:
LinksThe link relations associated with the resource instance.
Nested Schema : oracle_apps_flex_hcm_profiles_core_accomplishmentItem_view_AccomplishmentItemPERSON__5FRISKVO-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context ValueMaximum Length:80Default Value:PERSON_RISKContext Value -
__FLEX_Context_DisplayValue: string
Title:
Context ValueContext Value -
AccomplishmentId: integer
(int64)
-
links: array
Links
Title:
LinksThe link relations associated with the resource instance.
Nested Schema : oracle_apps_flex_hcm_profiles_core_accomplishmentItem_view_AccomplishmentItemPERSON__5FTALENT__5FSCOREVO-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context ValueMaximum Length:80Default Value:PERSON_TALENT_SCOREContext Value -
__FLEX_Context_DisplayValue: string
Title:
Context ValueContext Value -
AccomplishmentId: integer
(int64)
-
links: array
Links
Title:
LinksThe link relations associated with the resource instance.
Nested Schema : oracle_apps_flex_hcm_profiles_core_accomplishmentItem_view_AccomplishmentItemPOSITION__5FCRITICALITYVO-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context ValueMaximum Length:80Default Value:POSITION_CRITICALITYContext Value -
__FLEX_Context_DisplayValue: string
Title:
Context ValueContext Value -
AccomplishmentId: integer
(int64)
-
links: array
Links
Title:
LinksThe link relations associated with the resource instance.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : link
Type:
Show Source
object-
href: string
Title:
hyperlink referenceThe URI to the related resource. -
kind: string
Title:
kindAllowed Values:[ "collection", "item", "describe", "other" ]The kind of the related resource. -
name: string
Title:
nameThe name of the link to the related resource. -
properties: object
properties
-
rel: string
Title:
relationAllowed Values:[ "self", "lov", "parent", "canonical", "child", "enclosure", "action", "custom" ]The name of the relation to the resource instance. Example: self.
Nested Schema : properties
Type:
Show Source
object-
changeIndicator: string
Change indicator or the ETag value of the resource instance.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : talentPersonProfiles-areaOfStudySections-item-response
Type:
Show Source
object-
areaOfStudyItems: array
Area of Study Items
Title:
Area of Study ItemsThe 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. -
CreatedBy: string
Title:
Created ByRead Only:trueMaximum Length:64User who created the area of study section. -
CreationDate: string
(date-time)
Title:
Creation DateRead Only:trueDate and time when the area of study section was created. -
LastUpdateDate: string
(date-time)
Title:
Last Update DateRead Only:trueDate and time when the area of study section was last updated. -
LastUpdatedBy: string
Title:
Last Updated ByRead Only:trueMaximum Length:64User who last updated the area of study section. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
ProfileSectionId: integer
(int64)
Title:
Profile Section IDUnique identifier of the area of study section associated with the profile. -
SectionContext: string
Title:
Section ContextMaximum Length:300Code of the area of study section. Valid values are defined in the profileTypeSectionsLOV. -
SectionId: integer
(int64)
Title:
Section IDUnique identifier of the area of study section. -
SectionName: string
Title:
Section NameRead Only:trueMaximum Length:240Name of the section. Valid values are defined in the profileTypeSectionsLOV.
Nested Schema : Area of Study Items
Type:
arrayTitle:
Area of Study ItemsThe 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 : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : talentPersonProfiles-areaOfStudySections-areaOfStudyItems-item-response
Type:
Show Source
object-
AreaOfStudy: string
Title:
Area of StudyMaximum Length:240Area of Study of a person. -
AreaOfStudyId: integer
(int64)
Surrogate identifier for the person area of study.
-
areaOfStudyItemsDFF: array
areaOfStudyItemsDFF
-
AverageGrade: string
Title:
GradeMaximum Length:240Average grade achieved for the area of study item. -
CreatedBy: string
Read Only:
trueMaximum Length:64User who created the area of study item. -
CreationDate: string
(date-time)
Read Only:
trueDate and time when the area of study item was created. -
DateAcquired: string
(date)
Title:
Date AcquiredDate on which the area of study item was acquired. -
LastUpdateDate: string
(date-time)
Title:
Last Update DateRead Only:trueDate and time when the area of study item was last updated. -
LastUpdatedBy: string
Read Only:
trueMaximum Length:64User who last updated the area of study item. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
ProfileId: integer
(int64)
Unique identifier of the person profile.
-
SectionId: integer
(int64)
Unique identifier of the profile content section.
-
Source: string
Title:
SourceRead Only:trueMaximum Length:255Default Value:Talent ProfileSource of the areaOfStudy item.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : talentPersonProfiles-areaOfStudySections-areaOfStudyItems-areaOfStudyItemsDFF-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context ValueMaximum Length:80Context Value -
__FLEX_Context_DisplayValue: string
Title:
Context ValueContext Value -
AreaOfStudyId: integer
(int64)
-
links: array
Links
Title:
LinksThe link relations associated with the resource instance.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : talentPersonProfiles-areasOfExpertise-item-response
Type:
Show Source
object-
CreatedBy: string
Title:
Created ByRead Only:trueMaximum Length:64User who created the area of expertise. -
CreationDate: string
(date-time)
Title:
Creation DateRead Only:trueDate and time when the area of expertise was created. -
Expertise: string
Title:
ExpertiseMaximum Length:4000Expertise of a person in the profile. -
ExpertiseId: integer
(int64)
Title:
Expertise IDSurrogate identifier for the area of expertise. -
LastUpdateDate: string
(date-time)
Title:
Last Update DateRead Only:trueDate and time when the area of expertise was last updated. -
LastUpdatedBy: string
Title:
Last Updated ByRead Only:trueMaximum Length:64User who last updated the area of expertise. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : talentPersonProfiles-areasOfInterest-item-response
Type:
Show Source
object-
CreatedBy: string
Title:
Created ByRead Only:trueMaximum Length:64User who created the area of interest. -
CreationDate: string
(date-time)
Title:
Creation DateRead Only:trueDate and time when the area of interest was created. -
Interest: string
Title:
InterestMaximum Length:4000Interest of a person added to the profile. -
InterestId: integer
(int64)
Title:
Interest IDSurrogate identifier for the area of interest. -
LastUpdateDate: string
(date-time)
Title:
Last Update DateRead Only:trueDate and time when the area of interest was last updated. -
LastUpdatedBy: string
Title:
Last Updated ByRead Only:trueMaximum Length:64User who last updated the area of interest. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : talentPersonProfiles-attachments-item-response
Type:
Show Source
object-
AsyncTrackerId: string
Title:
Asynchronous Upload Tracker IdAttribute provided for the exclusive use by the Attachment UI components to assist in uploading files. -
AttachedDocumentId: integer
(int64)
Title:
Attached Document IdSurrogate identifier for the profile attachment document of a worker. -
CategoryName: string
Title:
CategoryMaximum Length:30Category name of the attachment. - ContentRepositoryFileShared: boolean
-
CreatedBy: string
Title:
Created ByRead Only:trueMaximum Length:255User who created the attachment. -
CreatedByUserName: string
Title:
Created By User NameRead Only:trueUser name of the user who created the attachment. -
CreationDate: string
(date-time)
Title:
Creation DateRead Only:trueDate and time when the attachment was created. -
DatatypeCode: string
Title:
TypeMaximum Length:30Default Value:FILEAttachment type such as file, text or web page. -
DatatypeCodeMeaning: string
Read Only:
trueCode of the datatype. Possible values are FILE and WEB_PAGE. -
Description: string
Title:
DescriptionMaximum Length:255Description of the attachment. -
DmDocumentId: string
Maximum Length:
255Unique identifier of the document. -
DmFolderPath: string
Title:
Dm Folder PathMaximum Length:1000Path of the folder. -
DmVersionNumber: string
Maximum Length:
255Version number of the attachment. -
DownloadInfo: string
Title:
DownloadInfoJSON object represented as a string containing information used to programmatically retrieve a file attachment. -
ErrorStatusCode: string
Title:
Error Status CodeError status code of the attachment. -
ErrorStatusMessage: string
Title:
Error Status MessageError status message of the attachment. -
ExpirationDate: string
(date-time)
Title:
Expiration DateExpiration date of the attachment. -
FileContents: string
(byte)
Title:
File ContentsFile contents of the attachment. -
FileName: string
Title:
File NameMaximum Length:2048Name of the attachment file. -
FileUrl: string
Title:
File UrlFile URL of the attachment. -
FileWebImage: string
(byte)
Title:
File Web ImageRead Only:trueBase64 encoded image of the file displayed in .png format if the source is a convertible image. -
LastUpdateDate: string
(date-time)
Title:
Last Update DateRead Only:trueDate and time when the attachment was last updated. -
LastUpdatedBy: string
Title:
Last Updated ByRead Only:trueMaximum Length:255User who last updated the attachment. -
LastUpdatedByUserName: string
Title:
Last Updated By UserRead Only:trueUser name of the person who last updated the attachment. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
PostProcessingAction: string
Title:
PostProcessingActionThe name of the action that can be performed after an attachment is uploaded. -
Title: string
Title:
TitleTitle of the attachment. -
UploadedFileContentType: string
Title:
Uploaded File Content TypeContent type of the uploaded file. -
UploadedFileLength: integer
Title:
File SizeLength of the uploaded file. -
UploadedFileName: string
Title:
Uploaded File NameName of the uploaded file. -
UploadedText: string
Title:
Uploaded TextText uploaded in the attachment. -
Uri: string
Title:
UriMaximum Length:4000URI of the attachment. -
Url: string
Title:
UrlMaximum Length:4000URL of the attachment. -
UserName: string
Title:
User NameRead Only:trueMaximum Length:255User name of person who uploaded the attachment.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : talentPersonProfiles-careerPreferenceSections-item-response
Type:
Show Source
object-
careerPreferenceItems: array
Career Preference Items
Title:
Career Preference ItemsThe 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. -
CreatedBy: string
Title:
Created ByRead Only:trueMaximum Length:64User who created the content item. -
CreationDate: string
(date-time)
Title:
Creation DateRead Only:trueDate and time when the content item was created. -
LastUpdateDate: string
(date-time)
Title:
Last Update DateRead Only:trueUser who last updated the content item. -
LastUpdatedBy: string
Title:
Last Updated ByRead Only:trueMaximum Length:64Date and time when the content item was last updated. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
ProfileSectionId: integer
(int64)
Title:
Profile Section IDRead Only:trueUnique identifier of the content section associated with the profile. -
SectionContext: string
Title:
Section ContextMaximum Length:300Code of the content section. Valid values are defined in the profileTypeSectionsLOV. -
SectionId: integer
(int64)
Title:
Section IDUnique identifier of the content section. -
SectionName: string
Title:
Section NameRead Only:trueMaximum Length:240Name of the section. Valid values are defined in the profileTypeSectionsLOV.
Nested Schema : Career Preference Items
Type:
arrayTitle:
Career Preference ItemsThe 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 : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : talentPersonProfiles-careerPreferenceSections-careerPreferenceItems-item-response
Type:
Show Source
object-
CareerPreferenceId: integer
(int64)
Title:
Career Preference IDRead Only:trueSurrogate identifier for the person career preference. -
careerPreferenceItemsDFF: array
careerPreferenceItemsDFF
-
Comments: string
(byte)
Title:
CommentsComments for the career preference. -
CreatedBy: string
Title:
Created ByRead Only:trueMaximum Length:64User who created the content item. -
CreationDate: string
(date-time)
Title:
Creation DateRead Only:trueDate and time when the content item was created. -
LastUpdateDate: string
(date-time)
Title:
Last Update DateRead Only:trueUser who last updated the content item. -
LastUpdatedBy: string
Title:
Last Updated ByRead Only:trueMaximum Length:64Date and time when the content item was last updated. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
LongPeriodAspiration: string
Title:
Career Aspirations - 5 Years or Long TermMaximum Length:2000Long term career aspirations of the worker. -
NextCareerMove: string
Title:
Next Career Move CodeMaximum Length:30Probable time frame in which the next career move could happen. Valid values are defined in the commonLookupsLOV. -
NextCareerMoveMeaning: string
Title:
Next Career MoveMeaning of the next career move. -
OtherPreferredRegion: string
Title:
Other Preferred RegionPreferred region for the career. -
OtherPreferredRegionCode: string
Title:
Other Preferred Region CodeMaximum Length:150Location code of the other region preferred by the worker. Valid values are defined in the locationsLov. -
OtherPreferredRegionId: string
Title:
Other Preferred Region IDMaximum Length:18Unique identifier of the other preferred region. -
PreferredJobDescr: string
(byte)
Title:
Preferred Job DescriptionDescription of the preferred job. -
PreferredJobFamily: string
Title:
Preferred Job FamilyPreferred job family of the career. -
PreferredJobFamilyCode: string
Title:
Preferred Job Family CodeMaximum Length:240Job family code of the job family preferred by the worker. Valid values are defined in the jobFamiliesLov. -
PreferredJobFamilyId: integer
(int64)
Title:
Preferred Job Family IdUnique identifier of the preferred job family. -
PreferredJobFunction: string
Title:
Preferred Job Function CodeMaximum Length:30Job function preferred by the worker. Valid values are defined in the commonLookupsLOV. -
PreferredJobFunctionMeaning: string
Title:
Preferred Job FunctionMeaning of the job function preferred by worker. -
PreferredRegion: string
Title:
Preferred RegionPreferred region for the career. -
PreferredRegionCode: string
Title:
Preferred Region CodeMaximum Length:150Location code of the region preferred by the worker. Valid values are defined in the locationsLov. -
PreferredRegionId: integer
(int64)
Title:
Preferred Region IDUnique identifier of the preferred region. -
ProfileId: integer
(int64)
Surrogate identifier for the person profile.
-
SectionId: integer
(int64)
Unique identifier of the content section.
-
ShortPeriodAspiration: string
Title:
Career Aspirations - 3 Years or Short TermMaximum Length:2000Short term career aspirations of the worker. -
SourceType: string
Maximum Length:
30Code representing the source of career preference item.
Nested Schema : careerPreferenceItemsDFF
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_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 : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
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_careerPrefItem_view_CareerPrefItemJOB__5FCRITICALITYVO-item-response
-
ORGANIZATION_CRITICALITY -
object
oracle_apps_flex_hcm_profiles_core_careerPrefItem_view_CareerPrefItemORGANIZATION__5FCRITICALITYVO-item-response
-
PERSON_CAREER_STATEMENT -
object
oracle_apps_flex_hcm_profiles_core_careerPrefItem_view_CareerPrefItemPERSON__5FCAREER__5FSTATEMENTVO-item-response
-
PERSON_CATEGORY -
object
oracle_apps_flex_hcm_profiles_core_careerPrefItem_view_CareerPrefItemPERSON__5FCATEGORYVO-item-response
-
PERSON_COMPONENT -
object
oracle_apps_flex_hcm_profiles_core_careerPrefItem_view_CareerPrefItemPERSON__5FCOMPONENTVO-item-response
-
PERSON_N_BOX_ASSIGNMENT -
object
oracle_apps_flex_hcm_profiles_core_careerPrefItem_view_CareerPrefItemPERSON__5FN__5FBOX__5FASSIGNMENTVO-item-response
-
PERSON_PERFORMANCE_RATING -
object
oracle_apps_flex_hcm_profiles_core_careerPrefItem_view_CareerPrefItemPERSON__5FPERFORMANCE__5FRATINGVO-item-response
-
PERSON_PLATFORM -
object
oracle_apps_flex_hcm_profiles_core_careerPrefItem_view_CareerPrefItemPERSON__5FPLATFORMVO-item-response
-
PERSON_POTENTIAL -
object
oracle_apps_flex_hcm_profiles_core_careerPrefItem_view_CareerPrefItemPERSON__5FPOTENTIALVO-item-response
-
PERSON_PROBLEM_CODE -
object
oracle_apps_flex_hcm_profiles_core_careerPrefItem_view_CareerPrefItemPERSON__5FPROBLEM__5FCODEVO-item-response
-
PERSON_PRODUCT -
object
oracle_apps_flex_hcm_profiles_core_careerPrefItem_view_CareerPrefItemPERSON__5FPRODUCTVO-item-response
-
PERSON_PRODUCT_PROBLEM_CODE -
object
oracle_apps_flex_hcm_profiles_core_careerPrefItem_view_CareerPrefItemPERSON__5FPRODUCT__5FPROBLEM__5FCODEVO-item-response
-
PERSON_READINESS -
object
oracle_apps_flex_hcm_profiles_core_careerPrefItem_view_CareerPrefItemPERSON__5FREADINESSVO-item-response
-
PERSON_RISK -
object
oracle_apps_flex_hcm_profiles_core_careerPrefItem_view_CareerPrefItemPERSON__5FRISKVO-item-response
-
PERSON_TALENT_SCORE -
object
oracle_apps_flex_hcm_profiles_core_careerPrefItem_view_CareerPrefItemPERSON__5FTALENT__5FSCOREVO-item-response
-
POSITION_CRITICALITY -
object
oracle_apps_flex_hcm_profiles_core_careerPrefItem_view_CareerPrefItemPOSITION__5FCRITICALITYVO-item-response
Nested Schema : oracle_apps_flex_hcm_profiles_core_careerPrefItem_view_CareerPrefItemJOB__5FCRITICALITYVO-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context ValueMaximum Length:80Default Value:JOB_CRITICALITYContext Value -
__FLEX_Context_DisplayValue: string
Title:
Context ValueContext Value -
CareerPrefId: integer
(int64)
-
links: array
Links
Title:
LinksThe link relations associated with the resource instance.
Nested Schema : oracle_apps_flex_hcm_profiles_core_careerPrefItem_view_CareerPrefItemORGANIZATION__5FCRITICALITYVO-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context ValueMaximum Length:80Default Value:ORGANIZATION_CRITICALITYContext Value -
__FLEX_Context_DisplayValue: string
Title:
Context ValueContext Value -
CareerPrefId: integer
(int64)
-
links: array
Links
Title:
LinksThe link relations associated with the resource instance.
Nested Schema : oracle_apps_flex_hcm_profiles_core_careerPrefItem_view_CareerPrefItemPERSON__5FCAREER__5FSTATEMENTVO-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context ValueMaximum Length:80Default Value:PERSON_CAREER_STATEMENTContext Value -
__FLEX_Context_DisplayValue: string
Title:
Context ValueContext Value -
CareerPrefId: integer
(int64)
-
links: array
Links
Title:
LinksThe link relations associated with the resource instance.
Nested Schema : oracle_apps_flex_hcm_profiles_core_careerPrefItem_view_CareerPrefItemPERSON__5FCATEGORYVO-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context ValueMaximum Length:80Default Value:PERSON_CATEGORYContext Value -
__FLEX_Context_DisplayValue: string
Title:
Context ValueContext Value -
CareerPrefId: integer
(int64)
-
links: array
Links
Title:
LinksThe link relations associated with the resource instance.
Nested Schema : oracle_apps_flex_hcm_profiles_core_careerPrefItem_view_CareerPrefItemPERSON__5FCOMPONENTVO-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context ValueMaximum Length:80Default Value:PERSON_COMPONENTContext Value -
__FLEX_Context_DisplayValue: string
Title:
Context ValueContext Value -
CareerPrefId: integer
(int64)
-
links: array
Links
Title:
LinksThe link relations associated with the resource instance.
Nested Schema : oracle_apps_flex_hcm_profiles_core_careerPrefItem_view_CareerPrefItemPERSON__5FN__5FBOX__5FASSIGNMENTVO-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context ValueMaximum Length:80Default Value:PERSON_N_BOX_ASSIGNMENTContext Value -
__FLEX_Context_DisplayValue: string
Title:
Context ValueContext Value -
CareerPrefId: integer
(int64)
-
links: array
Links
Title:
LinksThe link relations associated with the resource instance.
Nested Schema : oracle_apps_flex_hcm_profiles_core_careerPrefItem_view_CareerPrefItemPERSON__5FPERFORMANCE__5FRATINGVO-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context ValueMaximum Length:80Default Value:PERSON_PERFORMANCE_RATINGContext Value -
__FLEX_Context_DisplayValue: string
Title:
Context ValueContext Value -
CareerPrefId: integer
(int64)
-
links: array
Links
Title:
LinksThe link relations associated with the resource instance.
Nested Schema : oracle_apps_flex_hcm_profiles_core_careerPrefItem_view_CareerPrefItemPERSON__5FPLATFORMVO-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context ValueMaximum Length:80Default Value:PERSON_PLATFORMContext Value -
__FLEX_Context_DisplayValue: string
Title:
Context ValueContext Value -
CareerPrefId: integer
(int64)
-
links: array
Links
Title:
LinksThe link relations associated with the resource instance.
Nested Schema : oracle_apps_flex_hcm_profiles_core_careerPrefItem_view_CareerPrefItemPERSON__5FPOTENTIALVO-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context ValueMaximum Length:80Default Value:PERSON_POTENTIALContext Value -
__FLEX_Context_DisplayValue: string
Title:
Context ValueContext Value -
CareerPrefId: integer
(int64)
-
links: array
Links
Title:
LinksThe link relations associated with the resource instance.
Nested Schema : oracle_apps_flex_hcm_profiles_core_careerPrefItem_view_CareerPrefItemPERSON__5FPROBLEM__5FCODEVO-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context ValueMaximum Length:80Default Value:PERSON_PROBLEM_CODEContext Value -
__FLEX_Context_DisplayValue: string
Title:
Context ValueContext Value -
CareerPrefId: integer
(int64)
-
links: array
Links
Title:
LinksThe link relations associated with the resource instance.
Nested Schema : oracle_apps_flex_hcm_profiles_core_careerPrefItem_view_CareerPrefItemPERSON__5FPRODUCTVO-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context ValueMaximum Length:80Default Value:PERSON_PRODUCTContext Value -
__FLEX_Context_DisplayValue: string
Title:
Context ValueContext Value -
CareerPrefId: integer
(int64)
-
links: array
Links
Title:
LinksThe link relations associated with the resource instance.
Nested Schema : oracle_apps_flex_hcm_profiles_core_careerPrefItem_view_CareerPrefItemPERSON__5FPRODUCT__5FPROBLEM__5FCODEVO-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context ValueMaximum Length:80Default Value:PERSON_PRODUCT_PROBLEM_CODEContext Value -
__FLEX_Context_DisplayValue: string
Title:
Context ValueContext Value -
CareerPrefId: integer
(int64)
-
links: array
Links
Title:
LinksThe link relations associated with the resource instance.
Nested Schema : oracle_apps_flex_hcm_profiles_core_careerPrefItem_view_CareerPrefItemPERSON__5FREADINESSVO-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context ValueMaximum Length:80Default Value:PERSON_READINESSContext Value -
__FLEX_Context_DisplayValue: string
Title:
Context ValueContext Value -
CareerPrefId: integer
(int64)
-
links: array
Links
Title:
LinksThe link relations associated with the resource instance.
Nested Schema : oracle_apps_flex_hcm_profiles_core_careerPrefItem_view_CareerPrefItemPERSON__5FRISKVO-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context ValueMaximum Length:80Default Value:PERSON_RISKContext Value -
__FLEX_Context_DisplayValue: string
Title:
Context ValueContext Value -
CareerPrefId: integer
(int64)
-
links: array
Links
Title:
LinksThe link relations associated with the resource instance.
Nested Schema : oracle_apps_flex_hcm_profiles_core_careerPrefItem_view_CareerPrefItemPERSON__5FTALENT__5FSCOREVO-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context ValueMaximum Length:80Default Value:PERSON_TALENT_SCOREContext Value -
__FLEX_Context_DisplayValue: string
Title:
Context ValueContext Value -
CareerPrefId: integer
(int64)
-
links: array
Links
Title:
LinksThe link relations associated with the resource instance.
Nested Schema : oracle_apps_flex_hcm_profiles_core_careerPrefItem_view_CareerPrefItemPOSITION__5FCRITICALITYVO-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context ValueMaximum Length:80Default Value:POSITION_CRITICALITYContext Value -
__FLEX_Context_DisplayValue: string
Title:
Context ValueContext Value -
CareerPrefId: integer
(int64)
-
links: array
Links
Title:
LinksThe link relations associated with the resource instance.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : talentPersonProfiles-careersOfInterest-item-response
Type:
Show Source
object-
AssignedByPersonId: integer
(int64)
Title:
Added ByUnique identifier of the person who assigned the career of interest to the employee. -
CareerInterestId: integer
(int64)
Unique identifier of the career of interest.
-
CreatedBy: string
Read Only:
trueMaximum Length:64Name of the user who created the career of interest. -
CreationDate: string
(date-time)
Title:
Creation DateRead Only:trueDate and time when the career of interest was created. -
LastUpdateDate: string
(date-time)
Read Only:
trueDate and time when the career of interest was last updated. -
LastUpdatedBy: string
Read Only:
trueMaximum Length:64Name of the user who last updated the career of interest. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
ModelProfileCode: string
Title:
Profile CodeMaximum Length:30Code for the model profile ID. -
ModelProfileId: integer
(int64)
Title:
JobUnique identifier of the model profile. -
ModelProfileName: string
Title:
NameRead Only:trueMaximum Length:4000Name of the model profile. -
PrivateFlag: boolean
Title:
PrivateMaximum Length:30Default Value:falseIndicates whether the career of interest is private or not.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : talentPersonProfiles-careerStatements-item-response
Type:
Show Source
object-
CareerStatmentId: integer
(int64)
Unique identifier for the career statement.
-
CreatedBy: string
Read Only:
trueMaximum Length:64User who created the career statement. -
CreationDate: string
(date-time)
Read Only:
trueDate when the career statement was created. -
Description: string
(byte)
Description about the career statement.
-
LastUpdateDate: string
(date-time)
Read Only:
trueDate when the career statement was last updated. -
LastUpdatedBy: string
Read Only:
trueMaximum Length:64User who last updated the career statement. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
ProfileId: integer
(int64)
Unique identifier of the person profile.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : talentPersonProfiles-certificationSections-item-response
Type:
Show Source
object-
certificationItems: array
Certification Items
Title:
Certification ItemsThe certificationItems resource is the child of the certificationSections resource. It provides the list of certification items within a certification section for a person. -
CreatedBy: string
Title:
Created ByRead Only:trueMaximum Length:64User who created the content item. -
CreationDate: string
(date-time)
Title:
Creation DateRead Only:trueDate and time when the content item was created. -
LastUpdateDate: string
(date-time)
Title:
Last Update DateRead Only:trueUser who last updated the content item. -
LastUpdatedBy: string
Title:
Last Updated ByRead Only:trueMaximum Length:64Date and time when the content item was last updated. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
ProfileSectionId: integer
(int64)
Title:
Profile Section IDRead Only:trueUnique identifier of the content section associated with the profile. -
SectionContext: string
Title:
Section ContextMaximum Length:300Code of the content section. Valid values are defined in the profileTypeSectionsLOV. -
SectionId: integer
(int64)
Title:
Section IDUnique identifier of the content section. -
SectionName: string
Title:
Section NameRead Only:trueMaximum Length:240Name of the section. Valid values are defined in the profileTypeSectionsLOV.
Nested Schema : Certification Items
Type:
arrayTitle:
Certification ItemsThe 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 : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : talentPersonProfiles-certificationSections-certificationItems-item-response
Type:
Show Source
object-
ActualCompletionDate: string
(date)
Title:
Actual Completion DateDate on which the license or certification was obtained. -
CertificateNumber: string
Title:
Certificate NumberMaximum Length:240Number of the certification. -
CertificationId: integer
(int64)
Title:
Certification IDRead Only:trueUnique identifier of the certification. -
certificationItemAttachments: array
Certification Item Attachments
Title:
Certification Item AttachmentsThe certificationItemAttachments resource is a child of certificationItems resource. It provides all the attachments for the certification item. -
certificationItemsDFF: array
certificationItemsDFF
-
CertificationURL: string
Title:
Certification URLMaximum Length:2000URL linked to the certification. -
Comments: string
(byte)
Title:
CommentsComments on the certification. -
CompletedAmount: integer
(int64)
Title:
Completed AmountCompleted amount of the certification. -
ContentItemId: integer
(int64)
Title:
Content Item IDUnique identifier for the content item. -
Country: string
Title:
Country CodeMaximum Length:30Country where certification was issued. Valid values are defined in the hcmCountriesLOV. -
CountryMeaning: string
Title:
CountryRead Only:trueMaximum Length:80Meaning of the country. -
CreatedBy: string
Title:
Created ByRead Only:trueMaximum Length:64User who created the content item. -
CreationDate: string
(date-time)
Title:
Creation DateRead Only:trueDate and time when the content item was created. -
Establishment: string
Title:
EstablishmentName of the establishment. Valid values are defined in the contentItemsLov. -
EstablishmentId: integer
(int64)
Title:
Establishment IDUnique identifier of the educational establishment. -
ExpirationDate: string
(date)
Title:
Expiration DateDate when the certification expires. -
ExternalPartyVerifyBy: string
Maximum Length:
2000Name of the external party who verified the certification. -
ExternalPartyVerifyDate: string
(date)
Date when the certification was verified by the external party.
-
IssueDate: string
(date)
Title:
Issue DateDate when the certification is issued. -
IssuedBy: string
Title:
Issued ByMaximum Length:240Issuing authority of the license or certification. -
LastRenewalDate: string
(date)
Title:
Last Renewal DateLast renewal date of the certification. -
LastUpdateDate: string
(date-time)
Title:
Last Update DateRead Only:trueDate and time when the content item was last updated. -
LastUpdatedBy: string
Title:
Last Updated ByRead Only:trueMaximum Length:64User who last updated the content item. -
LicenseOrCertificate: string
Title:
License or CertificateName of the license or certificate, such as Certified Accountant. Valid values are defined in the contentItemsLov. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
OriginalIssueYear: integer
(int64)
Title:
Original Issue YearOriginal year in which the license or certificate was issued. -
OtherEstablishment: string
Title:
Educational EstablishmentMaximum Length:2000Name of the educational establishment. -
OtherLicenseOrCertificate: string
Title:
License or CertificateMaximum Length:240Name of other license or certification, such as Certified Accountant. -
ProfileId: integer
(int64)
Surrogate identifier for the person profile.
-
RelatedItemFlag: boolean
Title:
Related ItemMaximum Length:30Attribute specific to learning outcome. Indicates whether the certification 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. -
RenewalDate: string
(date)
Title:
Renewal DateRenewal date of the certification. -
RenewalInprogress: string
Title:
Renewal In ProgressMaximum Length:30Indicates whether the renewal of the license or certification is in progress. Valid values are Y and N. Valid values are defined in the commonLookupsLOV. -
RenewalInprogressMeaning: string
Maximum Length:
255Meaning of renewalInProgress of the certification. -
RenewalRequired: string
Title:
Renewal RequiredMaximum Length:30Indicates whether the license or certification requires renewing. Valid values are Y and N. Valid values are defined in the commonLookupsLOV. -
RenewalRequiredMeaning: string
Maximum Length:
255Meaning of RenewalRequired of the certification. -
Restrictions: string
(byte)
Title:
RestrictionsRestrictions on renewal of the certification. -
SectionId: integer
(int64)
Unique identifier of the content section.
-
Source: string
Title:
SourceRead Only:trueMaximum Length:255Default Value:Talent ProfileSource of the certification item. -
SourceType: string
Maximum Length:
30Code representing the source of certification item. -
State: string
Title:
State CodeMaximum Length:360State where the certification was issued. Valid values are defined in the hcmAddressesLOV. -
Status: string
Title:
Status CodeMaximum Length:30Status of the certification. Valid values are defined in the commonLookupsLOV. -
StatusMeaning: string
Title:
StatusMaximum Length:255Meaning of status of the certification. -
Title: string
Title:
TitleMaximum Length:240Title of the certification. -
TotalAmount: integer
(int64)
Title:
Total AmountTotal cost of the certification. -
TrainingCompletedUnits: string
Title:
Training Completed UnitsMaximum Length:240Completed training units of the certification. -
Verified: string
Title:
VerifiedMaximum Length:30Indicates whether the license or certification is verified. Valid values are Y and N. Valid values are defined in the commonLookupsLOV. -
VerifiedMeaning: string
Maximum Length:
255Meaning of Verified flag of the certification.
Nested Schema : Certification Item Attachments
Type:
arrayTitle:
Certification Item AttachmentsThe certificationItemAttachments resource is a child of certificationItems resource. It provides all the attachments for the certification item.
Show Source
Nested Schema : certificationItemsDFF
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_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 : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : talentPersonProfiles-certificationSections-certificationItems-certificationItemAttachments-item-response
Type:
Show Source
object-
AsyncTrackerId: string
Title:
Asynchronous Upload Tracker IdAttribute provided for the exclusive use by the Attachment UI components to assist in uploading files. -
AttachedDocumentId: integer
(int64)
Title:
Attached Document IdSurrogate identifier for the attachment document of the certification item. -
CategoryName: string
Title:
CategoryMaximum Length:30Category name of the attachment. - ContentRepositoryFileShared: boolean
-
CreatedBy: string
Title:
Created ByRead Only:trueMaximum Length:255User who created the attachment. -
CreatedByUserName: string
Title:
Created By User NameRead Only:trueUser name of the user who created the attachment. -
CreationDate: string
(date-time)
Title:
Creation DateRead Only:trueDate and time when the attachment was created. -
DatatypeCode: string
Title:
TypeMaximum Length:30Default Value:FILEAttachment Type such as FILE, TEXT, or WEB_PAGE. -
Description: string
Title:
DescriptionMaximum Length:255Description of the attachment. -
DmDocumentId: string
Maximum Length:
255Unique identifier of the document. -
DmFolderPath: string
Title:
Dm Folder PathMaximum Length:1000Path of the folder. -
DmVersionNumber: string
Maximum Length:
255Version number of the attachment. -
DownloadInfo: string
Title:
DownloadInfoJSON object represented as a string containing information used to programmatically retrieve a file attachment. -
ErrorStatusCode: string
Title:
Error Status CodeError status code of the attachment. -
ErrorStatusMessage: string
Title:
Error Status MessageError status message of the attachment. -
ExpirationDate: string
(date-time)
Title:
Expiration DateExpiration date of the attachment. -
FileContents: string
(byte)
Title:
File ContentsFile contents of the attachment. -
FileName: string
Title:
File NameMaximum Length:2048Name of the attachment file. -
FileUrl: string
Title:
File UrlFile URL of the attachment. -
FileWebImage: string
(byte)
Title:
File Web ImageRead Only:trueBase64 encoded image of the file displayed in .png format if the source is a convertible image. -
LastUpdateDate: string
(date-time)
Title:
Last Update DateRead Only:trueDate and time when the attachment was last updated. -
LastUpdatedBy: string
Title:
Last Updated ByRead Only:trueMaximum Length:255User who last updated the attachment. -
LastUpdatedByUserName: string
Title:
Last Updated By UserRead Only:trueUser name of the person who last updated the attachment. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
PostProcessingAction: string
Title:
PostProcessingActionThe name of the action that can be performed after an attachment is uploaded. -
Title: string
Title:
TitleTitle of the attachment. -
UploadedFileContentType: string
Title:
Uploaded File Content TypeContent type of the uploaded file. -
UploadedFileLength: integer
Title:
File SizeLength of the uploaded file. -
UploadedFileName: string
Title:
Uploaded File NameName of the uploaded file. -
UploadedText: string
Title:
Uploaded TextText uploaded in the attachment. -
Uri: string
Title:
UriMaximum Length:4000URI of the attachment. -
Url: string
Title:
UrlMaximum Length:4000URL of the attachment. -
UserName: string
Title:
User NameRead Only:trueMaximum Length:255User name of person who uploaded the attachment.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : Discriminator: __FLEX_Context
Type:
objectDiscriminator: __FLEX_Context
Discriminator Values
- 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_certificationItem_view_CertificationItemJOB__5FCRITICALITYVO-item-response
-
ORGANIZATION_CRITICALITY -
object
oracle_apps_flex_hcm_profiles_core_certificationItem_view_CertificationItemORGANIZATION__5FCRITICALITYVO-item-response
-
PERSON_CAREER_STATEMENT -
object
oracle_apps_flex_hcm_profiles_core_certificationItem_view_CertificationItemPERSON__5FCAREER__5FSTATEMENTVO-item-response
-
PERSON_CATEGORY -
object
oracle_apps_flex_hcm_profiles_core_certificationItem_view_CertificationItemPERSON__5FCATEGORYVO-item-response
-
PERSON_COMPONENT -
object
oracle_apps_flex_hcm_profiles_core_certificationItem_view_CertificationItemPERSON__5FCOMPONENTVO-item-response
-
PERSON_N_BOX_ASSIGNMENT -
object
oracle_apps_flex_hcm_profiles_core_certificationItem_view_CertificationItemPERSON__5FN__5FBOX__5FASSIGNMENTVO-item-response
-
PERSON_PERFORMANCE_RATING -
object
oracle_apps_flex_hcm_profiles_core_certificationItem_view_CertificationItemPERSON__5FPERFORMANCE__5FRATINGVO-item-response
-
PERSON_PLATFORM -
object
oracle_apps_flex_hcm_profiles_core_certificationItem_view_CertificationItemPERSON__5FPLATFORMVO-item-response
-
PERSON_POTENTIAL -
object
oracle_apps_flex_hcm_profiles_core_certificationItem_view_CertificationItemPERSON__5FPOTENTIALVO-item-response
-
PERSON_PROBLEM_CODE -
object
oracle_apps_flex_hcm_profiles_core_certificationItem_view_CertificationItemPERSON__5FPROBLEM__5FCODEVO-item-response
-
PERSON_PRODUCT -
object
oracle_apps_flex_hcm_profiles_core_certificationItem_view_CertificationItemPERSON__5FPRODUCTVO-item-response
-
PERSON_PRODUCT_PROBLEM_CODE -
object
oracle_apps_flex_hcm_profiles_core_certificationItem_view_CertificationItemPERSON__5FPRODUCT__5FPROBLEM__5FCODEVO-item-response
-
PERSON_READINESS -
object
oracle_apps_flex_hcm_profiles_core_certificationItem_view_CertificationItemPERSON__5FREADINESSVO-item-response
-
PERSON_RISK -
object
oracle_apps_flex_hcm_profiles_core_certificationItem_view_CertificationItemPERSON__5FRISKVO-item-response
-
PERSON_TALENT_SCORE -
object
oracle_apps_flex_hcm_profiles_core_certificationItem_view_CertificationItemPERSON__5FTALENT__5FSCOREVO-item-response
-
POSITION_CRITICALITY -
object
oracle_apps_flex_hcm_profiles_core_certificationItem_view_CertificationItemPOSITION__5FCRITICALITYVO-item-response
Nested Schema : oracle_apps_flex_hcm_profiles_core_certificationItem_view_CertificationItemJOB__5FCRITICALITYVO-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context ValueMaximum Length:80Default Value:JOB_CRITICALITYContext Value -
__FLEX_Context_DisplayValue: string
Title:
Context ValueContext Value -
CertificationId: integer
(int64)
-
links: array
Links
Title:
LinksThe link relations associated with the resource instance.
Nested Schema : oracle_apps_flex_hcm_profiles_core_certificationItem_view_CertificationItemORGANIZATION__5FCRITICALITYVO-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context ValueMaximum Length:80Default Value:ORGANIZATION_CRITICALITYContext Value -
__FLEX_Context_DisplayValue: string
Title:
Context ValueContext Value -
CertificationId: integer
(int64)
-
links: array
Links
Title:
LinksThe link relations associated with the resource instance.
Nested Schema : oracle_apps_flex_hcm_profiles_core_certificationItem_view_CertificationItemPERSON__5FCAREER__5FSTATEMENTVO-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context ValueMaximum Length:80Default Value:PERSON_CAREER_STATEMENTContext Value -
__FLEX_Context_DisplayValue: string
Title:
Context ValueContext Value -
CertificationId: integer
(int64)
-
links: array
Links
Title:
LinksThe link relations associated with the resource instance.
Nested Schema : oracle_apps_flex_hcm_profiles_core_certificationItem_view_CertificationItemPERSON__5FCATEGORYVO-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context ValueMaximum Length:80Default Value:PERSON_CATEGORYContext Value -
__FLEX_Context_DisplayValue: string
Title:
Context ValueContext Value -
CertificationId: integer
(int64)
-
links: array
Links
Title:
LinksThe link relations associated with the resource instance.
Nested Schema : oracle_apps_flex_hcm_profiles_core_certificationItem_view_CertificationItemPERSON__5FCOMPONENTVO-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context ValueMaximum Length:80Default Value:PERSON_COMPONENTContext Value -
__FLEX_Context_DisplayValue: string
Title:
Context ValueContext Value -
CertificationId: integer
(int64)
-
links: array
Links
Title:
LinksThe link relations associated with the resource instance.
Nested Schema : oracle_apps_flex_hcm_profiles_core_certificationItem_view_CertificationItemPERSON__5FN__5FBOX__5FASSIGNMENTVO-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context ValueMaximum Length:80Default Value:PERSON_N_BOX_ASSIGNMENTContext Value -
__FLEX_Context_DisplayValue: string
Title:
Context ValueContext Value -
CertificationId: integer
(int64)
-
links: array
Links
Title:
LinksThe link relations associated with the resource instance.
Nested Schema : oracle_apps_flex_hcm_profiles_core_certificationItem_view_CertificationItemPERSON__5FPERFORMANCE__5FRATINGVO-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context ValueMaximum Length:80Default Value:PERSON_PERFORMANCE_RATINGContext Value -
__FLEX_Context_DisplayValue: string
Title:
Context ValueContext Value -
CertificationId: integer
(int64)
-
links: array
Links
Title:
LinksThe link relations associated with the resource instance.
Nested Schema : oracle_apps_flex_hcm_profiles_core_certificationItem_view_CertificationItemPERSON__5FPLATFORMVO-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context ValueMaximum Length:80Default Value:PERSON_PLATFORMContext Value -
__FLEX_Context_DisplayValue: string
Title:
Context ValueContext Value -
CertificationId: integer
(int64)
-
links: array
Links
Title:
LinksThe link relations associated with the resource instance.
Nested Schema : oracle_apps_flex_hcm_profiles_core_certificationItem_view_CertificationItemPERSON__5FPOTENTIALVO-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context ValueMaximum Length:80Default Value:PERSON_POTENTIALContext Value -
__FLEX_Context_DisplayValue: string
Title:
Context ValueContext Value -
CertificationId: integer
(int64)
-
links: array
Links
Title:
LinksThe link relations associated with the resource instance.
Nested Schema : oracle_apps_flex_hcm_profiles_core_certificationItem_view_CertificationItemPERSON__5FPROBLEM__5FCODEVO-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context ValueMaximum Length:80Default Value:PERSON_PROBLEM_CODEContext Value -
__FLEX_Context_DisplayValue: string
Title:
Context ValueContext Value -
CertificationId: integer
(int64)
-
links: array
Links
Title:
LinksThe link relations associated with the resource instance.
Nested Schema : oracle_apps_flex_hcm_profiles_core_certificationItem_view_CertificationItemPERSON__5FPRODUCTVO-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context ValueMaximum Length:80Default Value:PERSON_PRODUCTContext Value -
__FLEX_Context_DisplayValue: string
Title:
Context ValueContext Value -
CertificationId: integer
(int64)
-
links: array
Links
Title:
LinksThe link relations associated with the resource instance.
Nested Schema : oracle_apps_flex_hcm_profiles_core_certificationItem_view_CertificationItemPERSON__5FPRODUCT__5FPROBLEM__5FCODEVO-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context ValueMaximum Length:80Default Value:PERSON_PRODUCT_PROBLEM_CODEContext Value -
__FLEX_Context_DisplayValue: string
Title:
Context ValueContext Value -
CertificationId: integer
(int64)
-
links: array
Links
Title:
LinksThe link relations associated with the resource instance.
Nested Schema : oracle_apps_flex_hcm_profiles_core_certificationItem_view_CertificationItemPERSON__5FREADINESSVO-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context ValueMaximum Length:80Default Value:PERSON_READINESSContext Value -
__FLEX_Context_DisplayValue: string
Title:
Context ValueContext Value -
CertificationId: integer
(int64)
-
links: array
Links
Title:
LinksThe link relations associated with the resource instance.
Nested Schema : oracle_apps_flex_hcm_profiles_core_certificationItem_view_CertificationItemPERSON__5FRISKVO-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context ValueMaximum Length:80Default Value:PERSON_RISKContext Value -
__FLEX_Context_DisplayValue: string
Title:
Context ValueContext Value -
CertificationId: integer
(int64)
-
links: array
Links
Title:
LinksThe link relations associated with the resource instance.
Nested Schema : oracle_apps_flex_hcm_profiles_core_certificationItem_view_CertificationItemPERSON__5FTALENT__5FSCOREVO-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context ValueMaximum Length:80Default Value:PERSON_TALENT_SCOREContext Value -
__FLEX_Context_DisplayValue: string
Title:
Context ValueContext Value -
CertificationId: integer
(int64)
-
links: array
Links
Title:
LinksThe link relations associated with the resource instance.
Nested Schema : oracle_apps_flex_hcm_profiles_core_certificationItem_view_CertificationItemPOSITION__5FCRITICALITYVO-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context ValueMaximum Length:80Default Value:POSITION_CRITICALITYContext Value -
__FLEX_Context_DisplayValue: string
Title:
Context ValueContext Value -
CertificationId: integer
(int64)
-
links: array
Links
Title:
LinksThe link relations associated with the resource instance.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : talentPersonProfiles-competencySections-item-response
Type:
Show Source
object-
allCompetencyItems: array
Competency Items
Title:
Competency ItemsThe 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. -
competencyItems: array
Competency Items
Title:
Competency ItemsThe competencyItems resource is the child of the competencySections resource. It provides the list of the competency items within a competency section for a person. -
CreatedBy: string
Title:
Created ByRead Only:trueMaximum Length:64User who created the competency section. -
CreationDate: string
(date-time)
Title:
Creation DateRead Only:trueDate and time when the competency section was created. -
LastUpdateDate: string
(date-time)
Title:
Last Update DateRead Only:trueDate and time when the competency section was last updated. -
LastUpdatedBy: string
Title:
Last Updated ByRead Only:trueMaximum Length:64User who last updated the competency section. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
ProfileSectionId: integer
(int64)
Title:
Profile Section IDRead Only:trueUnique identifier of the content section associated with the profile. -
SectionContext: string
Title:
Section ContextMaximum Length:300Code of the content section. Valid values are defined in the profileTypeSectionsLOV. -
SectionId: integer
(int64)
Title:
Section IDUnique identifier of the content section. -
SectionName: string
Title:
Section NameRead Only:trueMaximum Length:240Name of the section. Valid values are defined in the profileTypeSectionsLOV.
Nested Schema : Competency Items
Type:
arrayTitle:
Competency ItemsThe 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:
arrayTitle:
Competency ItemsThe 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 : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : talentPersonProfiles-competencySections-allCompetencyItems-item-response
Type:
Show Source
object-
Competency: string
Read Only:
trueMaximum Length:255Name of the competency item. -
CompetencyId: number
Read Only:
trueUnique identifier for competency item. -
ContentItemId: integer
(int64)
Read Only:
trueUnique identifier for the content section. -
CreationDate: string
(date-time)
Read Only:
trueDate and time when the competency item was created. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
NumberOfBehaviorItem: number
Read Only:
trueNumber of behavior item for a competency item. -
ProfileId: integer
(int64)
Read Only:
trueSurrogate identifier for the person profile. -
RatingDescription: string
Read Only:
trueMaximum Length:2041Rating description for the competency item. -
SectionId: integer
(int64)
Read Only:
trueUnique identifier of the content section.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : talentPersonProfiles-competencySections-competencyItems-item-response
Type:
Show Source
object-
AssessmentYear: integer
(int64)
Title:
Assessment YearYear the competency was last assessed. -
behaviorItems: array
Behavior Items
Title:
Behavior ItemsThe 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. -
Comments: string
(byte)
Title:
CommentsGeneral comments on the competency. -
Competency: string
Title:
CompetencyName of the competency. Valid values are defined in the contentItemsLOV. -
CompetencyId: integer
(int64)
Title:
Competency IDRead Only:trueUnique identifier for the content type. -
competencyItemsDFF: array
competencyItemsDFF
-
ContentItemId: integer
(int64)
Title:
Content Item IDUnique identifier for the content section. -
CreatedBy: string
Title:
Created ByRead Only:trueMaximum Length:64User who created the competency item. -
CreationDate: string
(date-time)
Title:
Creation DateRead Only:trueDate and time when the competency item was created. -
Description: string
(byte)
Title:
DescriptionDescription of the competency. -
EvaluationComments: string
(byte)
Title:
Evaluation CommentsComments on the evaluation. -
EvaluationType: string
Title:
Evaluation Type CodeEvaluator of the competency, such as Official, Goal. Valid values are defined in the commonLookupsLOV. -
FromDate: string
(date)
Title:
From DateRead Only:trueStart date of the competency. -
InterestLevel: string
Title:
Personal Interest LevelMaximum Length:30Level of interest in the competency. -
LastUpdateDate: string
(date-time)
Title:
Last Update DateRead Only:trueDate and time when the competency item was last updated. -
LastUpdatedBy: string
Title:
Last Updated ByRead Only:trueMaximum Length:64User who last updated the competency item. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
OtherCompetency: string
Title:
Name of the CompetencyMaximum Length:240Name of the other competency. It's free text. -
PerformanceRatingCode: string
Title:
Performance Rating CodeMaximum Length:30Name of the performance rating. Valid values are defined in the ratingLevelsLOV. -
PerformanceRatingDescription: string
Title:
Performance RatingRead Only:trueMaximum Length:2000Description of the performance rating. -
PerformanceRatingId: integer
(int64)
Title:
Performance Rating IDUnique identifier of the performance rating. -
PerformanceRatingModelId: integer
(int64)
Title:
Performance Rating ModelUnique identifier for the performance rating model associated with the competency item. -
ProficiencyRatingCode: string
Title:
Proficiency Rating CodeMaximum Length:30Name of the proficiency rating. Valid values are defined in the ratingLevelsLOV. -
ProficiencyRatingDescription: string
Title:
Proficiency RatingRead Only:trueMaximum Length:2000Description of the proficiency rating. -
ProficiencyRatingId: integer
(int64)
Title:
Proficiency Rating IDUnique identifier of the proficiency rating. -
ProficiencyRatingModelId: integer
(int64)
Title:
Proficiency Rating ModelUnique identifier for the proficiency rating model associated with the competency item. -
ProfileId: integer
(int64)
Surrogate identifier for the person profile.
-
RelatedItemFlag: boolean
Title:
Related ItemMaximum Length:30Attribute specific to learning outcome. Indicates whether the competency 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. -
ReviewActive: string
Title:
Review Active CodeMaximum Length:30Indicates whether the review of the competency is active or not. Valid values are Y and N. Valid values are defined in the commonLookupsLOV. -
ReviewDate: string
(date)
Title:
Review DateDate of review of the competency. -
ReviewEndDate: string
(date)
Title:
Review End DateEnd date of the review. -
Reviewer: string
Title:
ReviewerMaximum Length:240Indicates whether the reviewer has approved the competency. Valid values are Y and N. Valid values are defined in the commonLookupsLOV. -
ReviewerApproved: string
Title:
Reviewer Is Approved CodeMaximum Length:30Name of the reviewer. -
ReviewerName: string
Title:
Reviewed ByRead Only:trueStart date of the review. -
ReviewStartDate: string
(date)
Title:
Review Start DateName of the reviewer. It's free flow text. -
SectionId: integer
(int64)
Unique identifier of the content section.
-
Source: string
Title:
SourceRead Only:trueMaximum Length:255Default Value:Talent ProfileSource of the competency item. -
SourceType: string
Maximum Length:
30Code representing the source of competency item. -
ToDate: string
(date)
Title:
To DateRead Only:trueEnd date of the competency. -
YearAcquired: integer
(int64)
Title:
Year AcquiredYear the competency was acquired. -
YearLastUsed: integer
(int64)
Title:
Year Last UsedYear the competency was last used. -
YearsOfExperience: number
Title:
Years of ExperienceYears of experience for the competency.
Nested Schema : Behavior Items
Type:
arrayTitle:
Behavior ItemsThe 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:
Show Source
array-
Array of:
object 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 : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : talentPersonProfiles-competencySections-competencyItems-behaviorItems-item-response
Type:
Show Source
object-
Behavior: string
Title:
NameMaximum Length:700Name of the behavior. Valid values are defined in the contentItemsLOV. -
BehaviorId: integer
(int64)
Unique identifier for the behavior item. Value for the attribute is derived internally.
-
Comments: string
(byte)
Comments for the behavior item.
-
ContentItemId: integer
(int64)
Unique identifier for the behavior content item.
-
CreatedBy: string
Read Only:
trueMaximum Length:64User who created the behavior item. -
CreationDate: string
(date-time)
Read Only:
trueDate when the behavior item was created. -
LastUpdateDate: string
(date-time)
Read Only:
trueDate when the behavior item was last updated. -
LastUpdatedBy: string
Read Only:
trueMaximum Length:64User who last updated the behavior item. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
OtherBehavior: string
Maximum Length:
240Free text based name for the behavior. -
ProficiencyRatingCode: string
Maximum Length:
30Code representing the proficiency rating associated with behavior item. Valid values are defined in the ratingLevelsLOV. -
ProficiencyRatingModelId: integer
(int64)
Unique identifier for the proficiency rating model associated with the behavior item.
-
ProficiencyRatingName: string
Title:
NameRead Only:trueMaximum Length:2000Name of the proficiency rating. A list of accepted values are defined in the ratingLevelsLOV. -
ProfRatingLevelId: integer
(int64)
Title:
Proficiency RatingUnique identifier for the proficiency rating associated with behavior item. -
ReviewerName: string
Read Only:
trueMaximum Length:255Name of the reviewer. -
ReviewerNameId: integer
(int64)
Read Only:
trueUnique identifier for the reviewer name.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : Discriminator: __FLEX_Context
Type:
objectDiscriminator: __FLEX_Context
Discriminator Values
- 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_competencyItem_view_CompetencyItemJOB__5FCRITICALITYVO-item-response
-
ORGANIZATION_CRITICALITY -
object
oracle_apps_flex_hcm_profiles_core_competencyItem_view_CompetencyItemORGANIZATION__5FCRITICALITYVO-item-response
-
PERSON_CAREER_STATEMENT -
object
oracle_apps_flex_hcm_profiles_core_competencyItem_view_CompetencyItemPERSON__5FCAREER__5FSTATEMENTVO-item-response
-
PERSON_CATEGORY -
object
oracle_apps_flex_hcm_profiles_core_competencyItem_view_CompetencyItemPERSON__5FCATEGORYVO-item-response
-
PERSON_COMPONENT -
object
oracle_apps_flex_hcm_profiles_core_competencyItem_view_CompetencyItemPERSON__5FCOMPONENTVO-item-response
-
PERSON_N_BOX_ASSIGNMENT -
object
oracle_apps_flex_hcm_profiles_core_competencyItem_view_CompetencyItemPERSON__5FN__5FBOX__5FASSIGNMENTVO-item-response
-
PERSON_PERFORMANCE_RATING -
object
oracle_apps_flex_hcm_profiles_core_competencyItem_view_CompetencyItemPERSON__5FPERFORMANCE__5FRATINGVO-item-response
-
PERSON_PLATFORM -
object
oracle_apps_flex_hcm_profiles_core_competencyItem_view_CompetencyItemPERSON__5FPLATFORMVO-item-response
-
PERSON_POTENTIAL -
object
oracle_apps_flex_hcm_profiles_core_competencyItem_view_CompetencyItemPERSON__5FPOTENTIALVO-item-response
-
PERSON_PROBLEM_CODE -
object
oracle_apps_flex_hcm_profiles_core_competencyItem_view_CompetencyItemPERSON__5FPROBLEM__5FCODEVO-item-response
-
PERSON_PRODUCT -
object
oracle_apps_flex_hcm_profiles_core_competencyItem_view_CompetencyItemPERSON__5FPRODUCTVO-item-response
-
PERSON_PRODUCT_PROBLEM_CODE -
object
oracle_apps_flex_hcm_profiles_core_competencyItem_view_CompetencyItemPERSON__5FPRODUCT__5FPROBLEM__5FCODEVO-item-response
-
PERSON_READINESS -
object
oracle_apps_flex_hcm_profiles_core_competencyItem_view_CompetencyItemPERSON__5FREADINESSVO-item-response
-
PERSON_RISK -
object
oracle_apps_flex_hcm_profiles_core_competencyItem_view_CompetencyItemPERSON__5FRISKVO-item-response
-
PERSON_TALENT_SCORE -
object
oracle_apps_flex_hcm_profiles_core_competencyItem_view_CompetencyItemPERSON__5FTALENT__5FSCOREVO-item-response
-
POSITION_CRITICALITY -
object
oracle_apps_flex_hcm_profiles_core_competencyItem_view_CompetencyItemPOSITION__5FCRITICALITYVO-item-response
Nested Schema : oracle_apps_flex_hcm_profiles_core_competencyItem_view_CompetencyItemJOB__5FCRITICALITYVO-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context ValueMaximum Length:80Default Value:JOB_CRITICALITYContext Value -
__FLEX_Context_DisplayValue: string
Title:
Context ValueContext Value -
CompetencyId: integer
(int64)
-
links: array
Links
Title:
LinksThe link relations associated with the resource instance.
Nested Schema : oracle_apps_flex_hcm_profiles_core_competencyItem_view_CompetencyItemORGANIZATION__5FCRITICALITYVO-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context ValueMaximum Length:80Default Value:ORGANIZATION_CRITICALITYContext Value -
__FLEX_Context_DisplayValue: string
Title:
Context ValueContext Value -
CompetencyId: integer
(int64)
-
links: array
Links
Title:
LinksThe link relations associated with the resource instance.
Nested Schema : oracle_apps_flex_hcm_profiles_core_competencyItem_view_CompetencyItemPERSON__5FCAREER__5FSTATEMENTVO-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context ValueMaximum Length:80Default Value:PERSON_CAREER_STATEMENTContext Value -
__FLEX_Context_DisplayValue: string
Title:
Context ValueContext Value -
CompetencyId: integer
(int64)
-
links: array
Links
Title:
LinksThe link relations associated with the resource instance.
Nested Schema : oracle_apps_flex_hcm_profiles_core_competencyItem_view_CompetencyItemPERSON__5FCATEGORYVO-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context ValueMaximum Length:80Default Value:PERSON_CATEGORYContext Value -
__FLEX_Context_DisplayValue: string
Title:
Context ValueContext Value -
CompetencyId: integer
(int64)
-
links: array
Links
Title:
LinksThe link relations associated with the resource instance.
Nested Schema : oracle_apps_flex_hcm_profiles_core_competencyItem_view_CompetencyItemPERSON__5FCOMPONENTVO-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context ValueMaximum Length:80Default Value:PERSON_COMPONENTContext Value -
__FLEX_Context_DisplayValue: string
Title:
Context ValueContext Value -
CompetencyId: integer
(int64)
-
links: array
Links
Title:
LinksThe link relations associated with the resource instance.
Nested Schema : oracle_apps_flex_hcm_profiles_core_competencyItem_view_CompetencyItemPERSON__5FN__5FBOX__5FASSIGNMENTVO-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context ValueMaximum Length:80Default Value:PERSON_N_BOX_ASSIGNMENTContext Value -
__FLEX_Context_DisplayValue: string
Title:
Context ValueContext Value -
CompetencyId: integer
(int64)
-
links: array
Links
Title:
LinksThe link relations associated with the resource instance.
Nested Schema : oracle_apps_flex_hcm_profiles_core_competencyItem_view_CompetencyItemPERSON__5FPERFORMANCE__5FRATINGVO-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context ValueMaximum Length:80Default Value:PERSON_PERFORMANCE_RATINGContext Value -
__FLEX_Context_DisplayValue: string
Title:
Context ValueContext Value -
CompetencyId: integer
(int64)
-
links: array
Links
Title:
LinksThe link relations associated with the resource instance.
Nested Schema : oracle_apps_flex_hcm_profiles_core_competencyItem_view_CompetencyItemPERSON__5FPLATFORMVO-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context ValueMaximum Length:80Default Value:PERSON_PLATFORMContext Value -
__FLEX_Context_DisplayValue: string
Title:
Context ValueContext Value -
CompetencyId: integer
(int64)
-
links: array
Links
Title:
LinksThe link relations associated with the resource instance.
Nested Schema : oracle_apps_flex_hcm_profiles_core_competencyItem_view_CompetencyItemPERSON__5FPOTENTIALVO-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context ValueMaximum Length:80Default Value:PERSON_POTENTIALContext Value -
__FLEX_Context_DisplayValue: string
Title:
Context ValueContext Value -
CompetencyId: integer
(int64)
-
links: array
Links
Title:
LinksThe link relations associated with the resource instance.
Nested Schema : oracle_apps_flex_hcm_profiles_core_competencyItem_view_CompetencyItemPERSON__5FPROBLEM__5FCODEVO-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context ValueMaximum Length:80Default Value:PERSON_PROBLEM_CODEContext Value -
__FLEX_Context_DisplayValue: string
Title:
Context ValueContext Value -
CompetencyId: integer
(int64)
-
links: array
Links
Title:
LinksThe link relations associated with the resource instance.
Nested Schema : oracle_apps_flex_hcm_profiles_core_competencyItem_view_CompetencyItemPERSON__5FPRODUCTVO-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context ValueMaximum Length:80Default Value:PERSON_PRODUCTContext Value -
__FLEX_Context_DisplayValue: string
Title:
Context ValueContext Value -
CompetencyId: integer
(int64)
-
links: array
Links
Title:
LinksThe link relations associated with the resource instance.
Nested Schema : oracle_apps_flex_hcm_profiles_core_competencyItem_view_CompetencyItemPERSON__5FPRODUCT__5FPROBLEM__5FCODEVO-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context ValueMaximum Length:80Default Value:PERSON_PRODUCT_PROBLEM_CODEContext Value -
__FLEX_Context_DisplayValue: string
Title:
Context ValueContext Value -
CompetencyId: integer
(int64)
-
links: array
Links
Title:
LinksThe link relations associated with the resource instance.
Nested Schema : oracle_apps_flex_hcm_profiles_core_competencyItem_view_CompetencyItemPERSON__5FREADINESSVO-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context ValueMaximum Length:80Default Value:PERSON_READINESSContext Value -
__FLEX_Context_DisplayValue: string
Title:
Context ValueContext Value -
CompetencyId: integer
(int64)
-
links: array
Links
Title:
LinksThe link relations associated with the resource instance.
Nested Schema : oracle_apps_flex_hcm_profiles_core_competencyItem_view_CompetencyItemPERSON__5FRISKVO-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context ValueMaximum Length:80Default Value:PERSON_RISKContext Value -
__FLEX_Context_DisplayValue: string
Title:
Context ValueContext Value -
CompetencyId: integer
(int64)
-
links: array
Links
Title:
LinksThe link relations associated with the resource instance.
Nested Schema : oracle_apps_flex_hcm_profiles_core_competencyItem_view_CompetencyItemPERSON__5FTALENT__5FSCOREVO-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context ValueMaximum Length:80Default Value:PERSON_TALENT_SCOREContext Value -
__FLEX_Context_DisplayValue: string
Title:
Context ValueContext Value -
CompetencyId: integer
(int64)
-
links: array
Links
Title:
LinksThe link relations associated with the resource instance.
Nested Schema : oracle_apps_flex_hcm_profiles_core_competencyItem_view_CompetencyItemPOSITION__5FCRITICALITYVO-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context ValueMaximum Length:80Default Value:POSITION_CRITICALITYContext Value -
__FLEX_Context_DisplayValue: string
Title:
Context ValueContext Value -
CompetencyId: integer
(int64)
-
links: array
Links
Title:
LinksThe link relations associated with the resource instance.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : talentPersonProfiles-educationLvlSections-item-response
Type:
Show Source
object-
CreatedBy: string
Title:
Created ByRead Only:trueMaximum Length:64User who created the content section. -
CreationDate: string
(date-time)
Title:
Creation DateRead Only:trueDate and time when the content section was created. -
educationLvlItems: array
Education Level Items
Title:
Education Level ItemsThe 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. -
LastUpdateDate: string
(date-time)
Title:
Last Update DateRead Only:trueDate and time when the content section was last updated. -
LastUpdatedBy: string
Title:
Last Updated ByRead Only:trueMaximum Length:64User who last updated the content section. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
ProfileSectionId: integer
(int64)
Title:
Profile Section IDUnique identifier of the content section associated with the profile. -
SectionContext: string
Title:
Section ContextMaximum Length:300Code of the content section. Valid values are defined in the profileTypeSectionsLOV. -
SectionId: integer
(int64)
Title:
Section IDUnique identifier of the content section. -
SectionName: string
Title:
Section NameRead Only:trueMaximum Length:240Name of the section. Valid values are defined in the profileTypeSectionsLOV.
Nested Schema : Education Level Items
Type:
arrayTitle:
Education Level ItemsThe 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 : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : talentPersonProfiles-educationLvlSections-educationLvlItems-item-response
Type:
Show Source
object-
AverageGrade: string
Title:
Average GradeMaximum Length:240Average grade achieved for the education level item. -
AwardingBody: string
Title:
Awarding BodyMaximum Length:240Awarding body for the education level. -
Comments: string
(byte)
Title:
CommentsComments on the education level. -
ContentItemId: integer
(int64)
Title:
Education LevelUnique identifier for the content item. -
Country: string
Title:
Country CodeMaximum Length:30Country where education level is received. Valid values are defined in the HcmCountriesLOV. -
CountryMeaning: string
Title:
Territory NameRead Only:trueMaximum Length:80Country of the education level items. -
CreatedBy: string
Read Only:
trueMaximum Length:64User who created the content item. -
CreationDate: string
(date-time)
Read Only:
trueDate and time when the content item was created. -
EducationalEstablishmentId: integer
(int64)
Title:
SchoolName of the educational establishment. Valid values are defined in the contentItemsLOV. -
EducationLevel: string
Title:
Education LevelEducation level of a person. -
EducationLevelCompleted: string
Title:
CompletedMaximum Length:30Indicates whether the education level is completed. Valid values are Y and N. Valid values are defined in the commonLookupsLOV. -
EducationLevelId: integer
(int64)
Surrogate identifier for the person education level.
-
educationLvlItemsDFF: array
educationLvlItemsDFF
-
Establishment: string
Title:
SchoolName of the educational establishment. -
LastUpdateDate: string
(date-time)
Title:
Last Update DateRead Only:trueDate and time when the content item was last updated. -
LastUpdatedBy: string
Read Only:
trueMaximum Length:64User who last updated the content item. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
OtherEstablishment: string
Title:
School NameMaximum Length:2000Name of the other educational establishment. -
ProfileId: integer
(int64)
Unique identifier of the person profile.
-
ProjectedCompletionDate: string
(date)
Title:
Projected Completion DateDate on which the education level item is projected to be complete. -
SectionId: integer
(int64)
Unique identifier of the profile content section.
-
Source: string
Title:
SourceRead Only:trueMaximum Length:255Default Value:Talent ProfileSource of the educationLevel item. -
State: string
Title:
State CodeMaximum Length:360State of the education level item. -
Title: string
Title:
TitleMaximum Length:240Title of the education level.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : talentPersonProfiles-educationLvlSections-educationLvlItems-educationLvlItemsDFF-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context ValueMaximum Length:80Context Value -
__FLEX_Context_DisplayValue: string
Title:
Context ValueContext Value -
EducationLevelId: integer
(int64)
-
links: array
Links
Title:
LinksThe link relations associated with the resource instance.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : talentPersonProfiles-educationSections-item-response
Type:
Show Source
object-
CreatedBy: string
Title:
Created ByRead Only:trueMaximum Length:64User who created the education section. -
CreationDate: string
(date-time)
Title:
Creation DateRead Only:trueDate and time when the education section was created. -
educationItems: array
Education Items
Title:
Education ItemsThe educationItems resource is the child of the educationSections resource. It provides the list of the education items within an education section for a person. -
LastUpdateDate: string
(date-time)
Title:
Last Update DateRead Only:trueDate and time when the education section was last updated. -
LastUpdatedBy: string
Title:
Last Updated ByRead Only:trueMaximum Length:64User who last updated the education section. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
ProfileSectionId: integer
(int64)
Title:
Profile Section IDRead Only:trueUnique identifier of the content section associated with the profile. -
SectionContext: string
Title:
Section ContextMaximum Length:300Code of the content section. Valid values are defined in the profileTypeSectionsLOV. -
SectionId: integer
(int64)
Title:
Section IDUnique identifier of the content section. -
SectionName: string
Title:
Section NameRead Only:trueMaximum Length:240Name of the section. Valid values are defined in the profileTypeSectionsLOV.
Nested Schema : Education Items
Type:
arrayTitle:
Education ItemsThe 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 : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : talentPersonProfiles-educationSections-educationItems-item-response
Type:
Show Source
object-
AcademicStanding: string
Title:
Academic Standing CodeMaximum Length:30Academic standing of the student, such as Good, Probation. Valid values are defined in the commonLookupsLOV. -
AcademicStandingMeaning: string
Title:
Academic StandingMaximum Length:255Meaning of the academic standing value. -
ActivitySummary: string
(byte)
Title:
Summary of ActivitiesSummary of activities required for the degree. -
AreaOfStudy: string
Title:
Area of StudyMaximum Length:240Area of study of the education item. -
AverageGrade: string
Title:
Average GradeMaximum Length:240Average grade achieved for the education item. -
AwardingBody: string
Title:
Awarding BodyMaximum Length:240Awarding body for the degree. -
City: string
Title:
CityMaximum Length:240City where education is received. -
Comments: string
(byte)
Title:
CommentsComments on the degree. -
CompletedAmount: integer
(int64)
Title:
Completed AmountCompleted amount for the degree. -
CompletedTrainingUnits: string
Title:
Training Completed UnitsMaximum Length:240Completed training units for the education item. Valid values are defined in the commonLookupsLOV. -
ContentItemId: integer
(int64)
Title:
Content Item IDUnique identifier for the content item. -
Country: string
Title:
Country CodeMaximum Length:30Country where education is received. Valid values are defined in the HcmCountriesLOV. -
CountryMeaning: string
Title:
CountryRead Only:trueMaximum Length:80Meaning of the country code. -
CreatedBy: string
Title:
Created ByRead Only:trueMaximum Length:64Date and time when the content item was created. -
CreationDate: string
(date-time)
Title:
Creation DateRead Only:trueUser who last updated the content item. -
DateAcquired: string
(date)
Title:
Date AcquiredDate on which the education item was acquired. -
Degree: string
Title:
DegreeName of the degree, such as Accounting. Valid values are defined in the contentItemsLov. -
Description: string
(byte)
Title:
DescriptionDescription of the degree. -
Duration: string
Title:
DurationMaximum Length:240Duration of the degree course. -
DurationUnits: string
Title:
Duration Units CodeMaximum Length:30Units in the duration of the degree course. Valid values are defined in the commonLookupsLOV. -
DurationUnitsMeaning: string
Title:
Duration UnitsMaximum Length:255Meaning of the duration units. -
EducationId: integer
(int64)
Title:
Education IDRead Only:trueIdentifier for the education. -
educationItemAttachments: array
Education Item Attachments
Title:
Education Item AttachmentsThe educationItemAttachments resource is a child of educationItems resource. It provides all the attachments for the education item. -
educationItemsDFF: array
educationItemsDFF
-
EducationLevel: string
Title:
Education Level CodeMaximum Length:30Level of education, such as High School Graduate. Valid values are defined in the commonLookupsLOV. -
EducationLevelCompleted: string
Title:
Education Level CompletedMaximum Length:30Indicates whether the education level is completed. Valid values are Y and N. Valid values are defined in the commonLookupsLOV. -
EducationLevelMeaning: string
Title:
Education LevelMaximum Length:255Meaning of the education level. -
EducationURL: string
Title:
Education URLMaximum Length:2000URL related to the degree. -
Educator: string
Title:
EducatorMaximum Length:240Name of the educator, such as a person name or institution name. -
EndDate: string
(date)
Title:
End DateEnd date of the profile item record. -
Establishment: string
Title:
SchoolName of the establishment. Valid values are defined in the contentItemsLov. -
EstablishmentId: integer
(int64)
Title:
Establishment IDUnique identifier of the establishment. -
FacultyOrDepartment: string
Title:
Faculty or DepartmentMaximum Length:240Name of the faculty or department. -
Fee: integer
(int64)
Title:
FeeFee for the degree. -
FeeCurrencyCode: string
Title:
Fee Currency CodeMaximum Length:30Currency for the fee. Valid values are defined in the currenciesLOV. -
GPA: number
Title:
GPAGPA achieved for the education item. -
Graduated: string
Title:
GraduatedMaximum Length:30Indicates whether graduation is completed or not. Valid values are Y and N. Valid values are defined in the commonLookupsLOV. -
HighestEducationLevel: string
Title:
Highest Education Level CodeMaximum Length:30Highest level of education of the person, such as Master Level degree. Valid values are defined in the commonLookupsLOV. -
HighestEducationLevelMeaning: string
Title:
Highest Education LevelMaximum Length:255Meaning of the highest education level of the person. -
LastUpdateDate: string
(date-time)
Title:
Last Update DateRead Only:trueDate and time when the content item was last updated. -
LastUpdatedBy: string
Title:
Last Updated ByRead Only:trueMaximum Length:64User who last updated the content item. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
Major: string
Title:
MajorMaximum Length:240Name of the degree major, such as Accounting. -
Minor: string
Title:
MinorMaximum Length:240Name of the degree minor, such as Accounting. -
OtherDegree: string
Title:
DegreeMaximum Length:240Name of the other degree, such as Advertising. -
OtherEstablishment: string
Title:
School NameMaximum Length:2000Name of the other educational establishment. -
PartTime: string
Title:
Part TimeMaximum Length:30Indicates whether the degree course is part time or not. Valid values are Y and N. Valid values are defined in the commonLookupsLOV. -
ProfileId: integer
(int64)
Surrogate identifier for the person profile.
-
ProjectedCompletionDate: string
(date)
Title:
Projected Completion DateDate on which the education item is projected to be complete. -
Reimbursements: string
(byte)
Title:
Reimbursement ArrangementsReimbursement arrangements made for the degree. -
RelatedItemFlag: boolean
Title:
Related ItemMaximum Length:30Attribute specific to learning outcome. Indicates whether the education 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.
-
Source: string
Title:
SourceRead Only:trueMaximum Length:255Default Value:Talent ProfileSource of the education items. -
SourceType: string
Maximum Length:
30Code representing the source of education item. -
StartDate: string
(date)
Title:
Start DateStart date of the profile item record. -
State: string
Title:
State CodeMaximum Length:360State where education is received. Valid values are defined in the hcmAddressesLOV. -
Status: string
Title:
StatusMaximum Length:30Indicates whether the status of degree is active or not. Valid values are defined in the commonLookupsLOV. -
StatusMeaning: string
Title:
StatusMaximum Length:255Meaning of the status of degree. -
TerminalDegreeDiscipline: string
Title:
Terminal Degree for DisciplineMaximum Length:30Indicates whether this is the terminal degree for a discipline. Valid values are Y and N. Valid values are defined in the commonLookupsLOV. -
Title: string
Title:
TitleMaximum Length:240Title of the degree. -
TotalAmount: integer
(int64)
Title:
Total AmountTotal amount for the degree. -
TuitionMethod: string
Title:
Tuition Method CodeMaximum Length:30Tuition method for the education item. Valid values are defined in the commonLookupsLOV. -
TutionMethodMeaning: string
Title:
Tuition MethodMaximum Length:255Meaning of the tuition method. -
YearAcquired: integer
(int64)
Title:
Year AcquiredYear on which the education item was acquired.
Nested Schema : Education Item Attachments
Type:
arrayTitle:
Education Item AttachmentsThe educationItemAttachments resource is a child of educationItems resource. It provides all the attachments for the education item.
Show Source
Nested Schema : educationItemsDFF
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_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 : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : talentPersonProfiles-educationSections-educationItems-educationItemAttachments-item-response
Type:
Show Source
object-
AsyncTrackerId: string
Title:
Asynchronous Upload Tracker IdAttribute provided for the exclusive use by the Attachment UI components to assist in uploading files. -
AttachedDocumentId: integer
(int64)
Title:
Attached Document IdSurrogate identifier for the attachment document of the education item. -
CategoryName: string
Title:
CategoryMaximum Length:30Category name of the attachment. - ContentRepositoryFileShared: boolean
-
CreatedBy: string
Title:
Created ByRead Only:trueMaximum Length:255User who created the attachment. -
CreatedByUserName: string
Title:
Created By User NameRead Only:trueUser name of the user who created the attachment. -
CreationDate: string
(date-time)
Title:
Creation DateRead Only:trueDate and time when the attachment was created. -
DatatypeCode: string
Title:
TypeMaximum Length:30Default Value:FILEAttachment Type such as FILE, TEXT, or WEB_PAGE. -
Description: string
Title:
DescriptionMaximum Length:255Description of the attachment. -
DmDocumentId: string
Maximum Length:
255Unique identifier of the document. -
DmFolderPath: string
Title:
Dm Folder PathMaximum Length:1000Path of the folder. -
DmVersionNumber: string
Maximum Length:
255Version number of the attachment. -
DownloadInfo: string
Title:
DownloadInfoJSON object represented as a string containing information used to programmatically retrieve a file attachment. -
ErrorStatusCode: string
Title:
Error Status CodeError status code of the attachment. -
ErrorStatusMessage: string
Title:
Error Status MessageError status message of the attachment. -
ExpirationDate: string
(date-time)
Title:
Expiration DateExpiration date of the attachment. -
FileContents: string
(byte)
Title:
File ContentsFile contents of the attachment. -
FileName: string
Title:
File NameMaximum Length:2048Name of the attachment file. -
FileUrl: string
Title:
File UrlFile URL of the attachment. -
FileWebImage: string
(byte)
Title:
File Web ImageRead Only:trueBase64 encoded image of the file displayed in .png format if the source is a convertible image. -
LastUpdateDate: string
(date-time)
Title:
Last Update DateRead Only:trueDate and time when the attachment was last updated. -
LastUpdatedBy: string
Title:
Last Updated ByRead Only:trueMaximum Length:255User who last updated the attachment. -
LastUpdatedByUserName: string
Title:
Last Updated By UserRead Only:trueUser name of the person who last updated the attachment. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
PostProcessingAction: string
Title:
PostProcessingActionThe name of the action that can be performed after an attachment is uploaded. -
Title: string
Title:
TitleTitle of the attachment. -
UploadedFileContentType: string
Title:
Uploaded File Content TypeContent type of the uploaded file. -
UploadedFileLength: integer
Title:
File SizeLength of the uploaded file. -
UploadedFileName: string
Title:
Uploaded File NameName of the uploaded file. -
UploadedText: string
Title:
Uploaded TextText uploaded in the attachment. -
Uri: string
Title:
UriMaximum Length:4000URI of the attachment. -
Url: string
Title:
UrlMaximum Length:4000URL of the attachment. -
UserName: string
Title:
User NameRead Only:trueMaximum Length:255User name of person who uploaded the attachment.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : Discriminator: __FLEX_Context
Type:
objectDiscriminator: __FLEX_Context
Discriminator Values
- 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_educationItem_view_EducationItemJOB__5FCRITICALITYVO-item-response
-
ORGANIZATION_CRITICALITY -
object
oracle_apps_flex_hcm_profiles_core_educationItem_view_EducationItemORGANIZATION__5FCRITICALITYVO-item-response
-
PERSON_CAREER_STATEMENT -
object
oracle_apps_flex_hcm_profiles_core_educationItem_view_EducationItemPERSON__5FCAREER__5FSTATEMENTVO-item-response
-
PERSON_CATEGORY -
object
oracle_apps_flex_hcm_profiles_core_educationItem_view_EducationItemPERSON__5FCATEGORYVO-item-response
-
PERSON_COMPONENT -
object
oracle_apps_flex_hcm_profiles_core_educationItem_view_EducationItemPERSON__5FCOMPONENTVO-item-response
-
PERSON_N_BOX_ASSIGNMENT -
object
oracle_apps_flex_hcm_profiles_core_educationItem_view_EducationItemPERSON__5FN__5FBOX__5FASSIGNMENTVO-item-response
-
PERSON_PERFORMANCE_RATING -
object
oracle_apps_flex_hcm_profiles_core_educationItem_view_EducationItemPERSON__5FPERFORMANCE__5FRATINGVO-item-response
-
PERSON_PLATFORM -
object
oracle_apps_flex_hcm_profiles_core_educationItem_view_EducationItemPERSON__5FPLATFORMVO-item-response
-
PERSON_POTENTIAL -
object
oracle_apps_flex_hcm_profiles_core_educationItem_view_EducationItemPERSON__5FPOTENTIALVO-item-response
-
PERSON_PROBLEM_CODE -
object
oracle_apps_flex_hcm_profiles_core_educationItem_view_EducationItemPERSON__5FPROBLEM__5FCODEVO-item-response
-
PERSON_PRODUCT -
object
oracle_apps_flex_hcm_profiles_core_educationItem_view_EducationItemPERSON__5FPRODUCTVO-item-response
-
PERSON_PRODUCT_PROBLEM_CODE -
object
oracle_apps_flex_hcm_profiles_core_educationItem_view_EducationItemPERSON__5FPRODUCT__5FPROBLEM__5FCODEVO-item-response
-
PERSON_READINESS -
object
oracle_apps_flex_hcm_profiles_core_educationItem_view_EducationItemPERSON__5FREADINESSVO-item-response
-
PERSON_RISK -
object
oracle_apps_flex_hcm_profiles_core_educationItem_view_EducationItemPERSON__5FRISKVO-item-response
-
PERSON_TALENT_SCORE -
object
oracle_apps_flex_hcm_profiles_core_educationItem_view_EducationItemPERSON__5FTALENT__5FSCOREVO-item-response
-
POSITION_CRITICALITY -
object
oracle_apps_flex_hcm_profiles_core_educationItem_view_EducationItemPOSITION__5FCRITICALITYVO-item-response
Nested Schema : oracle_apps_flex_hcm_profiles_core_educationItem_view_EducationItemJOB__5FCRITICALITYVO-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context ValueMaximum Length:80Default Value:JOB_CRITICALITYContext Value -
__FLEX_Context_DisplayValue: string
Title:
Context ValueContext Value -
EducationId: integer
(int64)
-
links: array
Links
Title:
LinksThe link relations associated with the resource instance.
Nested Schema : oracle_apps_flex_hcm_profiles_core_educationItem_view_EducationItemORGANIZATION__5FCRITICALITYVO-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context ValueMaximum Length:80Default Value:ORGANIZATION_CRITICALITYContext Value -
__FLEX_Context_DisplayValue: string
Title:
Context ValueContext Value -
EducationId: integer
(int64)
-
links: array
Links
Title:
LinksThe link relations associated with the resource instance.
Nested Schema : oracle_apps_flex_hcm_profiles_core_educationItem_view_EducationItemPERSON__5FCAREER__5FSTATEMENTVO-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context ValueMaximum Length:80Default Value:PERSON_CAREER_STATEMENTContext Value -
__FLEX_Context_DisplayValue: string
Title:
Context ValueContext Value -
EducationId: integer
(int64)
-
links: array
Links
Title:
LinksThe link relations associated with the resource instance.
Nested Schema : oracle_apps_flex_hcm_profiles_core_educationItem_view_EducationItemPERSON__5FCATEGORYVO-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context ValueMaximum Length:80Default Value:PERSON_CATEGORYContext Value -
__FLEX_Context_DisplayValue: string
Title:
Context ValueContext Value -
EducationId: integer
(int64)
-
links: array
Links
Title:
LinksThe link relations associated with the resource instance.
Nested Schema : oracle_apps_flex_hcm_profiles_core_educationItem_view_EducationItemPERSON__5FCOMPONENTVO-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context ValueMaximum Length:80Default Value:PERSON_COMPONENTContext Value -
__FLEX_Context_DisplayValue: string
Title:
Context ValueContext Value -
EducationId: integer
(int64)
-
links: array
Links
Title:
LinksThe link relations associated with the resource instance.
Nested Schema : oracle_apps_flex_hcm_profiles_core_educationItem_view_EducationItemPERSON__5FN__5FBOX__5FASSIGNMENTVO-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context ValueMaximum Length:80Default Value:PERSON_N_BOX_ASSIGNMENTContext Value -
__FLEX_Context_DisplayValue: string
Title:
Context ValueContext Value -
EducationId: integer
(int64)
-
links: array
Links
Title:
LinksThe link relations associated with the resource instance.
Nested Schema : oracle_apps_flex_hcm_profiles_core_educationItem_view_EducationItemPERSON__5FPERFORMANCE__5FRATINGVO-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context ValueMaximum Length:80Default Value:PERSON_PERFORMANCE_RATINGContext Value -
__FLEX_Context_DisplayValue: string
Title:
Context ValueContext Value -
EducationId: integer
(int64)
-
links: array
Links
Title:
LinksThe link relations associated with the resource instance.
Nested Schema : oracle_apps_flex_hcm_profiles_core_educationItem_view_EducationItemPERSON__5FPLATFORMVO-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context ValueMaximum Length:80Default Value:PERSON_PLATFORMContext Value -
__FLEX_Context_DisplayValue: string
Title:
Context ValueContext Value -
EducationId: integer
(int64)
-
links: array
Links
Title:
LinksThe link relations associated with the resource instance.
Nested Schema : oracle_apps_flex_hcm_profiles_core_educationItem_view_EducationItemPERSON__5FPOTENTIALVO-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context ValueMaximum Length:80Default Value:PERSON_POTENTIALContext Value -
__FLEX_Context_DisplayValue: string
Title:
Context ValueContext Value -
EducationId: integer
(int64)
-
links: array
Links
Title:
LinksThe link relations associated with the resource instance.
Nested Schema : oracle_apps_flex_hcm_profiles_core_educationItem_view_EducationItemPERSON__5FPROBLEM__5FCODEVO-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context ValueMaximum Length:80Default Value:PERSON_PROBLEM_CODEContext Value -
__FLEX_Context_DisplayValue: string
Title:
Context ValueContext Value -
EducationId: integer
(int64)
-
links: array
Links
Title:
LinksThe link relations associated with the resource instance.
Nested Schema : oracle_apps_flex_hcm_profiles_core_educationItem_view_EducationItemPERSON__5FPRODUCTVO-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context ValueMaximum Length:80Default Value:PERSON_PRODUCTContext Value -
__FLEX_Context_DisplayValue: string
Title:
Context ValueContext Value -
EducationId: integer
(int64)
-
links: array
Links
Title:
LinksThe link relations associated with the resource instance.
Nested Schema : oracle_apps_flex_hcm_profiles_core_educationItem_view_EducationItemPERSON__5FPRODUCT__5FPROBLEM__5FCODEVO-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context ValueMaximum Length:80Default Value:PERSON_PRODUCT_PROBLEM_CODEContext Value -
__FLEX_Context_DisplayValue: string
Title:
Context ValueContext Value -
EducationId: integer
(int64)
-
links: array
Links
Title:
LinksThe link relations associated with the resource instance.
Nested Schema : oracle_apps_flex_hcm_profiles_core_educationItem_view_EducationItemPERSON__5FREADINESSVO-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context ValueMaximum Length:80Default Value:PERSON_READINESSContext Value -
__FLEX_Context_DisplayValue: string
Title:
Context ValueContext Value -
EducationId: integer
(int64)
-
links: array
Links
Title:
LinksThe link relations associated with the resource instance.
Nested Schema : oracle_apps_flex_hcm_profiles_core_educationItem_view_EducationItemPERSON__5FRISKVO-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context ValueMaximum Length:80Default Value:PERSON_RISKContext Value -
__FLEX_Context_DisplayValue: string
Title:
Context ValueContext Value -
EducationId: integer
(int64)
-
links: array
Links
Title:
LinksThe link relations associated with the resource instance.
Nested Schema : oracle_apps_flex_hcm_profiles_core_educationItem_view_EducationItemPERSON__5FTALENT__5FSCOREVO-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context ValueMaximum Length:80Default Value:PERSON_TALENT_SCOREContext Value -
__FLEX_Context_DisplayValue: string
Title:
Context ValueContext Value -
EducationId: integer
(int64)
-
links: array
Links
Title:
LinksThe link relations associated with the resource instance.
Nested Schema : oracle_apps_flex_hcm_profiles_core_educationItem_view_EducationItemPOSITION__5FCRITICALITYVO-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context ValueMaximum Length:80Default Value:POSITION_CRITICALITYContext Value -
__FLEX_Context_DisplayValue: string
Title:
Context ValueContext Value -
EducationId: integer
(int64)
-
links: array
Links
Title:
LinksThe link relations associated with the resource instance.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : talentPersonProfiles-favoriteLinks-item-response
Type:
Show Source
object-
BookmarkId: integer
(int64)
Title:
Bookmark IDSurrogate identifier of the favorite link. -
CreatedBy: string
Title:
Created ByRead Only:trueMaximum Length:64User who created the favorite link. -
CreationDate: string
(date-time)
Title:
Creation DateRead Only:trueDate and time when the favorite link was created. -
Description: string
Title:
DescriptionMaximum Length:4000Description of the favorite link. -
LastUpdateDate: string
(date-time)
Title:
Last Update DateRead Only:trueDate and time when the favorite link was last updated. -
LastUpdatedBy: string
Title:
Last Updated ByRead Only:trueMaximum Length:64User who last updated the favorite link. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
URL: string
Title:
LinkMaximum Length:4000URL of the favorite link.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : talentPersonProfiles-highestEducationLvlSections-item-response
Type:
Show Source
object-
CreatedBy: string
Title:
Created ByRead Only:trueMaximum Length:64User who created the highest education level section. -
CreationDate: string
(date-time)
Title:
Creation DateRead Only:trueDate and time when the highest education level section was created. -
highestEduLvlItems: array
Highest Education Level Items
Title:
Highest Education Level ItemsThe 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. -
LastUpdateDate: string
(date-time)
Title:
Last Update DateRead Only:trueDate and time when the highest education level section was last updated. -
LastUpdatedBy: string
Title:
Last Updated ByRead Only:trueMaximum Length:64User who last updated the highest education level section. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
ProfileSectionId: integer
(int64)
Title:
Profile Section IDUnique identifier of the highest education level section associated with the profile. -
SectionContext: string
Title:
Section ContextMaximum Length:300Code of the highest education level section. Valid values are defined in the profileTypeSectionsLOV. -
SectionId: integer
(int64)
Title:
Section IDUnique identifier of the highest education level section. -
SectionName: string
Title:
Section NameRead Only:trueMaximum Length:240Name of the section. Valid values are defined in the profileTypeSectionsLOV.
Nested Schema : Highest Education Level Items
Type:
arrayTitle:
Highest Education Level ItemsThe 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 : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : talentPersonProfiles-highestEducationLvlSections-highestEduLvlItems-item-response
Type:
Show Source
object-
Comments: string
(byte)
Title:
CommentsComments on the highest education level. -
CreatedBy: string
Read Only:
trueMaximum Length:64User who created the highest education level item. -
CreationDate: string
(date-time)
Read Only:
trueDate and time when the highest education level item was created. -
HighestEducationLevelMeaning: string
Title:
Highest Education LevelMeaning of the highest education level of the person. -
HighestEduLevel: string
Title:
Highest Education Level CodeMaximum Length:30Highest Education level of a person. -
HighestEduLevelId: integer
(int64)
Surrogate identifier for the person highest education level.
-
highestEduLvlItemsDFF: array
highestEduLvlItemsDFF
-
LastUpdateDate: string
(date-time)
Title:
Last Update DateRead Only:trueDate and time when the highest education level item was last updated. -
LastUpdatedBy: string
Title:
Last Updated ByRead Only:trueMaximum Length:64User who last updated the highest education level item. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
ProfileId: integer
(int64)
Unique identifier of the person profile.
-
SectionId: integer
(int64)
Unique identifier of the profile content section.
-
Source: string
Title:
SourceRead Only:trueMaximum Length:255Default Value:Talent ProfileSource of the highestEducationLevel item. -
Title: string
Title:
TitleMaximum Length:240Title of the highest education level.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : talentPersonProfiles-highestEducationLvlSections-highestEduLvlItems-highestEduLvlItemsDFF-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context ValueMaximum Length:80Context Value -
__FLEX_Context_DisplayValue: string
Title:
Context ValueContext Value -
HighestEduLevelId: integer
(int64)
-
links: array
Links
Title:
LinksThe link relations associated with the resource instance.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : talentPersonProfiles-honorSections-item-response
Type:
Show Source
object-
CreatedBy: string
Title:
Created ByRead Only:trueMaximum Length:64User who created the honor section. -
CreationDate: string
(date-time)
Title:
Creation DateRead Only:trueDate and time when the honor section was created. -
honorItems: array
Honor Items
Title:
Honor ItemsThe honorItems resource is the child of the honorSections resource. It provides the list of honor items within an honor section for a person. -
LastUpdateDate: string
(date-time)
Title:
Last Update DateRead Only:trueDate and time when the honor section was last updated. -
LastUpdatedBy: string
Title:
Last Updated ByRead Only:trueMaximum Length:64User who last updated the honor section. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
ProfileSectionId: integer
(int64)
Title:
Profile Section IDRead Only:trueUnique identifier of the content section associated with the profile. -
SectionContext: string
Title:
Section ContextMaximum Length:300Code of the content section. Valid values are defined in the profileTypeSectionsLOV. -
SectionId: integer
(int64)
Title:
Section IDUnique identifier of the content section. -
SectionName: string
Title:
Section NameRead Only:trueMaximum Length:240Name of the section. Valid values are defined in the profileTypeSectionsLOV.
Nested Schema : Honor Items
Type:
arrayTitle:
Honor ItemsThe 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 : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : talentPersonProfiles-honorSections-honorItems-item-response
Type:
Show Source
object-
AwardDate: string
(date)
Title:
Date AwardedDate on which the honor or award was awarded. -
Comments: string
(byte)
Title:
CommentsComments of the content item. -
CompletionDate: string
(date)
Title:
Completion DateDate on which the honor or award was completed. -
ContentItemId: integer
(int64)
Title:
Content Item IDUnique identifier for the content item. -
CreatedBy: string
Title:
Created ByRead Only:trueMaximum Length:64User who created the honor item. -
CreationDate: string
(date-time)
Title:
Creation DateRead Only:trueDate and time when the honor item was created. -
Description: string
(byte)
Title:
DescriptionDescription of the honor item. -
Establishment: string
Title:
EstablishmentName of the establishment. Valid values are defined in the contentItemsLov. -
EstablishmentId: integer
(int64)
Title:
Educational Establishment IDUnique identifier for the educational establishment. -
ExpirationDate: string
(date)
Title:
Expiration DateDate on which the honor or award expires. -
Grantor: string
Title:
GrantorMaximum Length:240Granting authority that awarded the honor or award. -
HonorId: integer
(int64)
Title:
Honor IDRead Only:trueUnique identifier for the honor. -
honorItemAttachments: array
Honor Item Attachments
Title:
Honor Item AttachmentsThe honorItemAttachments resource is a child of honorItems resource. It provides all the attachments for the honor item. -
honorItemsDFF: array
honorItemsDFF
-
HonorOrAward: string
Title:
Honor or AwardName of the honor or award. Valid values are defined in the contentItemsLOV. -
HonorURL: string
Title:
Honor URLMaximum Length:2000URL related to the honor or award. -
IssueYear: integer
(int64)
Title:
Issue YearYear in which the honor or award was issued. -
LastUpdateDate: string
(date-time)
Title:
Last Update DateRead Only:trueDate and time when the honor item was last updated. -
LastUpdatedBy: string
Title:
Last Updated ByRead Only:trueMaximum Length:64User who last updated the honor item. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
Organization: string
Title:
OrganizationMaximum Length:240Name of the organization that issued the honor or award. -
OtherEstablishment: string
Title:
Educational EstablishmentMaximum Length:2000Other educational establishment. -
OtherHonorOrAward: string
Title:
Honor or AwardMaximum Length:240Name of the other honor or award. -
ProfileId: integer
(int64)
Surrogate identifier for the person profile.
-
RelatedItemFlag: boolean
Title:
Related ItemMaximum Length:30Attribute specific to learning outcome. Indicates whether the honor 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.
-
Source: string
Title:
SourceRead Only:trueMaximum Length:255Default Value:Talent ProfileSource of the honor item. -
SourceType: string
Maximum Length:
30Code representing the source of honor item. -
Title: string
Title:
TitleMaximum Length:240Title of the honor or award. -
TypeOfAward: string
Title:
Type of Award CodeMaximum Length:30Type of honor or award. Valid values are defined in the commonLookupsLOV. -
TypeOfAwardMeaning: string
Title:
Type of AwardMaximum Length:255Meaning of the type of honor or award.
Nested Schema : Honor Item Attachments
Type:
arrayTitle:
Honor Item AttachmentsThe honorItemAttachments resource is a child of honorItems resource. It provides all the attachments for the honor item.
Show Source
Nested Schema : honorItemsDFF
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_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 : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : talentPersonProfiles-honorSections-honorItems-honorItemAttachments-item-response
Type:
Show Source
object-
AsyncTrackerId: string
Title:
Asynchronous Upload Tracker IdAttribute provided for the exclusive use by the Attachment UI components to assist in uploading files. -
AttachedDocumentId: integer
(int64)
Title:
Attached Document IdSurrogate identifier for the attachment document of the certification item. -
CategoryName: string
Title:
CategoryMaximum Length:30Category name of the attachment. - ContentRepositoryFileShared: boolean
-
CreatedBy: string
Title:
Created ByRead Only:trueMaximum Length:255User who created the attachment. -
CreatedByUserName: string
Title:
Created By User NameRead Only:trueUser name of the user who created the attachment. -
CreationDate: string
(date-time)
Title:
Creation DateRead Only:trueDate and time when the attachment was created. -
DatatypeCode: string
Title:
TypeMaximum Length:30Default Value:FILEAttachment Type such as FILE, TEXT, or WEB_PAGE. -
Description: string
Title:
DescriptionMaximum Length:255Description of the attachment. -
DmDocumentId: string
Maximum Length:
255Unique identifier of the document. -
DmFolderPath: string
Title:
Dm Folder PathMaximum Length:1000Path of the folder. -
DmVersionNumber: string
Maximum Length:
255Version number of the attachment. -
DownloadInfo: string
Title:
DownloadInfoJSON object represented as a string containing information used to programmatically retrieve a file attachment. -
ErrorStatusCode: string
Title:
Error Status CodeError status code of the attachment. -
ErrorStatusMessage: string
Title:
Error Status MessageError status message of the attachment. -
ExpirationDate: string
(date-time)
Title:
Expiration DateExpiration date of the attachment. -
FileContents: string
(byte)
Title:
File ContentsFile contents of the attachment. -
FileName: string
Title:
File NameMaximum Length:2048Name of the attachment file. -
FileUrl: string
Title:
File UrlFile URL of the attachment. -
FileWebImage: string
(byte)
Title:
File Web ImageRead Only:trueBase64 encoded image of the file displayed in .png format if the source is a convertible image. -
LastUpdateDate: string
(date-time)
Title:
Last Update DateRead Only:trueDate and time when the attachment was last updated. -
LastUpdatedBy: string
Title:
Last Updated ByRead Only:trueMaximum Length:255User who last updated the attachment. -
LastUpdatedByUserName: string
Title:
Last Updated By UserRead Only:trueUser name of the person who last updated the attachment. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
PostProcessingAction: string
Title:
PostProcessingActionThe name of the action that can be performed after an attachment is uploaded. -
Title: string
Title:
TitleTitle of the attachment. -
UploadedFileContentType: string
Title:
Uploaded File Content TypeContent type of the uploaded file. -
UploadedFileLength: integer
Title:
File SizeLength of the uploaded file. -
UploadedFileName: string
Title:
Uploaded File NameName of the uploaded file. -
UploadedText: string
Title:
Uploaded TextText uploaded in the attachment. -
Uri: string
Title:
UriMaximum Length:4000URI of the attachment. -
Url: string
Title:
UrlMaximum Length:4000URL of the attachment. -
UserName: string
Title:
User NameRead Only:trueMaximum Length:255User name of person who uploaded the attachment.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : Discriminator: __FLEX_Context
Type:
objectDiscriminator: __FLEX_Context
Discriminator Values
- 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_honorItem_view_HonorItemJOB__5FCRITICALITYVO-item-response
-
ORGANIZATION_CRITICALITY -
object
oracle_apps_flex_hcm_profiles_core_honorItem_view_HonorItemORGANIZATION__5FCRITICALITYVO-item-response
-
PERSON_CAREER_STATEMENT -
object
oracle_apps_flex_hcm_profiles_core_honorItem_view_HonorItemPERSON__5FCAREER__5FSTATEMENTVO-item-response
-
PERSON_CATEGORY -
object
oracle_apps_flex_hcm_profiles_core_honorItem_view_HonorItemPERSON__5FCATEGORYVO-item-response
-
PERSON_COMPONENT -
object
oracle_apps_flex_hcm_profiles_core_honorItem_view_HonorItemPERSON__5FCOMPONENTVO-item-response
-
PERSON_N_BOX_ASSIGNMENT -
object
oracle_apps_flex_hcm_profiles_core_honorItem_view_HonorItemPERSON__5FN__5FBOX__5FASSIGNMENTVO-item-response
-
PERSON_PERFORMANCE_RATING -
object
oracle_apps_flex_hcm_profiles_core_honorItem_view_HonorItemPERSON__5FPERFORMANCE__5FRATINGVO-item-response
-
PERSON_PLATFORM -
object
oracle_apps_flex_hcm_profiles_core_honorItem_view_HonorItemPERSON__5FPLATFORMVO-item-response
-
PERSON_POTENTIAL -
object
oracle_apps_flex_hcm_profiles_core_honorItem_view_HonorItemPERSON__5FPOTENTIALVO-item-response
-
PERSON_PROBLEM_CODE -
object
oracle_apps_flex_hcm_profiles_core_honorItem_view_HonorItemPERSON__5FPROBLEM__5FCODEVO-item-response
-
PERSON_PRODUCT -
object
oracle_apps_flex_hcm_profiles_core_honorItem_view_HonorItemPERSON__5FPRODUCTVO-item-response
-
PERSON_PRODUCT_PROBLEM_CODE -
object
oracle_apps_flex_hcm_profiles_core_honorItem_view_HonorItemPERSON__5FPRODUCT__5FPROBLEM__5FCODEVO-item-response
-
PERSON_READINESS -
object
oracle_apps_flex_hcm_profiles_core_honorItem_view_HonorItemPERSON__5FREADINESSVO-item-response
-
PERSON_RISK -
object
oracle_apps_flex_hcm_profiles_core_honorItem_view_HonorItemPERSON__5FRISKVO-item-response
-
PERSON_TALENT_SCORE -
object
oracle_apps_flex_hcm_profiles_core_honorItem_view_HonorItemPERSON__5FTALENT__5FSCOREVO-item-response
-
POSITION_CRITICALITY -
object
oracle_apps_flex_hcm_profiles_core_honorItem_view_HonorItemPOSITION__5FCRITICALITYVO-item-response
Nested Schema : oracle_apps_flex_hcm_profiles_core_honorItem_view_HonorItemJOB__5FCRITICALITYVO-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context ValueMaximum Length:80Default Value:JOB_CRITICALITYContext Value -
__FLEX_Context_DisplayValue: string
Title:
Context ValueContext Value -
HonorId: integer
(int64)
-
links: array
Links
Title:
LinksThe link relations associated with the resource instance.
Nested Schema : oracle_apps_flex_hcm_profiles_core_honorItem_view_HonorItemORGANIZATION__5FCRITICALITYVO-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context ValueMaximum Length:80Default Value:ORGANIZATION_CRITICALITYContext Value -
__FLEX_Context_DisplayValue: string
Title:
Context ValueContext Value -
HonorId: integer
(int64)
-
links: array
Links
Title:
LinksThe link relations associated with the resource instance.
Nested Schema : oracle_apps_flex_hcm_profiles_core_honorItem_view_HonorItemPERSON__5FCAREER__5FSTATEMENTVO-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context ValueMaximum Length:80Default Value:PERSON_CAREER_STATEMENTContext Value -
__FLEX_Context_DisplayValue: string
Title:
Context ValueContext Value -
HonorId: integer
(int64)
-
links: array
Links
Title:
LinksThe link relations associated with the resource instance.
Nested Schema : oracle_apps_flex_hcm_profiles_core_honorItem_view_HonorItemPERSON__5FCATEGORYVO-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context ValueMaximum Length:80Default Value:PERSON_CATEGORYContext Value -
__FLEX_Context_DisplayValue: string
Title:
Context ValueContext Value -
HonorId: integer
(int64)
-
links: array
Links
Title:
LinksThe link relations associated with the resource instance.
Nested Schema : oracle_apps_flex_hcm_profiles_core_honorItem_view_HonorItemPERSON__5FCOMPONENTVO-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context ValueMaximum Length:80Default Value:PERSON_COMPONENTContext Value -
__FLEX_Context_DisplayValue: string
Title:
Context ValueContext Value -
HonorId: integer
(int64)
-
links: array
Links
Title:
LinksThe link relations associated with the resource instance.
Nested Schema : oracle_apps_flex_hcm_profiles_core_honorItem_view_HonorItemPERSON__5FN__5FBOX__5FASSIGNMENTVO-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context ValueMaximum Length:80Default Value:PERSON_N_BOX_ASSIGNMENTContext Value -
__FLEX_Context_DisplayValue: string
Title:
Context ValueContext Value -
HonorId: integer
(int64)
-
links: array
Links
Title:
LinksThe link relations associated with the resource instance.
Nested Schema : oracle_apps_flex_hcm_profiles_core_honorItem_view_HonorItemPERSON__5FPERFORMANCE__5FRATINGVO-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context ValueMaximum Length:80Default Value:PERSON_PERFORMANCE_RATINGContext Value -
__FLEX_Context_DisplayValue: string
Title:
Context ValueContext Value -
HonorId: integer
(int64)
-
links: array
Links
Title:
LinksThe link relations associated with the resource instance.
Nested Schema : oracle_apps_flex_hcm_profiles_core_honorItem_view_HonorItemPERSON__5FPLATFORMVO-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context ValueMaximum Length:80Default Value:PERSON_PLATFORMContext Value -
__FLEX_Context_DisplayValue: string
Title:
Context ValueContext Value -
HonorId: integer
(int64)
-
links: array
Links
Title:
LinksThe link relations associated with the resource instance.
Nested Schema : oracle_apps_flex_hcm_profiles_core_honorItem_view_HonorItemPERSON__5FPOTENTIALVO-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context ValueMaximum Length:80Default Value:PERSON_POTENTIALContext Value -
__FLEX_Context_DisplayValue: string
Title:
Context ValueContext Value -
HonorId: integer
(int64)
-
links: array
Links
Title:
LinksThe link relations associated with the resource instance.
Nested Schema : oracle_apps_flex_hcm_profiles_core_honorItem_view_HonorItemPERSON__5FPROBLEM__5FCODEVO-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context ValueMaximum Length:80Default Value:PERSON_PROBLEM_CODEContext Value -
__FLEX_Context_DisplayValue: string
Title:
Context ValueContext Value -
HonorId: integer
(int64)
-
links: array
Links
Title:
LinksThe link relations associated with the resource instance.
Nested Schema : oracle_apps_flex_hcm_profiles_core_honorItem_view_HonorItemPERSON__5FPRODUCTVO-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context ValueMaximum Length:80Default Value:PERSON_PRODUCTContext Value -
__FLEX_Context_DisplayValue: string
Title:
Context ValueContext Value -
HonorId: integer
(int64)
-
links: array
Links
Title:
LinksThe link relations associated with the resource instance.
Nested Schema : oracle_apps_flex_hcm_profiles_core_honorItem_view_HonorItemPERSON__5FPRODUCT__5FPROBLEM__5FCODEVO-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context ValueMaximum Length:80Default Value:PERSON_PRODUCT_PROBLEM_CODEContext Value -
__FLEX_Context_DisplayValue: string
Title:
Context ValueContext Value -
HonorId: integer
(int64)
-
links: array
Links
Title:
LinksThe link relations associated with the resource instance.
Nested Schema : oracle_apps_flex_hcm_profiles_core_honorItem_view_HonorItemPERSON__5FREADINESSVO-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context ValueMaximum Length:80Default Value:PERSON_READINESSContext Value -
__FLEX_Context_DisplayValue: string
Title:
Context ValueContext Value -
HonorId: integer
(int64)
-
links: array
Links
Title:
LinksThe link relations associated with the resource instance.
Nested Schema : oracle_apps_flex_hcm_profiles_core_honorItem_view_HonorItemPERSON__5FRISKVO-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context ValueMaximum Length:80Default Value:PERSON_RISKContext Value -
__FLEX_Context_DisplayValue: string
Title:
Context ValueContext Value -
HonorId: integer
(int64)
-
links: array
Links
Title:
LinksThe link relations associated with the resource instance.
Nested Schema : oracle_apps_flex_hcm_profiles_core_honorItem_view_HonorItemPERSON__5FTALENT__5FSCOREVO-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context ValueMaximum Length:80Default Value:PERSON_TALENT_SCOREContext Value -
__FLEX_Context_DisplayValue: string
Title:
Context ValueContext Value -
HonorId: integer
(int64)
-
links: array
Links
Title:
LinksThe link relations associated with the resource instance.
Nested Schema : oracle_apps_flex_hcm_profiles_core_honorItem_view_HonorItemPOSITION__5FCRITICALITYVO-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context ValueMaximum Length:80Default Value:POSITION_CRITICALITYContext Value -
__FLEX_Context_DisplayValue: string
Title:
Context ValueContext Value -
HonorId: integer
(int64)
-
links: array
Links
Title:
LinksThe link relations associated with the resource instance.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : talentPersonProfiles-languageSections-item-response
Type:
Show Source
object-
CreatedBy: string
Title:
Created ByRead Only:trueMaximum Length:64User who created the content section. -
CreationDate: string
(date-time)
Title:
Creation DateRead Only:trueDate and time when the language section was created. -
languageItems: array
Language Items
Title:
Language ItemsThe languageItems resource is the child of the languageSections resource. It provides the list of the language items within a language section for a person. -
LastUpdateDate: string
(date-time)
Title:
Last Update DateRead Only:trueDate and time when the language section was last updated. -
LastUpdatedBy: string
Title:
Last Updated ByRead Only:trueMaximum Length:64User who last updated the language section. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
ProfileSectionId: integer
(int64)
Title:
Profile Section IDRead Only:trueSurrogate identifier for the language section. -
SectionContext: string
Title:
Section ContextMaximum Length:300Code of the content section. Valid values are defined in the profileTypeSectionsLOV. -
SectionId: integer
(int64)
Title:
Section IDSurrogate identifier for the section. -
SectionName: string
Title:
Section NameRead Only:trueMaximum Length:240Name of the section. Valid values are defined in the profileTypeSectionsLOV.
Nested Schema : Language Items
Type:
arrayTitle:
Language ItemsThe 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 : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : talentPersonProfiles-languageSections-languageItems-item-response
Type:
Show Source
object-
AbleToTeach: string
Title:
Able to TeachMaximum Length:30Indicates whether the person can teach the language. Valid values derived from commonLookupsLOV. -
AbleToTranslate: string
Title:
Able to TranslateMaximum Length:30Indicates whether the person can translate the language. Valid values derived from commonLookupsLOV. -
Comments: string
(byte)
Title:
CommentsComments of the language content item. -
ContentItemId: integer
(int64)
Title:
Content Item IDUnique identifier for the content item. -
CreatedBy: string
Title:
Created ByRead Only:trueMaximum Length:64User who created the language item. -
CreationDate: string
(date-time)
Title:
Creation DateRead Only:trueDate and time when the language item was created. -
DateFrom: string
(date)
Start date of the language item.
-
DateTo: string
(date)
End date of the language item.
-
EvaluatedOn: string
(date)
Title:
Evaluated OnDate and time of the evaluation. -
EvaluationLocation: string
Title:
Evaluation LocationMaximum Length:240Location of the evaluation. -
Language: string
Title:
LanguageName of the language. Valid values are defined in the contentItemsLOV. -
LanguageId: integer
(int64)
Title:
Language IDRead Only:trueUnique identifier for the language item. -
languageItemsDFF: array
languageItemsDFF
-
LastUpdateDate: string
(date-time)
Title:
Last Update DateRead Only:trueDate and time when the language item was last updated. -
LastUpdatedBy: string
Title:
Last Updated ByRead Only:trueMaximum Length:64User who last updated the language item. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
NativeSpeaker: string
Title:
NativeMaximum Length:30Indicates whether the language is the native language of the person. Valid values derived from commonLookupsLOV. -
OtherLanguage: string
Title:
LanguageMaximum Length:240Name of the other language. It's free flow text. -
ProfileId: integer
(int64)
Surrogate identifier for the person profile.
-
ReadingLevelCode: string
Title:
Reading Level CodeMaximum Length:30Level of reading the language. Valid values derived from ratingLevelsLOV. -
ReadingLevelDescription: string
Title:
Current Reading LevelRead Only:trueMaximum Length:2000Description of the reading level of the language. -
ReadingLevelId: integer
(int64)
Title:
Reading Level IDUnique identifier for the reading level. -
ReadingModelId: integer
(int64)
Title:
Reading Rating ModelUnique identifier for the rating model associated with the reading level of the language. -
RelatedItemFlag: boolean
Title:
Related ItemMaximum Length:30Attribute specific to learning outcome. Indicates whether the language 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.
-
Source: string
Title:
SourceRead Only:trueMaximum Length:255Default Value:Talent ProfileSource of the language item. -
SourceType: string
Maximum Length:
30Code representing the source of language item. -
SpeakingLevelCode: string
Title:
Speaking Level CodeMaximum Length:30Level of speaking the language. Valid values derived from ratingLevelsLOV. -
SpeakingLevelDescription: string
Title:
Current Speaking LevelRead Only:trueMaximum Length:2000Description of the speaking level of the language. -
SpeakingLevelId: integer
(int64)
Title:
Speaking Level IDUnique identifier for the speaking level. -
SpeakingModelId: integer
(int64)
Title:
Speaking Rating ModelUnique identifier for the rating model associated with the speaking level of the language. -
WritingLevelCode: string
Title:
Writing Level CodeMaximum Length:30Level of writing the language. Valid values derived from ratingLevelsLOV. -
WritingLevelDescription: string
Title:
Current Writing LevelRead Only:trueMaximum Length:2000Description of the writing level of the language. -
WritingLevelId: integer
(int64)
Title:
Writing Level IDUnique identifier for the writing level. -
WritingModelId: integer
(int64)
Title:
Writing Rating ModelUnique identifier for the rating model associated with the writing level of the language.
Nested Schema : languageItemsDFF
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_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 : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
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_languageItem_view_LanguageItemJOB__5FCRITICALITYVO-item-response
-
ORGANIZATION_CRITICALITY -
object
oracle_apps_flex_hcm_profiles_core_languageItem_view_LanguageItemORGANIZATION__5FCRITICALITYVO-item-response
-
PERSON_CAREER_STATEMENT -
object
oracle_apps_flex_hcm_profiles_core_languageItem_view_LanguageItemPERSON__5FCAREER__5FSTATEMENTVO-item-response
-
PERSON_CATEGORY -
object
oracle_apps_flex_hcm_profiles_core_languageItem_view_LanguageItemPERSON__5FCATEGORYVO-item-response
-
PERSON_COMPONENT -
object
oracle_apps_flex_hcm_profiles_core_languageItem_view_LanguageItemPERSON__5FCOMPONENTVO-item-response
-
PERSON_N_BOX_ASSIGNMENT -
object
oracle_apps_flex_hcm_profiles_core_languageItem_view_LanguageItemPERSON__5FN__5FBOX__5FASSIGNMENTVO-item-response
-
PERSON_PERFORMANCE_RATING -
object
oracle_apps_flex_hcm_profiles_core_languageItem_view_LanguageItemPERSON__5FPERFORMANCE__5FRATINGVO-item-response
-
PERSON_PLATFORM -
object
oracle_apps_flex_hcm_profiles_core_languageItem_view_LanguageItemPERSON__5FPLATFORMVO-item-response
-
PERSON_POTENTIAL -
object
oracle_apps_flex_hcm_profiles_core_languageItem_view_LanguageItemPERSON__5FPOTENTIALVO-item-response
-
PERSON_PROBLEM_CODE -
object
oracle_apps_flex_hcm_profiles_core_languageItem_view_LanguageItemPERSON__5FPROBLEM__5FCODEVO-item-response
-
PERSON_PRODUCT -
object
oracle_apps_flex_hcm_profiles_core_languageItem_view_LanguageItemPERSON__5FPRODUCTVO-item-response
-
PERSON_PRODUCT_PROBLEM_CODE -
object
oracle_apps_flex_hcm_profiles_core_languageItem_view_LanguageItemPERSON__5FPRODUCT__5FPROBLEM__5FCODEVO-item-response
-
PERSON_READINESS -
object
oracle_apps_flex_hcm_profiles_core_languageItem_view_LanguageItemPERSON__5FREADINESSVO-item-response
-
PERSON_RISK -
object
oracle_apps_flex_hcm_profiles_core_languageItem_view_LanguageItemPERSON__5FRISKVO-item-response
-
PERSON_TALENT_SCORE -
object
oracle_apps_flex_hcm_profiles_core_languageItem_view_LanguageItemPERSON__5FTALENT__5FSCOREVO-item-response
-
POSITION_CRITICALITY -
object
oracle_apps_flex_hcm_profiles_core_languageItem_view_LanguageItemPOSITION__5FCRITICALITYVO-item-response
Nested Schema : oracle_apps_flex_hcm_profiles_core_languageItem_view_LanguageItemJOB__5FCRITICALITYVO-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context ValueMaximum Length:80Default Value:JOB_CRITICALITYContext Value -
__FLEX_Context_DisplayValue: string
Title:
Context ValueContext Value -
LanguageId: integer
(int64)
-
links: array
Links
Title:
LinksThe link relations associated with the resource instance.
Nested Schema : oracle_apps_flex_hcm_profiles_core_languageItem_view_LanguageItemORGANIZATION__5FCRITICALITYVO-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context ValueMaximum Length:80Default Value:ORGANIZATION_CRITICALITYContext Value -
__FLEX_Context_DisplayValue: string
Title:
Context ValueContext Value -
LanguageId: integer
(int64)
-
links: array
Links
Title:
LinksThe link relations associated with the resource instance.
Nested Schema : oracle_apps_flex_hcm_profiles_core_languageItem_view_LanguageItemPERSON__5FCAREER__5FSTATEMENTVO-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context ValueMaximum Length:80Default Value:PERSON_CAREER_STATEMENTContext Value -
__FLEX_Context_DisplayValue: string
Title:
Context ValueContext Value -
LanguageId: integer
(int64)
-
links: array
Links
Title:
LinksThe link relations associated with the resource instance.
Nested Schema : oracle_apps_flex_hcm_profiles_core_languageItem_view_LanguageItemPERSON__5FCATEGORYVO-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context ValueMaximum Length:80Default Value:PERSON_CATEGORYContext Value -
__FLEX_Context_DisplayValue: string
Title:
Context ValueContext Value -
LanguageId: integer
(int64)
-
links: array
Links
Title:
LinksThe link relations associated with the resource instance.
Nested Schema : oracle_apps_flex_hcm_profiles_core_languageItem_view_LanguageItemPERSON__5FCOMPONENTVO-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context ValueMaximum Length:80Default Value:PERSON_COMPONENTContext Value -
__FLEX_Context_DisplayValue: string
Title:
Context ValueContext Value -
LanguageId: integer
(int64)
-
links: array
Links
Title:
LinksThe link relations associated with the resource instance.
Nested Schema : oracle_apps_flex_hcm_profiles_core_languageItem_view_LanguageItemPERSON__5FN__5FBOX__5FASSIGNMENTVO-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context ValueMaximum Length:80Default Value:PERSON_N_BOX_ASSIGNMENTContext Value -
__FLEX_Context_DisplayValue: string
Title:
Context ValueContext Value -
LanguageId: integer
(int64)
-
links: array
Links
Title:
LinksThe link relations associated with the resource instance.
Nested Schema : oracle_apps_flex_hcm_profiles_core_languageItem_view_LanguageItemPERSON__5FPERFORMANCE__5FRATINGVO-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context ValueMaximum Length:80Default Value:PERSON_PERFORMANCE_RATINGContext Value -
__FLEX_Context_DisplayValue: string
Title:
Context ValueContext Value -
LanguageId: integer
(int64)
-
links: array
Links
Title:
LinksThe link relations associated with the resource instance.
Nested Schema : oracle_apps_flex_hcm_profiles_core_languageItem_view_LanguageItemPERSON__5FPLATFORMVO-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context ValueMaximum Length:80Default Value:PERSON_PLATFORMContext Value -
__FLEX_Context_DisplayValue: string
Title:
Context ValueContext Value -
LanguageId: integer
(int64)
-
links: array
Links
Title:
LinksThe link relations associated with the resource instance.
Nested Schema : oracle_apps_flex_hcm_profiles_core_languageItem_view_LanguageItemPERSON__5FPOTENTIALVO-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context ValueMaximum Length:80Default Value:PERSON_POTENTIALContext Value -
__FLEX_Context_DisplayValue: string
Title:
Context ValueContext Value -
LanguageId: integer
(int64)
-
links: array
Links
Title:
LinksThe link relations associated with the resource instance.
Nested Schema : oracle_apps_flex_hcm_profiles_core_languageItem_view_LanguageItemPERSON__5FPROBLEM__5FCODEVO-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context ValueMaximum Length:80Default Value:PERSON_PROBLEM_CODEContext Value -
__FLEX_Context_DisplayValue: string
Title:
Context ValueContext Value -
LanguageId: integer
(int64)
-
links: array
Links
Title:
LinksThe link relations associated with the resource instance.
Nested Schema : oracle_apps_flex_hcm_profiles_core_languageItem_view_LanguageItemPERSON__5FPRODUCTVO-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context ValueMaximum Length:80Default Value:PERSON_PRODUCTContext Value -
__FLEX_Context_DisplayValue: string
Title:
Context ValueContext Value -
LanguageId: integer
(int64)
-
links: array
Links
Title:
LinksThe link relations associated with the resource instance.
Nested Schema : oracle_apps_flex_hcm_profiles_core_languageItem_view_LanguageItemPERSON__5FPRODUCT__5FPROBLEM__5FCODEVO-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context ValueMaximum Length:80Default Value:PERSON_PRODUCT_PROBLEM_CODEContext Value -
__FLEX_Context_DisplayValue: string
Title:
Context ValueContext Value -
LanguageId: integer
(int64)
-
links: array
Links
Title:
LinksThe link relations associated with the resource instance.
Nested Schema : oracle_apps_flex_hcm_profiles_core_languageItem_view_LanguageItemPERSON__5FREADINESSVO-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context ValueMaximum Length:80Default Value:PERSON_READINESSContext Value -
__FLEX_Context_DisplayValue: string
Title:
Context ValueContext Value -
LanguageId: integer
(int64)
-
links: array
Links
Title:
LinksThe link relations associated with the resource instance.
Nested Schema : oracle_apps_flex_hcm_profiles_core_languageItem_view_LanguageItemPERSON__5FRISKVO-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context ValueMaximum Length:80Default Value:PERSON_RISKContext Value -
__FLEX_Context_DisplayValue: string
Title:
Context ValueContext Value -
LanguageId: integer
(int64)
-
links: array
Links
Title:
LinksThe link relations associated with the resource instance.
Nested Schema : oracle_apps_flex_hcm_profiles_core_languageItem_view_LanguageItemPERSON__5FTALENT__5FSCOREVO-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context ValueMaximum Length:80Default Value:PERSON_TALENT_SCOREContext Value -
__FLEX_Context_DisplayValue: string
Title:
Context ValueContext Value -
LanguageId: integer
(int64)
-
links: array
Links
Title:
LinksThe link relations associated with the resource instance.
Nested Schema : oracle_apps_flex_hcm_profiles_core_languageItem_view_LanguageItemPOSITION__5FCRITICALITYVO-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context ValueMaximum Length:80Default Value:POSITION_CRITICALITYContext Value -
__FLEX_Context_DisplayValue: string
Title:
Context ValueContext Value -
LanguageId: integer
(int64)
-
links: array
Links
Title:
LinksThe link relations associated with the resource instance.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : talentPersonProfiles-membershipSections-item-response
Type:
Show Source
object-
CreatedBy: string
Title:
Created ByRead Only:trueMaximum Length:64User who created the membership section. -
CreationDate: string
(date-time)
Title:
Creation DateRead Only:trueDate and time when the membership section was created. -
LastUpdateDate: string
(date-time)
Title:
Last Update DateRead Only:trueDate and time when the membership section was last updated. -
LastUpdatedBy: string
Title:
Last Updated ByRead Only:trueMaximum Length:64User who last updated the membership section. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
membershipItems: array
Membership Items
Title:
Membership ItemsThe membershipItems resource is the child of the membershipSections resource. It provides the list of the membership items within a membership section for a person. -
ProfileSectionId: integer
(int64)
Title:
Profile Section IDRead Only:trueUnique identifier of the content section associated with the profile. -
SectionContext: string
Title:
Section ContextMaximum Length:300Code of the content section. Valid values are defined in the profileTypeSectionsLOV. -
SectionId: integer
(int64)
Title:
Section IDUnique identifier of the content section. -
SectionName: string
Title:
Section NameRead Only:trueMaximum Length:240Name of the section. Valid values are defined in the profileTypeSectionsLOV.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : Membership Items
Type:
arrayTitle:
Membership ItemsThe 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:
Show Source
object-
AwardingBody: string
Title:
Awarding BodyMaximum Length:240Name of the awarding body. -
Comments: string
(byte)
Title:
CommentsComments of the content item. -
ContentItemId: integer
(int64)
Title:
Content Item IDUnique identifier for the content item. -
CreatedBy: string
Title:
Created ByRead Only:trueMaximum Length:64User who created the membership item. -
CreationDate: string
(date-time)
Title:
Creation DateRead Only:trueDate and time when the membership item was created. -
CurrentVolunteer: string
Title:
Current VolunteerMaximum Length:30Indicates whether the member is currently a volunteer. Valid values are Y and N. Valid values are defined in the commonLookupsLOV. -
CurrentVolunteerMeaning: string
Title:
Current VolunteerMaximum Length:255Represent whether the user is a current volunteer of the membership item. -
Description: string
(byte)
Title:
DescriptionDescription of the membership item. -
Establishment: string
Title:
Educational EstablishmentName of the educational establishment. Valid values are defined in the contentItemsLOV. -
EstablishmentId: integer
(int64)
Title:
Establishment IDUnique identifier of the establishment. -
Fee: integer
(int64)
Title:
FeeFees for the membership. -
FeeCurrency: string
Title:
Fee CurrencyMaximum Length:255Currency name for the fee. -
FeeCurrencyCode: string
Title:
Fee Currency CodeMaximum Length:30Currency of the membership fee. Valid values are defined in the currenciesLOV. -
InternalOrganization: string
Title:
Internal OrganizationMaximum Length:30Indicates whether the membership is for an internal organization. Valid values are Y and N. Valid values are defined in the commonLookupsLOV. -
InternalOrganizationMeaning: string
Title:
Internal OrganizationMaximum Length:255Represent whether the membership is for an internal organization. -
LastUpdateDate: string
(date-time)
Title:
Last Update DateRead Only:trueDate and time when the membership item was last update. -
LastUpdatedBy: string
Title:
Last Updated ByRead Only:trueMaximum Length:64User who last updated the membership item. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
MandatePosition: string
Title:
Mandate PositionMaximum Length:240Specifies the mandate position for the membership. -
Membership: string
Title:
Affiliation or Professional BodyName of the affiliation or professional Body. Valid values are defined in the contentItemsLOV. -
MembershipCategory: string
Title:
Membership CategoryMaximum Length:240Category of the membership. -
MembershipDate: string
(date)
Title:
Membership DateDate of membership. -
MembershipEndDate: string
(date)
Title:
Membership End DateDate on which the membership ends. -
MembershipId: integer
(int64)
Title:
Membership IDRead Only:trueIdentifier of the membership. -
membershipItemsDFF: array
membershipItemsDFF
-
MembershipNumber: string
Title:
Membership NumberMaximum Length:240Number of the membership. -
MembershipStartDate: string
(date)
Title:
Membership Start DateDate on which the membership starts. -
MonthlyTimeCommitment: string
Title:
Monthly Time CommitmentMaximum Length:240Time committed in a month. -
OrganizationURL: string
Title:
Organization URLMaximum Length:2000URL related to the membership. -
OtherEstablishment: string
Title:
EstablishmentMaximum Length:2000Name of the other educational establishment. -
OtherMembership: string
Title:
Affiliation or Professional BodyMaximum Length:240Name of any other affiliation or professional body. -
OtherProfessionalBodyName: string
Title:
Other Professional Body NameMaximum Length:240Name of the other professional body. -
PositionEndDate: string
(date)
Title:
Position End DateDate on which the position ends. -
PositionStartDate: string
(date)
Title:
Position Start DateDate on which the position begins. -
ProfileId: integer
(int64)
Surrogate identifier for the person profile.
-
RelatedItemFlag: boolean
Title:
Related ItemMaximum Length:30Attribute specific to learning outcome. Indicates whether the membership 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.
-
Source: string
Title:
SourceRead Only:trueMaximum Length:255Default Value:Talent ProfileSource of the membership item. -
SourceType: string
Maximum Length:
30Code representing the source of membership item. -
Status: string
Title:
Status CodeMaximum Length:30Status of the membership. Valid values are defined in the commonLookupsLOV. -
StatusMeaning: string
Title:
StatusMaximum Length:255Meaning of the status of membership. -
SubscriptionPaymentMethod: string
Title:
Subscription Payment Method CodeMaximum Length:30Payment method of the subscription. Valid values are defined in commonLookupsLOV. -
SubscriptionPayMethodMeaning: string
Title:
Subscription Payment MethodMaximum Length:255Represent the subscription payment method for the membership. -
TitleOrPositionHeld: string
Title:
Title or Position HeldMaximum Length:240Title or position held at the membership. -
VolunteerCause: string
Title:
Volunteer CauseMaximum Length:240Volunteer cause for the membership item.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : membershipItemsDFF
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_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:
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_membershipItem_view_MembershipItemJOB__5FCRITICALITYVO-item-response
-
ORGANIZATION_CRITICALITY -
object
oracle_apps_flex_hcm_profiles_core_membershipItem_view_MembershipItemORGANIZATION__5FCRITICALITYVO-item-response
-
PERSON_CAREER_STATEMENT -
object
oracle_apps_flex_hcm_profiles_core_membershipItem_view_MembershipItemPERSON__5FCAREER__5FSTATEMENTVO-item-response
-
PERSON_CATEGORY -
object
oracle_apps_flex_hcm_profiles_core_membershipItem_view_MembershipItemPERSON__5FCATEGORYVO-item-response
-
PERSON_COMPONENT -
object
oracle_apps_flex_hcm_profiles_core_membershipItem_view_MembershipItemPERSON__5FCOMPONENTVO-item-response
-
PERSON_N_BOX_ASSIGNMENT -
object
oracle_apps_flex_hcm_profiles_core_membershipItem_view_MembershipItemPERSON__5FN__5FBOX__5FASSIGNMENTVO-item-response
-
PERSON_PERFORMANCE_RATING -
object
oracle_apps_flex_hcm_profiles_core_membershipItem_view_MembershipItemPERSON__5FPERFORMANCE__5FRATINGVO-item-response
-
PERSON_PLATFORM -
object
oracle_apps_flex_hcm_profiles_core_membershipItem_view_MembershipItemPERSON__5FPLATFORMVO-item-response
-
PERSON_POTENTIAL -
object
oracle_apps_flex_hcm_profiles_core_membershipItem_view_MembershipItemPERSON__5FPOTENTIALVO-item-response
-
PERSON_PROBLEM_CODE -
object
oracle_apps_flex_hcm_profiles_core_membershipItem_view_MembershipItemPERSON__5FPROBLEM__5FCODEVO-item-response
-
PERSON_PRODUCT -
object
oracle_apps_flex_hcm_profiles_core_membershipItem_view_MembershipItemPERSON__5FPRODUCTVO-item-response
-
PERSON_PRODUCT_PROBLEM_CODE -
object
oracle_apps_flex_hcm_profiles_core_membershipItem_view_MembershipItemPERSON__5FPRODUCT__5FPROBLEM__5FCODEVO-item-response
-
PERSON_READINESS -
object
oracle_apps_flex_hcm_profiles_core_membershipItem_view_MembershipItemPERSON__5FREADINESSVO-item-response
-
PERSON_RISK -
object
oracle_apps_flex_hcm_profiles_core_membershipItem_view_MembershipItemPERSON__5FRISKVO-item-response
-
PERSON_TALENT_SCORE -
object
oracle_apps_flex_hcm_profiles_core_membershipItem_view_MembershipItemPERSON__5FTALENT__5FSCOREVO-item-response
-
POSITION_CRITICALITY -
object
oracle_apps_flex_hcm_profiles_core_membershipItem_view_MembershipItemPOSITION__5FCRITICALITYVO-item-response
Nested Schema : oracle_apps_flex_hcm_profiles_core_membershipItem_view_MembershipItemJOB__5FCRITICALITYVO-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context ValueMaximum Length:80Default Value:JOB_CRITICALITYContext Value -
__FLEX_Context_DisplayValue: string
Title:
Context ValueContext Value -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
MembershipId: integer
(int64)
Nested Schema : oracle_apps_flex_hcm_profiles_core_membershipItem_view_MembershipItemORGANIZATION__5FCRITICALITYVO-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context ValueMaximum Length:80Default Value:ORGANIZATION_CRITICALITYContext Value -
__FLEX_Context_DisplayValue: string
Title:
Context ValueContext Value -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
MembershipId: integer
(int64)
Nested Schema : oracle_apps_flex_hcm_profiles_core_membershipItem_view_MembershipItemPERSON__5FCAREER__5FSTATEMENTVO-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context ValueMaximum Length:80Default Value:PERSON_CAREER_STATEMENTContext Value -
__FLEX_Context_DisplayValue: string
Title:
Context ValueContext Value -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
MembershipId: integer
(int64)
Nested Schema : oracle_apps_flex_hcm_profiles_core_membershipItem_view_MembershipItemPERSON__5FCATEGORYVO-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context ValueMaximum Length:80Default Value:PERSON_CATEGORYContext Value -
__FLEX_Context_DisplayValue: string
Title:
Context ValueContext Value -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
MembershipId: integer
(int64)
Nested Schema : oracle_apps_flex_hcm_profiles_core_membershipItem_view_MembershipItemPERSON__5FCOMPONENTVO-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context ValueMaximum Length:80Default Value:PERSON_COMPONENTContext Value -
__FLEX_Context_DisplayValue: string
Title:
Context ValueContext Value -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
MembershipId: integer
(int64)
Nested Schema : oracle_apps_flex_hcm_profiles_core_membershipItem_view_MembershipItemPERSON__5FN__5FBOX__5FASSIGNMENTVO-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context ValueMaximum Length:80Default Value:PERSON_N_BOX_ASSIGNMENTContext Value -
__FLEX_Context_DisplayValue: string
Title:
Context ValueContext Value -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
MembershipId: integer
(int64)
Nested Schema : oracle_apps_flex_hcm_profiles_core_membershipItem_view_MembershipItemPERSON__5FPERFORMANCE__5FRATINGVO-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context ValueMaximum Length:80Default Value:PERSON_PERFORMANCE_RATINGContext Value -
__FLEX_Context_DisplayValue: string
Title:
Context ValueContext Value -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
MembershipId: integer
(int64)
Nested Schema : oracle_apps_flex_hcm_profiles_core_membershipItem_view_MembershipItemPERSON__5FPLATFORMVO-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context ValueMaximum Length:80Default Value:PERSON_PLATFORMContext Value -
__FLEX_Context_DisplayValue: string
Title:
Context ValueContext Value -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
MembershipId: integer
(int64)
Nested Schema : oracle_apps_flex_hcm_profiles_core_membershipItem_view_MembershipItemPERSON__5FPOTENTIALVO-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context ValueMaximum Length:80Default Value:PERSON_POTENTIALContext Value -
__FLEX_Context_DisplayValue: string
Title:
Context ValueContext Value -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
MembershipId: integer
(int64)
Nested Schema : oracle_apps_flex_hcm_profiles_core_membershipItem_view_MembershipItemPERSON__5FPROBLEM__5FCODEVO-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context ValueMaximum Length:80Default Value:PERSON_PROBLEM_CODEContext Value -
__FLEX_Context_DisplayValue: string
Title:
Context ValueContext Value -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
MembershipId: integer
(int64)
Nested Schema : oracle_apps_flex_hcm_profiles_core_membershipItem_view_MembershipItemPERSON__5FPRODUCTVO-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context ValueMaximum Length:80Default Value:PERSON_PRODUCTContext Value -
__FLEX_Context_DisplayValue: string
Title:
Context ValueContext Value -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
MembershipId: integer
(int64)
Nested Schema : oracle_apps_flex_hcm_profiles_core_membershipItem_view_MembershipItemPERSON__5FPRODUCT__5FPROBLEM__5FCODEVO-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context ValueMaximum Length:80Default Value:PERSON_PRODUCT_PROBLEM_CODEContext Value -
__FLEX_Context_DisplayValue: string
Title:
Context ValueContext Value -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
MembershipId: integer
(int64)
Nested Schema : oracle_apps_flex_hcm_profiles_core_membershipItem_view_MembershipItemPERSON__5FREADINESSVO-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context ValueMaximum Length:80Default Value:PERSON_READINESSContext Value -
__FLEX_Context_DisplayValue: string
Title:
Context ValueContext Value -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
MembershipId: integer
(int64)
Nested Schema : oracle_apps_flex_hcm_profiles_core_membershipItem_view_MembershipItemPERSON__5FRISKVO-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context ValueMaximum Length:80Default Value:PERSON_RISKContext Value -
__FLEX_Context_DisplayValue: string
Title:
Context ValueContext Value -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
MembershipId: integer
(int64)
Nested Schema : oracle_apps_flex_hcm_profiles_core_membershipItem_view_MembershipItemPERSON__5FTALENT__5FSCOREVO-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context ValueMaximum Length:80Default Value:PERSON_TALENT_SCOREContext Value -
__FLEX_Context_DisplayValue: string
Title:
Context ValueContext Value -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
MembershipId: integer
(int64)
Nested Schema : oracle_apps_flex_hcm_profiles_core_membershipItem_view_MembershipItemPOSITION__5FCRITICALITYVO-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context ValueMaximum Length:80Default Value:POSITION_CRITICALITYContext Value -
__FLEX_Context_DisplayValue: string
Title:
Context ValueContext Value -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
MembershipId: integer
(int64)
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : talentPersonProfiles-publicSkills-item-response
Type:
Show Source
object-
Comments: string
(byte)
Title:
CommentsComments of the content item. -
ConfirmationFlag: boolean
Title:
Confirmation StatusRead Only:trueMaximum Length:30Indicates whether the proficiency level has been confirmed for the public skill. Valid values are true and false. Default value is false. -
ContentItemId: integer
(int64)
Title:
Content Item IDUnique identifier for the public skill content item. -
CreatedBy: string
Title:
Created ByRead Only:trueMaximum Length:64User who created the public skill. -
CreationDate: string
(date-time)
Title:
Creation DateRead Only:trueDate and time when the public skill was created. -
DateAchieved: string
(date)
Title:
Date AchievedDate when skill was achieved. -
Description: string
(byte)
Title:
DescriptionDescription of the skill item. -
endorsements: array
Endorsements
Title:
EndorsementsThe 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. -
Group: string
Title:
Group CodeMaximum Length:30Code that indicates whether the skill is acquired or developing. Values can be ORA_DEVELOPED or ORA_DEVELOPING. Valid values are defined in the commonLookupsLOV. -
GroupMeaning: string
Title:
GroupRead Only:trueMaximum Length:80Meaning of the skill group. -
LastUpdateDate: string
(date-time)
Title:
Last Update DateRead Only:trueDate and time when the public skill was last updated. -
LastUpdatedBy: string
Title:
Last Updated ByRead Only:trueMaximum Length:64User who last updated the public section. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
NumericRating: number
Title:
Numeric RatingRead Only:trueNumeric rating of the public skill. -
ProficiencyLevel: string
Title:
Proficiency LevelRead Only:trueMaximum Length:2000Description or name of the proficiency level of the public skill. -
ProficiencyLevelCode: string
Title:
Proficiency Level CodeMaximum Length:30Code representing the proficiency level of public skill. -
ProficiencyLevelId: integer
(int64)
Title:
Proficiency Level IDUnique identifier of the proficiency level in the public skill. -
ProfileId: integer
(int64)
Surrogate identifier for the person profile.
-
ProjectName: string
Title:
Project Name or ActivitiesMaximum Length:2000Name of the project or activity. -
RatingModelId: integer
Title:
Rating Model IdRead Only:trueUnique identifier of the rating model associated with the public skill content section. -
RelatedItemFlag: boolean
Title:
Related ItemMaximum Length:30Attribute specific to learning outcome. Indicates whether the public 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 public skill. -
SkillCurationStatus: string
Title:
Skill Curation StatusMaximum Length:30Code representing the source of skill item. -
SkillCurationType: string
Maximum Length:
30Code representing the source of skill item. -
SkillId: integer
(int64)
Title:
Skill IDRead Only:trueUnique identifier for the public skill. -
SkillName: string
Title:
SkillMaximum Length:700Name of the public skill. -
SkillType: string
Title:
Skill Type CodeMaximum Length:30Type of skill. Valid values defined in commonLookupsLOV. -
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 : Endorsements
Type:
arrayTitle:
EndorsementsThe 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 : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : talentPersonProfiles-publicSkills-endorsements-item-response
Type:
Show Source
object-
CreatedBy: string
Title:
Created ByRead Only:trueMaximum Length:64User who created the endorsement. -
CreationDate: string
(date-time)
Title:
Creation DateRead Only:trueDate and time when the endorsement was created. -
EndorsementId: integer
(int64)
Title:
Endorsement IDUnique identifier for the endorsement. -
EndorserId: integer
(int64)
Title:
Endorser IDUnique identifier of the endorser. -
LastUpdateDate: string
(date-time)
Title:
Last Update DateRead Only:trueDate and time when the endorsement was last updated. -
LastUpdatedBy: string
Title:
Last Updated ByRead Only:trueMaximum Length:64User who last updated the endorsement. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
NumericRating: number
Title:
Numeric RatingRead Only:trueNumeric rating of the skill. -
ProficiencyLevelCode: string
Title:
Proficiency Level CodeMaximum Length:30Code representing the proficiency level of the skill. -
ProficiencyLevelId: integer
(int64)
Title:
Proficiency Level IDUnique identifier of the proficiency level of the skill. -
RequestedDate: string
(date-time)
Title:
Requested DateRead Only:trueDate and time when the endorsement was created. -
RequestorPersonId: integer
(int64)
Title:
Requester Person IDUnique identifier of the person who has requested the endorsement. -
Status: string
Title:
Status CodeMaximum Length:30Status of the endorsement. Values can be ORA_COMPLETED or ORA_PENDING or ORA_IGNORE. Valid values are defined in the commonLookupsLOV.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : talentPersonProfiles-skillSections-item-response
Type:
Show Source
object-
CreatedBy: string
Title:
Created ByRead Only:trueMaximum Length:64User who created the skill section. -
CreationDate: string
(date-time)
Title:
Creation DateRead Only:trueDate and time when the skill section was created. -
LastUpdateDate: string
(date-time)
Title:
Last Update DateRead Only:trueDate and time when the skill section was last updated. -
LastUpdatedBy: string
Title:
Last Updated ByRead Only:trueMaximum Length:64User who last updated the skill section. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
ProfileSectionId: integer
(int64)
Title:
Profile Section IDRead Only:trueUnique identifier of the content section associated with the profile. -
SectionContext: string
Title:
Section ContextMaximum Length:300Code of the content section. Valid values are defined in the profileTypeSectionsLOV. -
SectionId: integer
(int64)
Title:
Section IDUnique identifier of the content section. -
SectionName: string
Title:
Section NameRead Only:trueMaximum Length:240Name of the section. Valid values are defined in the profileTypeSectionsLOV. -
skillItems: array
Skill Items
Title:
Skill ItemsThe skillItemsresource is the child of the skillSections resource. It provides the list of the skill items within a skill section for a person.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : Skill Items
Type:
arrayTitle:
Skill ItemsThe 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:
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 : 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_CRITICALITYContext Value -
__FLEX_Context_DisplayValue: string
Title:
Context ValueContext 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_CRITICALITYContext Value -
__FLEX_Context_DisplayValue: string
Title:
Context ValueContext 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_STATEMENTContext Value -
__FLEX_Context_DisplayValue: string
Title:
Context ValueContext 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_CATEGORYContext Value -
__FLEX_Context_DisplayValue: string
Title:
Context ValueContext 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_COMPONENTContext Value -
__FLEX_Context_DisplayValue: string
Title:
Context ValueContext 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_ASSIGNMENTContext Value -
__FLEX_Context_DisplayValue: string
Title:
Context ValueContext 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_RATINGContext Value -
__FLEX_Context_DisplayValue: string
Title:
Context ValueContext 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_PLATFORMContext Value -
__FLEX_Context_DisplayValue: string
Title:
Context ValueContext 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_POTENTIALContext Value -
__FLEX_Context_DisplayValue: string
Title:
Context ValueContext 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_CODEContext Value -
__FLEX_Context_DisplayValue: string
Title:
Context ValueContext 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_PRODUCTContext Value -
__FLEX_Context_DisplayValue: string
Title:
Context ValueContext 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_CODEContext Value -
__FLEX_Context_DisplayValue: string
Title:
Context ValueContext 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_READINESSContext Value -
__FLEX_Context_DisplayValue: string
Title:
Context ValueContext 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_RISKContext Value -
__FLEX_Context_DisplayValue: string
Title:
Context ValueContext 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_SCOREContext Value -
__FLEX_Context_DisplayValue: string
Title:
Context ValueContext 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_CRITICALITYContext Value -
__FLEX_Context_DisplayValue: string
Title:
Context ValueContext 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
Nested Schema : talentPersonProfiles-specialProjectSections-item-response
Type:
Show Source
object-
CreatedBy: string
Title:
Created ByRead Only:trueMaximum Length:64User who created the special project section. -
CreationDate: string
(date-time)
Title:
Creation DateRead Only:trueDate and time when the special project section was created. -
LastUpdateDate: string
(date-time)
Title:
Last Update DateRead Only:trueDate and time when the special project section was last updated. -
LastUpdatedBy: string
Title:
Last Updated ByRead Only:trueMaximum Length:64User who last updated the special project section. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
ProfileSectionId: integer
(int64)
Title:
Profile Section IDRead Only:trueUnique identifier of the content section associated with the profile. -
SectionContext: string
Title:
Section ContextMaximum Length:300Code of the content section. Valid values are defined in the profileTypeSectionsLOV. -
SectionId: integer
(int64)
Title:
Section IDUnique identifier of the content section. -
SectionName: string
Title:
Section NameRead Only:trueMaximum Length:240Name of the section. Valid values are defined in the profileTypeSectionsLOV. -
specialProjectItems: array
Special Project Items
Title:
Special Project ItemsThe 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.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : Special Project Items
Type:
arrayTitle:
Special Project ItemsThe 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:
Show Source
object-
Billable: string
Title:
BillableMaximum Length:30Indicates whether the special project is billable. Valid values are Y and N. Valid values are defined in the commonLookupsLOV. -
BillableMeaning: string
Title:
BillableRepresent whether the user is billable for the project. -
BusinessUnit: string
Title:
Business UnitMaximum Length:240Name of the business unit. -
Category: string
Title:
Project CategoryMaximum Length:240Category of the special project. -
Comments: string
(byte)
Title:
CommentsComments on the project. -
CompletionDate: string
(date)
Title:
Project Completion DateDate when project is completed. -
Contact: string
Title:
ContactRead Only:trueContact provided on the special project. -
ContactPersonId: integer
(int64)
Title:
Contact Person IDUnique identifier of the contact provided on the special project. -
ContactPersonNumber: string
Title:
Contact Person NumberMaximum Length:30Number for the contact person provided on the special project. -
ContentItemId: integer
(int64)
Title:
Content Item IDUnique identifier for the content item. -
CreatedBy: string
Title:
Created ByRead Only:trueMaximum Length:64User who created the special project item. -
CreationDate: string
(date-time)
Title:
Creation DateRead Only:trueDate and time when the special project item was created. -
CustomerName: string
Title:
Customer NameMaximum Length:240Name of the customer. -
Description: string
(byte)
Title:
Project DescriptionDescription of the special project item. -
Employer: string
Title:
EmployerMaximum Length:240Name of the employer. -
LastUpdateDate: string
(date-time)
Title:
Last Update DateRead Only:trueDate and time when the special project item was last updated. -
LastUpdatedBy: string
Title:
Last Updated ByRead Only:trueMaximum Length:64User who last updated the special project item. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
Manager: string
Title:
Project ManagerMaximum Length:240Name of the project manager. -
OtherProjectName: string
Title:
Project NameMaximum Length:240Name of the other special project. -
ProfileId: integer
(int64)
Surrogate identifier for the person profile.
-
ProjectId: integer
(int64)
Title:
Project IDRead Only:trueIdentifier for the project. -
ProjectName: string
Title:
Project NameName of the special project. Valid values are defined in the contentItemsLOV. -
ProjectURL: string
Title:
Project URLMaximum Length:2000URL linked to the project. -
RelatedItemFlag: boolean
Title:
Related ItemMaximum Length:30Attribute specific to learning outcome. Indicates whether the special project 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. -
Role: string
Title:
Project RoleMaximum Length:240Role in the previous project. -
SectionId: integer
(int64)
Unique identifier of the content section.
-
Source: string
Title:
SourceRead Only:trueMaximum Length:255Default Value:Talent ProfileSource of the special project item. -
SourceType: string
Maximum Length:
30Code representing the source of special project item. -
specialProjectItemsDFF: array
specialProjectItemsDFF
-
StartDate: string
(date)
Title:
Project Start DateDate when project starts.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : specialProjectItemsDFF
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_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:
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_SpecialProjectItem_view_SpecialProjectItemJOB__5FCRITICALITYVO-item-response
-
ORGANIZATION_CRITICALITY -
object
oracle_apps_flex_hcm_profiles_core_SpecialProjectItem_view_SpecialProjectItemORGANIZATION__5FCRITICALITYVO-item-response
-
PERSON_CAREER_STATEMENT -
object
oracle_apps_flex_hcm_profiles_core_SpecialProjectItem_view_SpecialProjectItemPERSON__5FCAREER__5FSTATEMENTVO-item-response
-
PERSON_CATEGORY -
object
oracle_apps_flex_hcm_profiles_core_SpecialProjectItem_view_SpecialProjectItemPERSON__5FCATEGORYVO-item-response
-
PERSON_COMPONENT -
object
oracle_apps_flex_hcm_profiles_core_SpecialProjectItem_view_SpecialProjectItemPERSON__5FCOMPONENTVO-item-response
-
PERSON_N_BOX_ASSIGNMENT -
object
oracle_apps_flex_hcm_profiles_core_SpecialProjectItem_view_SpecialProjectItemPERSON__5FN__5FBOX__5FASSIGNMENTVO-item-response
-
PERSON_PERFORMANCE_RATING -
object
oracle_apps_flex_hcm_profiles_core_SpecialProjectItem_view_SpecialProjectItemPERSON__5FPERFORMANCE__5FRATINGVO-item-response
-
PERSON_PLATFORM -
object
oracle_apps_flex_hcm_profiles_core_SpecialProjectItem_view_SpecialProjectItemPERSON__5FPLATFORMVO-item-response
-
PERSON_POTENTIAL -
object
oracle_apps_flex_hcm_profiles_core_SpecialProjectItem_view_SpecialProjectItemPERSON__5FPOTENTIALVO-item-response
-
PERSON_PROBLEM_CODE -
object
oracle_apps_flex_hcm_profiles_core_SpecialProjectItem_view_SpecialProjectItemPERSON__5FPROBLEM__5FCODEVO-item-response
-
PERSON_PRODUCT -
object
oracle_apps_flex_hcm_profiles_core_SpecialProjectItem_view_SpecialProjectItemPERSON__5FPRODUCTVO-item-response
-
PERSON_PRODUCT_PROBLEM_CODE -
object
oracle_apps_flex_hcm_profiles_core_SpecialProjectItem_view_SpecialProjectItemPERSON__5FPRODUCT__5FPROBLEM__5FCODEVO-item-response
-
PERSON_READINESS -
object
oracle_apps_flex_hcm_profiles_core_SpecialProjectItem_view_SpecialProjectItemPERSON__5FREADINESSVO-item-response
-
PERSON_RISK -
object
oracle_apps_flex_hcm_profiles_core_SpecialProjectItem_view_SpecialProjectItemPERSON__5FRISKVO-item-response
-
PERSON_TALENT_SCORE -
object
oracle_apps_flex_hcm_profiles_core_SpecialProjectItem_view_SpecialProjectItemPERSON__5FTALENT__5FSCOREVO-item-response
-
POSITION_CRITICALITY -
object
oracle_apps_flex_hcm_profiles_core_SpecialProjectItem_view_SpecialProjectItemPOSITION__5FCRITICALITYVO-item-response
Nested Schema : oracle_apps_flex_hcm_profiles_core_SpecialProjectItem_view_SpecialProjectItemJOB__5FCRITICALITYVO-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context ValueMaximum Length:80Default Value:JOB_CRITICALITYContext Value -
__FLEX_Context_DisplayValue: string
Title:
Context ValueContext Value -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
ProjectId: integer
(int64)
Nested Schema : oracle_apps_flex_hcm_profiles_core_SpecialProjectItem_view_SpecialProjectItemORGANIZATION__5FCRITICALITYVO-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context ValueMaximum Length:80Default Value:ORGANIZATION_CRITICALITYContext Value -
__FLEX_Context_DisplayValue: string
Title:
Context ValueContext Value -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
ProjectId: integer
(int64)
Nested Schema : oracle_apps_flex_hcm_profiles_core_SpecialProjectItem_view_SpecialProjectItemPERSON__5FCAREER__5FSTATEMENTVO-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context ValueMaximum Length:80Default Value:PERSON_CAREER_STATEMENTContext Value -
__FLEX_Context_DisplayValue: string
Title:
Context ValueContext Value -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
ProjectId: integer
(int64)
Nested Schema : oracle_apps_flex_hcm_profiles_core_SpecialProjectItem_view_SpecialProjectItemPERSON__5FCATEGORYVO-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context ValueMaximum Length:80Default Value:PERSON_CATEGORYContext Value -
__FLEX_Context_DisplayValue: string
Title:
Context ValueContext Value -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
ProjectId: integer
(int64)
Nested Schema : oracle_apps_flex_hcm_profiles_core_SpecialProjectItem_view_SpecialProjectItemPERSON__5FCOMPONENTVO-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context ValueMaximum Length:80Default Value:PERSON_COMPONENTContext Value -
__FLEX_Context_DisplayValue: string
Title:
Context ValueContext Value -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
ProjectId: integer
(int64)
Nested Schema : oracle_apps_flex_hcm_profiles_core_SpecialProjectItem_view_SpecialProjectItemPERSON__5FN__5FBOX__5FASSIGNMENTVO-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context ValueMaximum Length:80Default Value:PERSON_N_BOX_ASSIGNMENTContext Value -
__FLEX_Context_DisplayValue: string
Title:
Context ValueContext Value -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
ProjectId: integer
(int64)
Nested Schema : oracle_apps_flex_hcm_profiles_core_SpecialProjectItem_view_SpecialProjectItemPERSON__5FPERFORMANCE__5FRATINGVO-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context ValueMaximum Length:80Default Value:PERSON_PERFORMANCE_RATINGContext Value -
__FLEX_Context_DisplayValue: string
Title:
Context ValueContext Value -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
ProjectId: integer
(int64)
Nested Schema : oracle_apps_flex_hcm_profiles_core_SpecialProjectItem_view_SpecialProjectItemPERSON__5FPLATFORMVO-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context ValueMaximum Length:80Default Value:PERSON_PLATFORMContext Value -
__FLEX_Context_DisplayValue: string
Title:
Context ValueContext Value -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
ProjectId: integer
(int64)
Nested Schema : oracle_apps_flex_hcm_profiles_core_SpecialProjectItem_view_SpecialProjectItemPERSON__5FPOTENTIALVO-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context ValueMaximum Length:80Default Value:PERSON_POTENTIALContext Value -
__FLEX_Context_DisplayValue: string
Title:
Context ValueContext Value -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
ProjectId: integer
(int64)
Nested Schema : oracle_apps_flex_hcm_profiles_core_SpecialProjectItem_view_SpecialProjectItemPERSON__5FPROBLEM__5FCODEVO-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context ValueMaximum Length:80Default Value:PERSON_PROBLEM_CODEContext Value -
__FLEX_Context_DisplayValue: string
Title:
Context ValueContext Value -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
ProjectId: integer
(int64)
Nested Schema : oracle_apps_flex_hcm_profiles_core_SpecialProjectItem_view_SpecialProjectItemPERSON__5FPRODUCTVO-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context ValueMaximum Length:80Default Value:PERSON_PRODUCTContext Value -
__FLEX_Context_DisplayValue: string
Title:
Context ValueContext Value -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
ProjectId: integer
(int64)
Nested Schema : oracle_apps_flex_hcm_profiles_core_SpecialProjectItem_view_SpecialProjectItemPERSON__5FPRODUCT__5FPROBLEM__5FCODEVO-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context ValueMaximum Length:80Default Value:PERSON_PRODUCT_PROBLEM_CODEContext Value -
__FLEX_Context_DisplayValue: string
Title:
Context ValueContext Value -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
ProjectId: integer
(int64)
Nested Schema : oracle_apps_flex_hcm_profiles_core_SpecialProjectItem_view_SpecialProjectItemPERSON__5FREADINESSVO-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context ValueMaximum Length:80Default Value:PERSON_READINESSContext Value -
__FLEX_Context_DisplayValue: string
Title:
Context ValueContext Value -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
ProjectId: integer
(int64)
Nested Schema : oracle_apps_flex_hcm_profiles_core_SpecialProjectItem_view_SpecialProjectItemPERSON__5FRISKVO-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context ValueMaximum Length:80Default Value:PERSON_RISKContext Value -
__FLEX_Context_DisplayValue: string
Title:
Context ValueContext Value -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
ProjectId: integer
(int64)
Nested Schema : oracle_apps_flex_hcm_profiles_core_SpecialProjectItem_view_SpecialProjectItemPERSON__5FTALENT__5FSCOREVO-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context ValueMaximum Length:80Default Value:PERSON_TALENT_SCOREContext Value -
__FLEX_Context_DisplayValue: string
Title:
Context ValueContext Value -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
ProjectId: integer
(int64)
Nested Schema : oracle_apps_flex_hcm_profiles_core_SpecialProjectItem_view_SpecialProjectItemPOSITION__5FCRITICALITYVO-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context ValueMaximum Length:80Default Value:POSITION_CRITICALITYContext Value -
__FLEX_Context_DisplayValue: string
Title:
Context ValueContext Value -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
ProjectId: integer
(int64)
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : talentPersonProfiles-technicalPostDetailsSections-item-response
Type:
Show Source
object-
CreatedBy: string
Title:
Created ByRead Only:trueMaximum Length:64User who created the technical post detail section. -
CreationDate: string
(date-time)
Title:
Creation DateRead Only:trueDate and time when the technical post detail section was created. -
LastUpdateDate: string
(date-time)
Title:
Last Update DateRead Only:trueDate and time when the technical post detail section was last updated. -
LastUpdatedBy: string
Title:
Last Updated ByRead Only:trueMaximum Length:64User who last updated the technical post detail section. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
ProfileSectionId: integer
(int64)
Title:
Profile Section IDUnique identifier for the technical post detail section associated with the profile. -
SectionContext: string
Title:
Section ContextMaximum Length:300Code of the technical post detail section. Valid values are defined in the profileTypeSectionsLOV. -
SectionId: integer
(int64)
Title:
Section IDUnique identifier of the technical post detail section. -
SectionName: string
Title:
Section NameRead Only:trueMaximum Length:240Name of the section. Valid values are defined in the profileTypeSectionsLOV. -
technicalPostDetailsItems: array
Technical Post Details Items
Title:
Technical Post Details ItemsThe 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.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : Technical Post Details Items
Type:
arrayTitle:
Technical Post Details ItemsThe 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:
Show Source
object-
ContentItemId: integer
(int64)
Title:
Technical Post DetailUnique identifier for the content item. -
CreatedBy: string
Read Only:
trueMaximum Length:64User who created the technical post detail item. -
CreationDate: string
(date-time)
Read Only:
trueDate and time when the technical post detail item was created. -
ExpiryDate: string
(date)
Title:
Expiry DateDate on which the technical post details item expires. -
GrantingAuthority: string
Title:
Granting AuthorityMaximum Length:240Granting authority of the technical post detail item. -
GrantingDate: string
(date)
Title:
Granting DateGranting date of the technical post detail item. -
LastUpdateDate: string
(date-time)
Title:
Last Update DateRead Only:trueDate and time when the technical post detail item was last updated. -
LastUpdatedBy: string
Read Only:
trueMaximum Length:64User who last updated the technical post detail item. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
ProfileId: integer
(int64)
Unique identifier of the person profile.
-
SectionId: integer
(int64)
Unique identifier of the profile content section.
-
Source: string
Title:
SourceRead Only:trueMaximum Length:255Source of the technicalPostDetails item. -
TechnicalLevel: string
Title:
Technical LevelMaximum Length:30Describes the technical level of the technical post detail item. -
TechnicalLevelRO: string
Read only attribute for technical level.
-
TechnicalPostDetail: string
Maximum Length:
255Name of the technical post detail item. -
technicalPostDetailItemsDFF: array
technicalPostDetailItemsDFF
-
TechPostDetailId: integer
(int64)
Surrogate identifier for the person technical post detail.
-
WayToObtainTitle: string
Title:
Way to Obtain TitleMaximum Length:30Tells how to obtain title for the technical post detail item. -
WayToObtainTitleRO: string
Read only attribute for way to obtain title.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : talentPersonProfiles-technicalPostDetailsSections-technicalPostDetailsItems-technicalPostDetailItemsDFF-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context ValueMaximum Length:80Context Value -
__FLEX_Context_DisplayValue: string
Title:
Context ValueContext Value -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
TechPostDetailId: integer
(int64)
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : talentPersonProfiles-workHistorySections-item-response
Type:
Show Source
object-
CreatedBy: string
Title:
Created ByRead Only:trueMaximum Length:64User who created the work history section. -
CreationDate: string
(date-time)
Title:
Creation DateRead Only:trueDate and time when the work history section was created. -
LastUpdateDate: string
(date-time)
Title:
Last Update DateRead Only:trueDate and time when the work history section was last updated. -
LastUpdatedBy: string
Title:
Last Updated ByRead Only:trueMaximum Length:64User who last updated the work history section. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
ProfileSectionId: integer
(int64)
Title:
Profile Section IDRead Only:trueUnique identifier of the content section associated with the profile. -
SectionContext: string
Title:
Section ContextMaximum Length:300Code of the content section. Valid values are defined in the profileTypeSectionsLOV. -
SectionId: integer
(int64)
Title:
Section IDUnique identifier of the content section. -
SectionName: string
Title:
Section NameRead Only:trueMaximum Length:240Name of the section. Valid values are defined in the profileTypeSectionsLOV. -
workHistoryItems: array
Work History Items
Title:
Work History ItemsThe 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.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : Work History Items
Type:
arrayTitle:
Work History ItemsThe 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:
Show Source
object-
Achievements: string
(byte)
Title:
AchievementsAchievements in the previous employment. -
AdditionalInformation: string
(byte)
Title:
Additional InformationAdditional information on the previous employment. -
CompanyURL: string
Title:
Company URLMaximum Length:2000URL linked to the previous employment. -
CreatedBy: string
Title:
Created ByRead Only:trueMaximum Length:64User who created the work history item. -
CreationDate: string
(date-time)
Title:
Creation DateRead Only:trueDate and time when the work history item was created. -
CurrentJob: string
Title:
Current JobMaximum Length:30Indicates whether the job is current. Valid values are Y and N. Valid values are defined in the commonLookupsLOV. -
DepartmentOrDivisionOrPost: string
Title:
Department or Division or PostMaximum Length:240Department, division, or post attributed to the previous employment. -
DirectReports: integer
(int64)
Title:
Direct ReportsNumber of direct reports in the previous employment. -
EmployerCity: string
Title:
Employer CityMaximum Length:240City of the employer. -
EmployerCountry: string
Title:
Employer Country CodeMaximum Length:30Country of the employer. Valid values are defined in the hcmCountriesLOV. -
EmployerName: string
Title:
Employer NameMaximum Length:240Name of the employer. -
EmployerPhone: string
Title:
Employer PhoneMaximum Length:240Phone number of the employer. -
EmployerStateOrProvince: string
Title:
Employer State or Province CodeMaximum Length:360State or province of the employer. Valid values are defined in the hcmAddressesLOV. -
EndDate: string
(date)
Title:
End DateEnd date of the profile item record. -
EndingCompensation: number
Title:
Ending CompensationEnding compensation at previous employment. -
Internal: string
Title:
Internal CodeMaximum Length:30Indicates whether the work history item is internal. Valid values are Y and N. Valid values are defined in the commonLookupsLOV. -
JobFamilyCode: string
Title:
Job Family CodeCode of the job family the previous employment is associated with. Valid values are defined in the jobFamiliesLOV. -
JobFamilyId: integer
(int64)
Title:
Job Family IDJob family associated with the previous employment. -
JobFunction: string
Title:
Job Function CodeMaximum Length:30Job function of the previous employment. Valid values are defined in the commonLookupsLOV. -
JobFunctionMeaning: string
Title:
Job FunctionMaximum Length:255Meaning of the job function of previous employment. -
JobTitle: string
Title:
Job TitleMaximum Length:240Title of the Job. -
LastUpdateDate: string
(date-time)
Title:
Last Update DateRead Only:trueDate and time when the work history item was last updated. -
LastUpdatedBy: string
Title:
Last Updated ByRead Only:trueMaximum Length:64User who last updated the work history item. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
OkToContactSupervisor: string
Title:
OK to Contact SupervisorMaximum Length:30Indicates whether the supervisor can be contacted. Valid values are Y and N. Valid values are defined in commonLookupsLOV. -
OtherCompensation: string
Title:
Other CompensationMaximum Length:240Other form of compensation. -
OtherJobFunction: string
Title:
Other Job FunctionMaximum Length:240Other job functions associated with the previous employment. -
PartTime: string
Title:
Part TimeMaximum Length:30Indicates whether the employment was part time. Valid values are Y and N. Valid values are defined in the commonLookupsLOV. -
ProfileId: integer
(int64)
Surrogate identifier for the person profile.
-
ReasonforLeaving: string
(byte)
Title:
Reason for LeavingReason for leaving the previous employment. -
Responsibilities: string
(byte)
Title:
ResponsibilitiesResponsibilities in the previous employment. -
SectionId: integer
(int64)
Unique identifier of the content section.
-
Source: string
Title:
SourceRead Only:trueMaximum Length:255Default Value:Talent ProfileSource of the work history item. -
SourceType: string
Maximum Length:
30Code representing the source of work history item. -
StartDate: string
(date)
Title:
Start DateStart date of the profile item record. -
StartingCompensation: number
Title:
Starting CompensationStarting compensation in the previous employment. -
StartingPosition: string
Title:
Starting PositionMaximum Length:240Starting position in the previous employment. -
SupervisorEmail: string
Title:
Supervisor EmailMaximum Length:240Email of the supervisor. -
SupervisorName: string
Title:
Supervisor NameMaximum Length:240Name of the supervisor. -
SupervisorPhone: string
Title:
Supervisor PhoneMaximum Length:240Phone number of the supervisor. -
SupervisorTitle: string
Title:
Supervisor TitleMaximum Length:240Title of the supervisor. -
TypeofBusiness: string
Title:
Type of BusinessMaximum Length:240Type of business of the employer. -
WorkHistoryId: integer
(int64)
Title:
Work History IDRead Only:trueUnique identifier for work history. -
workHistoryItemsDFF: array
workHistoryItemsDFF
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : workHistoryItemsDFF
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_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:
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_prevEmploymentItem_view_PrevEmploymentItemJOB__5FCRITICALITYVO-item-response
-
ORGANIZATION_CRITICALITY -
object
oracle_apps_flex_hcm_profiles_core_prevEmploymentItem_view_PrevEmploymentItemORGANIZATION__5FCRITICALITYVO-item-response
-
PERSON_CAREER_STATEMENT -
object
oracle_apps_flex_hcm_profiles_core_prevEmploymentItem_view_PrevEmploymentItemPERSON__5FCAREER__5FSTATEMENTVO-item-response
-
PERSON_CATEGORY -
object
oracle_apps_flex_hcm_profiles_core_prevEmploymentItem_view_PrevEmploymentItemPERSON__5FCATEGORYVO-item-response
-
PERSON_COMPONENT -
object
oracle_apps_flex_hcm_profiles_core_prevEmploymentItem_view_PrevEmploymentItemPERSON__5FCOMPONENTVO-item-response
-
PERSON_N_BOX_ASSIGNMENT -
object
oracle_apps_flex_hcm_profiles_core_prevEmploymentItem_view_PrevEmploymentItemPERSON__5FN__5FBOX__5FASSIGNMENTVO-item-response
-
PERSON_PERFORMANCE_RATING -
object
oracle_apps_flex_hcm_profiles_core_prevEmploymentItem_view_PrevEmploymentItemPERSON__5FPERFORMANCE__5FRATINGVO-item-response
-
PERSON_PLATFORM -
object
oracle_apps_flex_hcm_profiles_core_prevEmploymentItem_view_PrevEmploymentItemPERSON__5FPLATFORMVO-item-response
-
PERSON_POTENTIAL -
object
oracle_apps_flex_hcm_profiles_core_prevEmploymentItem_view_PrevEmploymentItemPERSON__5FPOTENTIALVO-item-response
-
PERSON_PROBLEM_CODE -
object
oracle_apps_flex_hcm_profiles_core_prevEmploymentItem_view_PrevEmploymentItemPERSON__5FPROBLEM__5FCODEVO-item-response
-
PERSON_PRODUCT -
object
oracle_apps_flex_hcm_profiles_core_prevEmploymentItem_view_PrevEmploymentItemPERSON__5FPRODUCTVO-item-response
-
PERSON_PRODUCT_PROBLEM_CODE -
object
oracle_apps_flex_hcm_profiles_core_prevEmploymentItem_view_PrevEmploymentItemPERSON__5FPRODUCT__5FPROBLEM__5FCODEVO-item-response
-
PERSON_READINESS -
object
oracle_apps_flex_hcm_profiles_core_prevEmploymentItem_view_PrevEmploymentItemPERSON__5FREADINESSVO-item-response
-
PERSON_RISK -
object
oracle_apps_flex_hcm_profiles_core_prevEmploymentItem_view_PrevEmploymentItemPERSON__5FRISKVO-item-response
-
PERSON_TALENT_SCORE -
object
oracle_apps_flex_hcm_profiles_core_prevEmploymentItem_view_PrevEmploymentItemPERSON__5FTALENT__5FSCOREVO-item-response
-
POSITION_CRITICALITY -
object
oracle_apps_flex_hcm_profiles_core_prevEmploymentItem_view_PrevEmploymentItemPOSITION__5FCRITICALITYVO-item-response
Nested Schema : oracle_apps_flex_hcm_profiles_core_prevEmploymentItem_view_PrevEmploymentItemJOB__5FCRITICALITYVO-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context ValueMaximum Length:80Default Value:JOB_CRITICALITYContext Value -
__FLEX_Context_DisplayValue: string
Title:
Context ValueContext Value -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
PrevEmploymentId: integer
(int64)
Nested Schema : oracle_apps_flex_hcm_profiles_core_prevEmploymentItem_view_PrevEmploymentItemORGANIZATION__5FCRITICALITYVO-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context ValueMaximum Length:80Default Value:ORGANIZATION_CRITICALITYContext Value -
__FLEX_Context_DisplayValue: string
Title:
Context ValueContext Value -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
PrevEmploymentId: integer
(int64)
Nested Schema : oracle_apps_flex_hcm_profiles_core_prevEmploymentItem_view_PrevEmploymentItemPERSON__5FCAREER__5FSTATEMENTVO-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context ValueMaximum Length:80Default Value:PERSON_CAREER_STATEMENTContext Value -
__FLEX_Context_DisplayValue: string
Title:
Context ValueContext Value -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
PrevEmploymentId: integer
(int64)
Nested Schema : oracle_apps_flex_hcm_profiles_core_prevEmploymentItem_view_PrevEmploymentItemPERSON__5FCATEGORYVO-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context ValueMaximum Length:80Default Value:PERSON_CATEGORYContext Value -
__FLEX_Context_DisplayValue: string
Title:
Context ValueContext Value -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
PrevEmploymentId: integer
(int64)
Nested Schema : oracle_apps_flex_hcm_profiles_core_prevEmploymentItem_view_PrevEmploymentItemPERSON__5FCOMPONENTVO-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context ValueMaximum Length:80Default Value:PERSON_COMPONENTContext Value -
__FLEX_Context_DisplayValue: string
Title:
Context ValueContext Value -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
PrevEmploymentId: integer
(int64)
Nested Schema : oracle_apps_flex_hcm_profiles_core_prevEmploymentItem_view_PrevEmploymentItemPERSON__5FN__5FBOX__5FASSIGNMENTVO-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context ValueMaximum Length:80Default Value:PERSON_N_BOX_ASSIGNMENTContext Value -
__FLEX_Context_DisplayValue: string
Title:
Context ValueContext Value -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
PrevEmploymentId: integer
(int64)
Nested Schema : oracle_apps_flex_hcm_profiles_core_prevEmploymentItem_view_PrevEmploymentItemPERSON__5FPERFORMANCE__5FRATINGVO-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context ValueMaximum Length:80Default Value:PERSON_PERFORMANCE_RATINGContext Value -
__FLEX_Context_DisplayValue: string
Title:
Context ValueContext Value -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
PrevEmploymentId: integer
(int64)
Nested Schema : oracle_apps_flex_hcm_profiles_core_prevEmploymentItem_view_PrevEmploymentItemPERSON__5FPLATFORMVO-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context ValueMaximum Length:80Default Value:PERSON_PLATFORMContext Value -
__FLEX_Context_DisplayValue: string
Title:
Context ValueContext Value -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
PrevEmploymentId: integer
(int64)
Nested Schema : oracle_apps_flex_hcm_profiles_core_prevEmploymentItem_view_PrevEmploymentItemPERSON__5FPOTENTIALVO-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context ValueMaximum Length:80Default Value:PERSON_POTENTIALContext Value -
__FLEX_Context_DisplayValue: string
Title:
Context ValueContext Value -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
PrevEmploymentId: integer
(int64)
Nested Schema : oracle_apps_flex_hcm_profiles_core_prevEmploymentItem_view_PrevEmploymentItemPERSON__5FPROBLEM__5FCODEVO-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context ValueMaximum Length:80Default Value:PERSON_PROBLEM_CODEContext Value -
__FLEX_Context_DisplayValue: string
Title:
Context ValueContext Value -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
PrevEmploymentId: integer
(int64)
Nested Schema : oracle_apps_flex_hcm_profiles_core_prevEmploymentItem_view_PrevEmploymentItemPERSON__5FPRODUCTVO-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context ValueMaximum Length:80Default Value:PERSON_PRODUCTContext Value -
__FLEX_Context_DisplayValue: string
Title:
Context ValueContext Value -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
PrevEmploymentId: integer
(int64)
Nested Schema : oracle_apps_flex_hcm_profiles_core_prevEmploymentItem_view_PrevEmploymentItemPERSON__5FPRODUCT__5FPROBLEM__5FCODEVO-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context ValueMaximum Length:80Default Value:PERSON_PRODUCT_PROBLEM_CODEContext Value -
__FLEX_Context_DisplayValue: string
Title:
Context ValueContext Value -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
PrevEmploymentId: integer
(int64)
Nested Schema : oracle_apps_flex_hcm_profiles_core_prevEmploymentItem_view_PrevEmploymentItemPERSON__5FREADINESSVO-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context ValueMaximum Length:80Default Value:PERSON_READINESSContext Value -
__FLEX_Context_DisplayValue: string
Title:
Context ValueContext Value -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
PrevEmploymentId: integer
(int64)
Nested Schema : oracle_apps_flex_hcm_profiles_core_prevEmploymentItem_view_PrevEmploymentItemPERSON__5FRISKVO-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context ValueMaximum Length:80Default Value:PERSON_RISKContext Value -
__FLEX_Context_DisplayValue: string
Title:
Context ValueContext Value -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
PrevEmploymentId: integer
(int64)
Nested Schema : oracle_apps_flex_hcm_profiles_core_prevEmploymentItem_view_PrevEmploymentItemPERSON__5FTALENT__5FSCOREVO-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context ValueMaximum Length:80Default Value:PERSON_TALENT_SCOREContext Value -
__FLEX_Context_DisplayValue: string
Title:
Context ValueContext Value -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
PrevEmploymentId: integer
(int64)
Nested Schema : oracle_apps_flex_hcm_profiles_core_prevEmploymentItem_view_PrevEmploymentItemPOSITION__5FCRITICALITYVO-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context ValueMaximum Length:80Default Value:POSITION_CRITICALITYContext Value -
__FLEX_Context_DisplayValue: string
Title:
Context ValueContext Value -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
PrevEmploymentId: integer
(int64)
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : talentPersonProfiles-workPreferenceSections-item-response
Type:
Show Source
object-
CreatedBy: string
Title:
Created ByRead Only:trueMaximum Length:64User who created the work preference section. -
CreationDate: string
(date-time)
Title:
Creation DateRead Only:trueDate and time when the work preference section was created. -
LastUpdateDate: string
(date-time)
Title:
Last Update DateRead Only:trueDate and time when the work preference section was last updated. -
LastUpdatedBy: string
Title:
Last Updated ByRead Only:trueMaximum Length:64User who last updated the work preference section. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
ProfileSectionId: integer
(int64)
Title:
Profile Section IDRead Only:trueUnique identifier of the content section associated with the profile. -
SectionContext: string
Title:
Section ContextMaximum Length:300Code of the content section. Valid values are defined in the profileTypeSectionsLOV. -
SectionId: integer
(int64)
Title:
Section IDUnique identifier of the content section. -
SectionName: string
Title:
Section NameRead Only:trueMaximum Length:240Name of the section. Valid values are defined in the profileTypeSectionsLOV. -
workPreferenceItems: array
Work Preference Items
Title:
Work Preference ItemsThe 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.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : Work Preference Items
Type:
arrayTitle:
Work Preference ItemsThe 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:
Show Source
object-
AllLocations: string
Title:
All LocationsMaximum Length:30Indicates whether the person is willing to relocate to any location. Valid values are Y and N. Valid values are defined in the commonLookupsLOV. -
AllLocationsMeaning: string
Title:
All LocationsRepresent whether the user preferred to work at any location. -
Comments: string
(byte)
Title:
CommentsComments of the content item. -
ConsiderPartTimeWork: string
Title:
Consider Part Time WorkMaximum Length:30Indicates whether the person would consider part time work. Valid values are Y and N. Valid values are defined in the commonLookupsLOV. -
ConsiderPartTimeWorkMeaning: string
Title:
Consider Part Time WorkRepresent whether the user is preferred to as a part time employee. -
ConsiderTemporaryAssignment: string
Title:
Consider Temporary AssignmentMaximum Length:30Indicates whether the person would consider temporary assignment. Valid values are Y and N. Valid values are defined in the commonLookupsLOV. -
ConsiderTemporaryAssignmentMeaning: string
Title:
Consider Temporary AssignmentRepresent whether the user is willing to consider temporary assignments. -
CreatedBy: string
Title:
Created ByRead Only:trueMaximum Length:64User who created the work preference item. -
CreationDate: string
(date-time)
Title:
Creation DateRead Only:trueDate and time when the work preference item was created. -
Currency: string
Title:
CurrencyName of the currency. -
CurrencyCode: string
Title:
Currency CodeMaximum Length:30Code of the currency. -
DomesticTravelFrequency: string
Title:
Domestic Travel Frequency CodeMaximum Length:30Frequency of domestic travel. Valid values are defined in the commonLookupsLOV. -
DomesticTravelFrequencyMeaning: string
Title:
Domestic Travel FrequencyIndicate the frequency of domestic travel. -
FirstExcludedLocation: string
Title:
First Excluded LocationFirst location to be excluded from user work preferences. -
FirstExcludedLocationCode: string
Title:
First Excluded Location CodeMaximum Length:150First location to be excluded from user work preferences. Valid values are defined in the locationsLOV. -
FirstExcludedLocationId: integer
(int64)
Title:
First Excluded Location IDIdentifier of the first location to be excluded from user work preferences. -
FirstPreferredLocation: string
Title:
First Preferred LocationFirst location to be preferred from user work preferences. -
FirstPreferredLocationCode: string
Title:
First Preferred Location CodeMaximum Length:150First location to be preferred from user work preferences. Valid values are defined in the locationsLOV. -
FirstPreferredLocationId: integer
(int64)
Title:
First Preferred Location IDIdentifier of the first location to be preferred from user work preferences. -
FourthExcludedLocation: string
Title:
Fourth Excluded LocationFourth location to be excluded from user work preferences. -
FourthExcludedLocationCode: string
Title:
Fourth Excluded Location CodeMaximum Length:150Fourth location to be excluded from the user work preferences. Valid values are defined in the locationsLOV. -
FourthExcludedLocationId: integer
(int64)
Title:
Fourth Excluded Location IDIdentifier of the fourth location to be excluded from the user work preferences. -
FourthPreferredLocation: string
Title:
Fourth Preferred LocationFourth location to be preferred from user work preferences. -
FourthPreferredLocationCode: string
Title:
Fourth Preferred Location CodeMaximum Length:150Fourth location to be preferred from the user work preferences. Valid values are defined in the locationsLOV. -
FourthPreferredLocationId: integer
(int64)
Title:
Fourth Preferred Location IDIdentifier of the fourth preferred location. -
InternationalTravelFrequency: string
Title:
International Travel Frequency CodeMaximum Length:30Frequency of international travel. Valid values are defined in the commonLookupsLOV. -
InternationalTravelFrequencyMeaning: string
Title:
International Travel FrequencyIndicate the frequency of international travel. -
LastUpdateDate: string
(date-time)
Title:
Last Update DateRead Only:trueDate and time when the work preference item was last update. -
LastUpdatedBy: string
Title:
Last Updated ByRead Only:trueMaximum Length:64User who last updated the work preference item. -
LengthOfWillingToRelocate: integer
(int64)
Title:
Length of Willing to RelocateTime duration for the relocation. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
MinimumPay: integer
(int64)
Title:
Minimum PayMinimum pay for the work. -
PayFrequency: string
Title:
Pay Frequency CodeMaximum Length:30Frequency for the pay. Valid values are defined in the commonLookupsLOV. -
PayFrequencyMeaning: string
Title:
Pay FrequencyMeaning of the pay frequency. -
ProfileId: integer
(int64)
Surrogate identifier for the person profile.
-
RelocationReason: string
Title:
Relocation ReasonMaximum Length:240Reason for relocation. -
SecondExcludedLocation: string
Title:
Second Excluded LocationSecond location to be excluded from user work preferences. -
SecondExcludedLocationCode: string
Title:
Second Excluded Location CodeMaximum Length:150Second location to be excluded from user work preferences. Valid values are defined in the locationsLOV. -
SecondExcludedLocationId: integer
(int64)
Title:
Second Excluded Location IDIdentifier of the second location to be excluded from user work preferences. -
SecondPreferredLocation: string
Title:
Second Preferred LocationSecond location to be preferred from user work preferences. -
SecondPreferredLocationCode: string
Title:
Second Preferred Location CodeMaximum Length:150Second location to be preferred from the user work preferences. Valid values are defined in the locationsLOV. -
SecondPreferredLocationId: integer
(int64)
Title:
Second Preferred Location IDIdentifier of the second preferred location. -
SectionId: integer
(int64)
Unique identifier of the content section.
-
SourceType: string
Maximum Length:
30Code representing the source of work preference item. -
ThirdExcludedLocation: string
Title:
Third Excluded LocationThird location to be excluded from user work preferences. -
ThirdExcludedLocationCode: string
Title:
Third Excluded Location CodeMaximum Length:150Third location to be excluded from the user work preferences. Valid values are defined in the locationsLOV. -
ThirdExcludedLocationId: integer
(int64)
Title:
Third Excluded Location IDIdentifier of the third location to be excluded from the user work preferences. -
ThirdPreferredLocation: string
Title:
Third Preferred LocationThird location to be preferred from user work preferences. -
ThirdPreferredLocationCode: string
Title:
Third Preferred Location CodeMaximum Length:150Third location to be preferred from the user work preferences. Valid values are defined in the locationsLOV. -
ThirdPreferredLocationId: integer
(int64)
Title:
Third Preferred Location IDIdentifier of the third preferred location. -
TravelDomestically: string
Title:
Travel DomesticallyMaximum Length:30Indicates whether the worker prefers domestic travel. Valid values are Y and N. Valid values are defined in the commonLookupsLOV. -
TravelDomesticallyMeaning: string
Title:
Travel DomesticallyRepresent whether domestic travel is required for the workforce structure. -
TravelInternationally: string
Title:
Travel InternationallyMaximum Length:30Indicates whether the worker prefers international travel. Valid values are Y and N. Valid values are defined in the commonLookupsLOV. -
TravelInternationallyMeaning: string
Title:
Travel InternationallyRepresent whether international travel is required for the workforce structure. -
WillingToRelocate: string
Title:
Willing to RelocateMaximum Length:30Indicates whether the person is willing to relocate. Valid values are Y and N. Valid values are defined in the commonLookupsLOV. -
WillingToRelocateMeaning: string
Title:
Willing to RelocateRepresent whether the user is willing to relocate as part of workforce structure. -
WorkFlexibleSchedule: string
Title:
Work a Flexible ScheduleMaximum Length:30Indicates whether the person has a flexible work schedule. Valid values are Y and N. Valid values are defined in the commonLookupsLOV. -
WorkFlexibleScheduleMeaning: string
Title:
Work a Flexible ScheduleRepresent whether the user is willing to work in a flexible schedule. -
WorkPreferenceId: integer
(int64)
Read Only:
trueUnique identifier for work preference. -
workPreferenceItemsDFF: array
workPreferenceItemsDFF
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : workPreferenceItemsDFF
Type:
Show Source
array-
Array of:
object Discriminator: __FLEX_Context
Discriminator:
{ "propertyName":"__FLEX_Context", "mapping":{ "JOB_CRITICALITY":"#/components/schemas/oracle_apps_flex_hcm_profiles_core_WorkPreferenceItem_view_WorkPreferenceItemJOB__5FCRITICALITYVO-item-response", "ORGANIZATION_CRITICALITY":"#/components/schemas/oracle_apps_flex_hcm_profiles_core_WorkPreferenceItem_view_WorkPreferenceItemORGANIZATION__5FCRITICALITYVO-item-response", "PERSON_CAREER_STATEMENT":"#/components/schemas/oracle_apps_flex_hcm_profiles_core_WorkPreferenceItem_view_WorkPreferenceItemPERSON__5FCAREER__5FSTATEMENTVO-item-response", "PERSON_CATEGORY":"#/components/schemas/oracle_apps_flex_hcm_profiles_core_WorkPreferenceItem_view_WorkPreferenceItemPERSON__5FCATEGORYVO-item-response", "PERSON_COMPONENT":"#/components/schemas/oracle_apps_flex_hcm_profiles_core_WorkPreferenceItem_view_WorkPreferenceItemPERSON__5FCOMPONENTVO-item-response", "PERSON_N_BOX_ASSIGNMENT":"#/components/schemas/oracle_apps_flex_hcm_profiles_core_WorkPreferenceItem_view_WorkPreferenceItemPERSON__5FN__5FBOX__5FASSIGNMENTVO-item-response", "PERSON_PERFORMANCE_RATING":"#/components/schemas/oracle_apps_flex_hcm_profiles_core_WorkPreferenceItem_view_WorkPreferenceItemPERSON__5FPERFORMANCE__5FRATINGVO-item-response", "PERSON_PLATFORM":"#/components/schemas/oracle_apps_flex_hcm_profiles_core_WorkPreferenceItem_view_WorkPreferenceItemPERSON__5FPLATFORMVO-item-response", "PERSON_POTENTIAL":"#/components/schemas/oracle_apps_flex_hcm_profiles_core_WorkPreferenceItem_view_WorkPreferenceItemPERSON__5FPOTENTIALVO-item-response", "PERSON_PROBLEM_CODE":"#/components/schemas/oracle_apps_flex_hcm_profiles_core_WorkPreferenceItem_view_WorkPreferenceItemPERSON__5FPROBLEM__5FCODEVO-item-response", "PERSON_PRODUCT":"#/components/schemas/oracle_apps_flex_hcm_profiles_core_WorkPreferenceItem_view_WorkPreferenceItemPERSON__5FPRODUCTVO-item-response", "PERSON_PRODUCT_PROBLEM_CODE":"#/components/schemas/oracle_apps_flex_hcm_profiles_core_WorkPreferenceItem_view_WorkPreferenceItemPERSON__5FPRODUCT__5FPROBLEM__5FCODEVO-item-response", "PERSON_READINESS":"#/components/schemas/oracle_apps_flex_hcm_profiles_core_WorkPreferenceItem_view_WorkPreferenceItemPERSON__5FREADINESSVO-item-response", "PERSON_RISK":"#/components/schemas/oracle_apps_flex_hcm_profiles_core_WorkPreferenceItem_view_WorkPreferenceItemPERSON__5FRISKVO-item-response", "PERSON_TALENT_SCORE":"#/components/schemas/oracle_apps_flex_hcm_profiles_core_WorkPreferenceItem_view_WorkPreferenceItemPERSON__5FTALENT__5FSCOREVO-item-response", "POSITION_CRITICALITY":"#/components/schemas/oracle_apps_flex_hcm_profiles_core_WorkPreferenceItem_view_WorkPreferenceItemPOSITION__5FCRITICALITYVO-item-response" } }
Nested Schema : Discriminator: __FLEX_Context
Type:
objectDiscriminator: __FLEX_Context
Discriminator Values
- JOB_CRITICALITY
- ORGANIZATION_CRITICALITY
- PERSON_CAREER_STATEMENT
- PERSON_CATEGORY
- PERSON_COMPONENT
- PERSON_N_BOX_ASSIGNMENT
- PERSON_PERFORMANCE_RATING
- PERSON_PLATFORM
- PERSON_POTENTIAL
- PERSON_PROBLEM_CODE
- PERSON_PRODUCT
- PERSON_PRODUCT_PROBLEM_CODE
- PERSON_READINESS
- PERSON_RISK
- PERSON_TALENT_SCORE
- POSITION_CRITICALITY
Match One Schema
Show Source
-
JOB_CRITICALITY -
object
oracle_apps_flex_hcm_profiles_core_WorkPreferenceItem_view_WorkPreferenceItemJOB__5FCRITICALITYVO-item-response
-
ORGANIZATION_CRITICALITY -
object
oracle_apps_flex_hcm_profiles_core_WorkPreferenceItem_view_WorkPreferenceItemORGANIZATION__5FCRITICALITYVO-item-response
-
PERSON_CAREER_STATEMENT -
object
oracle_apps_flex_hcm_profiles_core_WorkPreferenceItem_view_WorkPreferenceItemPERSON__5FCAREER__5FSTATEMENTVO-item-response
-
PERSON_CATEGORY -
object
oracle_apps_flex_hcm_profiles_core_WorkPreferenceItem_view_WorkPreferenceItemPERSON__5FCATEGORYVO-item-response
-
PERSON_COMPONENT -
object
oracle_apps_flex_hcm_profiles_core_WorkPreferenceItem_view_WorkPreferenceItemPERSON__5FCOMPONENTVO-item-response
-
PERSON_N_BOX_ASSIGNMENT -
object
oracle_apps_flex_hcm_profiles_core_WorkPreferenceItem_view_WorkPreferenceItemPERSON__5FN__5FBOX__5FASSIGNMENTVO-item-response
-
PERSON_PERFORMANCE_RATING -
object
oracle_apps_flex_hcm_profiles_core_WorkPreferenceItem_view_WorkPreferenceItemPERSON__5FPERFORMANCE__5FRATINGVO-item-response
-
PERSON_PLATFORM -
object
oracle_apps_flex_hcm_profiles_core_WorkPreferenceItem_view_WorkPreferenceItemPERSON__5FPLATFORMVO-item-response
-
PERSON_POTENTIAL -
object
oracle_apps_flex_hcm_profiles_core_WorkPreferenceItem_view_WorkPreferenceItemPERSON__5FPOTENTIALVO-item-response
-
PERSON_PROBLEM_CODE -
object
oracle_apps_flex_hcm_profiles_core_WorkPreferenceItem_view_WorkPreferenceItemPERSON__5FPROBLEM__5FCODEVO-item-response
-
PERSON_PRODUCT -
object
oracle_apps_flex_hcm_profiles_core_WorkPreferenceItem_view_WorkPreferenceItemPERSON__5FPRODUCTVO-item-response
-
PERSON_PRODUCT_PROBLEM_CODE -
object
oracle_apps_flex_hcm_profiles_core_WorkPreferenceItem_view_WorkPreferenceItemPERSON__5FPRODUCT__5FPROBLEM__5FCODEVO-item-response
-
PERSON_READINESS -
object
oracle_apps_flex_hcm_profiles_core_WorkPreferenceItem_view_WorkPreferenceItemPERSON__5FREADINESSVO-item-response
-
PERSON_RISK -
object
oracle_apps_flex_hcm_profiles_core_WorkPreferenceItem_view_WorkPreferenceItemPERSON__5FRISKVO-item-response
-
PERSON_TALENT_SCORE -
object
oracle_apps_flex_hcm_profiles_core_WorkPreferenceItem_view_WorkPreferenceItemPERSON__5FTALENT__5FSCOREVO-item-response
-
POSITION_CRITICALITY -
object
oracle_apps_flex_hcm_profiles_core_WorkPreferenceItem_view_WorkPreferenceItemPOSITION__5FCRITICALITYVO-item-response
Nested Schema : oracle_apps_flex_hcm_profiles_core_WorkPreferenceItem_view_WorkPreferenceItemJOB__5FCRITICALITYVO-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context ValueMaximum Length:80Default Value:JOB_CRITICALITYContext Value -
__FLEX_Context_DisplayValue: string
Title:
Context ValueContext Value -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
WorkPrefId: integer
(int64)
Nested Schema : oracle_apps_flex_hcm_profiles_core_WorkPreferenceItem_view_WorkPreferenceItemORGANIZATION__5FCRITICALITYVO-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context ValueMaximum Length:80Default Value:ORGANIZATION_CRITICALITYContext Value -
__FLEX_Context_DisplayValue: string
Title:
Context ValueContext Value -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
WorkPrefId: integer
(int64)
Nested Schema : oracle_apps_flex_hcm_profiles_core_WorkPreferenceItem_view_WorkPreferenceItemPERSON__5FCAREER__5FSTATEMENTVO-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context ValueMaximum Length:80Default Value:PERSON_CAREER_STATEMENTContext Value -
__FLEX_Context_DisplayValue: string
Title:
Context ValueContext Value -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
WorkPrefId: integer
(int64)
Nested Schema : oracle_apps_flex_hcm_profiles_core_WorkPreferenceItem_view_WorkPreferenceItemPERSON__5FCATEGORYVO-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context ValueMaximum Length:80Default Value:PERSON_CATEGORYContext Value -
__FLEX_Context_DisplayValue: string
Title:
Context ValueContext Value -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
WorkPrefId: integer
(int64)
Nested Schema : oracle_apps_flex_hcm_profiles_core_WorkPreferenceItem_view_WorkPreferenceItemPERSON__5FCOMPONENTVO-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context ValueMaximum Length:80Default Value:PERSON_COMPONENTContext Value -
__FLEX_Context_DisplayValue: string
Title:
Context ValueContext Value -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
WorkPrefId: integer
(int64)
Nested Schema : oracle_apps_flex_hcm_profiles_core_WorkPreferenceItem_view_WorkPreferenceItemPERSON__5FN__5FBOX__5FASSIGNMENTVO-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context ValueMaximum Length:80Default Value:PERSON_N_BOX_ASSIGNMENTContext Value -
__FLEX_Context_DisplayValue: string
Title:
Context ValueContext Value -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
WorkPrefId: integer
(int64)
Nested Schema : oracle_apps_flex_hcm_profiles_core_WorkPreferenceItem_view_WorkPreferenceItemPERSON__5FPERFORMANCE__5FRATINGVO-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context ValueMaximum Length:80Default Value:PERSON_PERFORMANCE_RATINGContext Value -
__FLEX_Context_DisplayValue: string
Title:
Context ValueContext Value -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
WorkPrefId: integer
(int64)
Nested Schema : oracle_apps_flex_hcm_profiles_core_WorkPreferenceItem_view_WorkPreferenceItemPERSON__5FPLATFORMVO-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context ValueMaximum Length:80Default Value:PERSON_PLATFORMContext Value -
__FLEX_Context_DisplayValue: string
Title:
Context ValueContext Value -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
WorkPrefId: integer
(int64)
Nested Schema : oracle_apps_flex_hcm_profiles_core_WorkPreferenceItem_view_WorkPreferenceItemPERSON__5FPOTENTIALVO-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context ValueMaximum Length:80Default Value:PERSON_POTENTIALContext Value -
__FLEX_Context_DisplayValue: string
Title:
Context ValueContext Value -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
WorkPrefId: integer
(int64)
Nested Schema : oracle_apps_flex_hcm_profiles_core_WorkPreferenceItem_view_WorkPreferenceItemPERSON__5FPROBLEM__5FCODEVO-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context ValueMaximum Length:80Default Value:PERSON_PROBLEM_CODEContext Value -
__FLEX_Context_DisplayValue: string
Title:
Context ValueContext Value -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
WorkPrefId: integer
(int64)
Nested Schema : oracle_apps_flex_hcm_profiles_core_WorkPreferenceItem_view_WorkPreferenceItemPERSON__5FPRODUCTVO-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context ValueMaximum Length:80Default Value:PERSON_PRODUCTContext Value -
__FLEX_Context_DisplayValue: string
Title:
Context ValueContext Value -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
WorkPrefId: integer
(int64)
Nested Schema : oracle_apps_flex_hcm_profiles_core_WorkPreferenceItem_view_WorkPreferenceItemPERSON__5FPRODUCT__5FPROBLEM__5FCODEVO-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context ValueMaximum Length:80Default Value:PERSON_PRODUCT_PROBLEM_CODEContext Value -
__FLEX_Context_DisplayValue: string
Title:
Context ValueContext Value -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
WorkPrefId: integer
(int64)
Nested Schema : oracle_apps_flex_hcm_profiles_core_WorkPreferenceItem_view_WorkPreferenceItemPERSON__5FREADINESSVO-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context ValueMaximum Length:80Default Value:PERSON_READINESSContext Value -
__FLEX_Context_DisplayValue: string
Title:
Context ValueContext Value -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
WorkPrefId: integer
(int64)
Nested Schema : oracle_apps_flex_hcm_profiles_core_WorkPreferenceItem_view_WorkPreferenceItemPERSON__5FRISKVO-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context ValueMaximum Length:80Default Value:PERSON_RISKContext Value -
__FLEX_Context_DisplayValue: string
Title:
Context ValueContext Value -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
WorkPrefId: integer
(int64)
Nested Schema : oracle_apps_flex_hcm_profiles_core_WorkPreferenceItem_view_WorkPreferenceItemPERSON__5FTALENT__5FSCOREVO-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context ValueMaximum Length:80Default Value:PERSON_TALENT_SCOREContext Value -
__FLEX_Context_DisplayValue: string
Title:
Context ValueContext Value -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
WorkPrefId: integer
(int64)
Nested Schema : oracle_apps_flex_hcm_profiles_core_WorkPreferenceItem_view_WorkPreferenceItemPOSITION__5FCRITICALITYVO-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context ValueMaximum Length:80Default Value:POSITION_CRITICALITYContext Value -
__FLEX_Context_DisplayValue: string
Title:
Context ValueContext Value -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
WorkPrefId: integer
(int64)
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source