Get all talent ratings
get
/hcmRestApi/resources/11.13.18.05/talentRatings
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 Finds all the talent ratings that match the primary key criteria specified.
Finder Variables- ProfileId; integer; Unique identifier of the person profile.
- findByPersonId Finds all the talent ratings that match the person identifier specified.
Finder Variables- PersonId; integer; Surrogate identifier for the person.
- SysEffectiveDate; string;
- findBySectionAccess Finds the content section access details for a talent rating section.
Finder Variables- PersonId; integer; Unique identifier for the person.
- SectionId; integer; Unique identifier for the talent rating section.
- SysEffectiveDate; string;
- findProfileByPersonId Finds all the talent ratings that match the person identifier specified.
Finder Variables- PersonId; integer; Surrogate identifier for the person.
- SysEffectiveDate; string;
- PrimaryKey Finds all the talent ratings that match the primary key criteria specified.
-
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:- DisplayName; string; Display name of the person.
- ManageSectionAccessFlag; boolean; Indicates whether the user has access to create and update talent rating for a person.
- PersonId; integer; Unique identifier of the person.
- PersonNumber; string; Number that uniquely identifies the person.
- ProfileCode; string; Code assigned to a person profile to identify the profile uniquely.
- ProfileId; integer; Unique identifier of the person profile.
- SectionId; integer; Unique identifier for the talent rating section.
-
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:
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:
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.
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 : talentRatings
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 : talentRatings-item-response
Type:
Show Source
object-
advancementReadiness: array
Advancement Readiness
Title:
Advancement ReadinessThe advancementReadiness resource is the child of the talentRatings resource and helps to manage an employees readiness for the next position in their career development. -
careerPotential: array
Career Potential
Title:
Career PotentialThe careerPotential resource is the child of the talentRatings resource. It evaluates the career potential of a person. -
DisplayName: string
Title:
NameRead Only:trueMaximum Length:240Display name of the person. -
impactOfLosses: array
Impact of Losses
Title:
Impact of LossesThe impactOfLosses resource is the child of the talentRatings resource. It evaluates the impact of the loss of a person. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
ManageSectionAccessFlag: boolean
Indicates whether the user has access to create and update talent rating for a person.
-
nBoxCellAssignments: array
N Box Cell Assignments
Title:
N Box Cell AssignmentsThe nBoxCellAssignments resource is the child of the talentRatings resource. It evaluates the nBox cell assignment of a person. -
performanceRatings: array
Performance Ratings
Title:
Performance RatingsThe performanceRatings resource is the child of the talentRatings resource. It evaluates the performance of a person. -
PersonId: integer
(int64)
Title:
PersonRead Only:trueUnique identifier of the person. -
PersonNumber: string
Title:
Person NumberRead Only:trueMaximum Length:30Number that uniquely identifies the 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:
trueUnique identifier of the person profile. -
riskOfLosses: array
Risk of Losses
Title:
Risk of LossesThe riskOfLosses resource is the child of the talentRatings resource. It evaluates the risk of loss of a person. -
SectionId: integer
Unique identifier for the talent rating section.
-
SectionName: string
Read Only:
trueMaximum Length:255Name of the talent rating section. -
talentScores: array
Talent Scores
Title:
Talent ScoresThe talentScores resource is the child of the talentRatings resource. It evaluates the talent score of a person. -
userDefinedRatingSections: array
User Defined Rating Sections
Title:
User Defined Rating SectionsThe userDefinedRatingSections resource is the child of the talentRatings resource. It provides the list of user-defined talent rating sections associated with a person profile. -
ViewSectionAccessFlag: boolean
Read Only:
trueMaximum Length:255Indicates whether the user has access to view talent rating for a person.
Nested Schema : Advancement Readiness
Type:
arrayTitle:
Advancement ReadinessThe advancementReadiness resource is the child of the talentRatings resource and helps to manage an employees readiness for the next position in their career development.
Show Source
Nested Schema : Career Potential
Type:
arrayTitle:
Career PotentialThe careerPotential resource is the child of the talentRatings resource. It evaluates the career potential of a person.
Show Source
Nested Schema : Impact of Losses
Type:
arrayTitle:
Impact of LossesThe impactOfLosses resource is the child of the talentRatings resource. It evaluates the impact of the loss of a person.
Show Source
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : N Box Cell Assignments
Type:
arrayTitle:
N Box Cell AssignmentsThe nBoxCellAssignments resource is the child of the talentRatings resource. It evaluates the nBox cell assignment of a person.
Show Source
Nested Schema : Performance Ratings
Type:
arrayTitle:
Performance RatingsThe performanceRatings resource is the child of the talentRatings resource. It evaluates the performance of a person.
Show Source
Nested Schema : Risk of Losses
Type:
arrayTitle:
Risk of LossesThe riskOfLosses resource is the child of the talentRatings resource. It evaluates the risk of loss of a person.
Show Source
Nested Schema : Talent Scores
Type:
arrayTitle:
Talent ScoresThe talentScores resource is the child of the talentRatings resource. It evaluates the talent score of a person.
Show Source
Nested Schema : User Defined Rating Sections
Type:
arrayTitle:
User Defined Rating SectionsThe userDefinedRatingSections resource is the child of the talentRatings resource. It provides the list of user-defined talent rating sections associated with a person profile.
Show Source
Nested Schema : talentRatings-advancementReadiness-item-response
Type:
Show Source
object-
advancementReadinessDFF: array
advancementReadinessDFF
-
AdvancementReadinessId: integer
(int64)
Unique identifier of the advancement readiness item.
-
Comments: string
(byte)
Title:
CommentsComments on the advancement readiness item. -
CreatedBy: string
Title:
Created ByRead Only:trueMaximum Length:64User who created the advancement readiness item. -
CreationDate: string
(date-time)
Title:
Creation DateRead Only:trueDate when the advancement readiness item was created. -
FromDate: string
(date)
Title:
From DateRead Only:trueDate from which the advancement readiness item is valid. -
JobProfile: string
Title:
NameRead Only:trueMaximum Length:4000Description of the job profile associated with advancement readiness item. -
JobProfileCode: string
Title:
Profile CodeMaximum Length:30Code representing the job profile associated with advancement readiness item. -
JobProfileId: integer
(int64)
Title:
Job ProfileUnique identifier of the job profile associated with advancement readiness item. -
LastUpdateDate: string
(date-time)
Title:
Last Update DateRead Only:trueDate when the advancement readiness item was last updated. -
LastUpdatedBy: string
Title:
Last Updated ByRead Only:trueMaximum Length:64User who last updated the advancement readiness item. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
ReadinessLevel: string
Title:
Readiness LevelRead Only:trueMaximum Length:80Indicates the person's readiness for the career advancement. -
ReadinessLevelCode: string
Title:
Readiness LevelMaximum Length:30Code representing the person's readiness for the career advancement. The list of accepted values is defined in the lookup HRT_READINESS. Review and update the list of values using the Setup and Maintenance work area, and the Manage Standard Lookups task. -
Source: string
Read Only:
trueMaximum Length:255Default Value:PROFILEIndicates whether the source of the advancement readiness item is profile or succession management. Valid values are HRT and HRMPLAN. -
SourceDescription: string
Read Only:
trueMaximum Length:255Source of the advancement readiness item. -
SourceKey: integer
(int64)
Read Only:
trueUnique identifier of the source where the advancement readiness item is used. -
SourceType: string
Maximum Length:
30Default Value:HRTCode representing the source of the advancement readiness item. -
SubmittedBy: string
Read Only:
trueMaximum Length:255User who submitted the advancement readiness item. -
ToDate: string
(date)
Title:
End DateRead Only:trueDate till which the advancement readiness item is valid.
Nested Schema : advancementReadinessDFF
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_advancementReadinessItem_view_AdvancementReadinessItemJOB__5FCRITICALITYVO-item-response", "ORGANIZATION_CRITICALITY":"#/components/schemas/oracle_apps_flex_hcm_profiles_core_advancementReadinessItem_view_AdvancementReadinessItemORGANIZATION__5FCRITICALITYVO-item-response", "PERSON_CAREER_STATEMENT":"#/components/schemas/oracle_apps_flex_hcm_profiles_core_advancementReadinessItem_view_AdvancementReadinessItemPERSON__5FCAREER__5FSTATEMENTVO-item-response", "PERSON_CATEGORY":"#/components/schemas/oracle_apps_flex_hcm_profiles_core_advancementReadinessItem_view_AdvancementReadinessItemPERSON__5FCATEGORYVO-item-response", "PERSON_COMPONENT":"#/components/schemas/oracle_apps_flex_hcm_profiles_core_advancementReadinessItem_view_AdvancementReadinessItemPERSON__5FCOMPONENTVO-item-response", "PERSON_N_BOX_ASSIGNMENT":"#/components/schemas/oracle_apps_flex_hcm_profiles_core_advancementReadinessItem_view_AdvancementReadinessItemPERSON__5FN__5FBOX__5FASSIGNMENTVO-item-response", "PERSON_PERFORMANCE_RATING":"#/components/schemas/oracle_apps_flex_hcm_profiles_core_advancementReadinessItem_view_AdvancementReadinessItemPERSON__5FPERFORMANCE__5FRATINGVO-item-response", "PERSON_PLATFORM":"#/components/schemas/oracle_apps_flex_hcm_profiles_core_advancementReadinessItem_view_AdvancementReadinessItemPERSON__5FPLATFORMVO-item-response", "PERSON_POTENTIAL":"#/components/schemas/oracle_apps_flex_hcm_profiles_core_advancementReadinessItem_view_AdvancementReadinessItemPERSON__5FPOTENTIALVO-item-response", "PERSON_PROBLEM_CODE":"#/components/schemas/oracle_apps_flex_hcm_profiles_core_advancementReadinessItem_view_AdvancementReadinessItemPERSON__5FPROBLEM__5FCODEVO-item-response", "PERSON_PRODUCT":"#/components/schemas/oracle_apps_flex_hcm_profiles_core_advancementReadinessItem_view_AdvancementReadinessItemPERSON__5FPRODUCTVO-item-response", "PERSON_PRODUCT_PROBLEM_CODE":"#/components/schemas/oracle_apps_flex_hcm_profiles_core_advancementReadinessItem_view_AdvancementReadinessItemPERSON__5FPRODUCT__5FPROBLEM__5FCODEVO-item-response", "PERSON_READINESS":"#/components/schemas/oracle_apps_flex_hcm_profiles_core_advancementReadinessItem_view_AdvancementReadinessItemPERSON__5FREADINESSVO-item-response", "PERSON_RISK":"#/components/schemas/oracle_apps_flex_hcm_profiles_core_advancementReadinessItem_view_AdvancementReadinessItemPERSON__5FRISKVO-item-response", "PERSON_TALENT_SCORE":"#/components/schemas/oracle_apps_flex_hcm_profiles_core_advancementReadinessItem_view_AdvancementReadinessItemPERSON__5FTALENT__5FSCOREVO-item-response", "POSITION_CRITICALITY":"#/components/schemas/oracle_apps_flex_hcm_profiles_core_advancementReadinessItem_view_AdvancementReadinessItemPOSITION__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_advancementReadinessItem_view_AdvancementReadinessItemJOB__5FCRITICALITYVO-item-response
-
ORGANIZATION_CRITICALITY -
object
oracle_apps_flex_hcm_profiles_core_advancementReadinessItem_view_AdvancementReadinessItemORGANIZATION__5FCRITICALITYVO-item-response
-
PERSON_CAREER_STATEMENT -
object
oracle_apps_flex_hcm_profiles_core_advancementReadinessItem_view_AdvancementReadinessItemPERSON__5FCAREER__5FSTATEMENTVO-item-response
-
PERSON_CATEGORY -
object
oracle_apps_flex_hcm_profiles_core_advancementReadinessItem_view_AdvancementReadinessItemPERSON__5FCATEGORYVO-item-response
-
PERSON_COMPONENT -
object
oracle_apps_flex_hcm_profiles_core_advancementReadinessItem_view_AdvancementReadinessItemPERSON__5FCOMPONENTVO-item-response
-
PERSON_N_BOX_ASSIGNMENT -
object
oracle_apps_flex_hcm_profiles_core_advancementReadinessItem_view_AdvancementReadinessItemPERSON__5FN__5FBOX__5FASSIGNMENTVO-item-response
-
PERSON_PERFORMANCE_RATING -
object
oracle_apps_flex_hcm_profiles_core_advancementReadinessItem_view_AdvancementReadinessItemPERSON__5FPERFORMANCE__5FRATINGVO-item-response
-
PERSON_PLATFORM -
object
oracle_apps_flex_hcm_profiles_core_advancementReadinessItem_view_AdvancementReadinessItemPERSON__5FPLATFORMVO-item-response
-
PERSON_POTENTIAL -
object
oracle_apps_flex_hcm_profiles_core_advancementReadinessItem_view_AdvancementReadinessItemPERSON__5FPOTENTIALVO-item-response
-
PERSON_PROBLEM_CODE -
object
oracle_apps_flex_hcm_profiles_core_advancementReadinessItem_view_AdvancementReadinessItemPERSON__5FPROBLEM__5FCODEVO-item-response
-
PERSON_PRODUCT -
object
oracle_apps_flex_hcm_profiles_core_advancementReadinessItem_view_AdvancementReadinessItemPERSON__5FPRODUCTVO-item-response
-
PERSON_PRODUCT_PROBLEM_CODE -
object
oracle_apps_flex_hcm_profiles_core_advancementReadinessItem_view_AdvancementReadinessItemPERSON__5FPRODUCT__5FPROBLEM__5FCODEVO-item-response
-
PERSON_READINESS -
object
oracle_apps_flex_hcm_profiles_core_advancementReadinessItem_view_AdvancementReadinessItemPERSON__5FREADINESSVO-item-response
-
PERSON_RISK -
object
oracle_apps_flex_hcm_profiles_core_advancementReadinessItem_view_AdvancementReadinessItemPERSON__5FRISKVO-item-response
-
PERSON_TALENT_SCORE -
object
oracle_apps_flex_hcm_profiles_core_advancementReadinessItem_view_AdvancementReadinessItemPERSON__5FTALENT__5FSCOREVO-item-response
-
POSITION_CRITICALITY -
object
oracle_apps_flex_hcm_profiles_core_advancementReadinessItem_view_AdvancementReadinessItemPOSITION__5FCRITICALITYVO-item-response
Nested Schema : oracle_apps_flex_hcm_profiles_core_advancementReadinessItem_view_AdvancementReadinessItemJOB__5FCRITICALITYVO-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context ValueMaximum Length:80Default Value:JOB_CRITICALITY -
__FLEX_Context_DisplayValue: string
Title:
Context Value -
AdvReadinessId: integer
(int64)
-
links: array
Links
Title:
LinksThe link relations associated with the resource instance.
Nested Schema : oracle_apps_flex_hcm_profiles_core_advancementReadinessItem_view_AdvancementReadinessItemORGANIZATION__5FCRITICALITYVO-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context ValueMaximum Length:80Default Value:ORGANIZATION_CRITICALITY -
__FLEX_Context_DisplayValue: string
Title:
Context Value -
AdvReadinessId: integer
(int64)
-
links: array
Links
Title:
LinksThe link relations associated with the resource instance.
Nested Schema : oracle_apps_flex_hcm_profiles_core_advancementReadinessItem_view_AdvancementReadinessItemPERSON__5FCAREER__5FSTATEMENTVO-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context ValueMaximum Length:80Default Value:PERSON_CAREER_STATEMENT -
__FLEX_Context_DisplayValue: string
Title:
Context Value -
AdvReadinessId: integer
(int64)
-
links: array
Links
Title:
LinksThe link relations associated with the resource instance.
Nested Schema : oracle_apps_flex_hcm_profiles_core_advancementReadinessItem_view_AdvancementReadinessItemPERSON__5FCATEGORYVO-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context ValueMaximum Length:80Default Value:PERSON_CATEGORY -
__FLEX_Context_DisplayValue: string
Title:
Context Value -
AdvReadinessId: integer
(int64)
-
links: array
Links
Title:
LinksThe link relations associated with the resource instance.
Nested Schema : oracle_apps_flex_hcm_profiles_core_advancementReadinessItem_view_AdvancementReadinessItemPERSON__5FCOMPONENTVO-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context ValueMaximum Length:80Default Value:PERSON_COMPONENT -
__FLEX_Context_DisplayValue: string
Title:
Context Value -
AdvReadinessId: integer
(int64)
-
links: array
Links
Title:
LinksThe link relations associated with the resource instance.
Nested Schema : oracle_apps_flex_hcm_profiles_core_advancementReadinessItem_view_AdvancementReadinessItemPERSON__5FN__5FBOX__5FASSIGNMENTVO-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context ValueMaximum Length:80Default Value:PERSON_N_BOX_ASSIGNMENT -
__FLEX_Context_DisplayValue: string
Title:
Context Value -
AdvReadinessId: integer
(int64)
-
links: array
Links
Title:
LinksThe link relations associated with the resource instance.
Nested Schema : oracle_apps_flex_hcm_profiles_core_advancementReadinessItem_view_AdvancementReadinessItemPERSON__5FPERFORMANCE__5FRATINGVO-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context ValueMaximum Length:80Default Value:PERSON_PERFORMANCE_RATING -
__FLEX_Context_DisplayValue: string
Title:
Context Value -
AdvReadinessId: integer
(int64)
-
links: array
Links
Title:
LinksThe link relations associated with the resource instance.
Nested Schema : oracle_apps_flex_hcm_profiles_core_advancementReadinessItem_view_AdvancementReadinessItemPERSON__5FPLATFORMVO-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context ValueMaximum Length:80Default Value:PERSON_PLATFORM -
__FLEX_Context_DisplayValue: string
Title:
Context Value -
AdvReadinessId: integer
(int64)
-
links: array
Links
Title:
LinksThe link relations associated with the resource instance.
Nested Schema : oracle_apps_flex_hcm_profiles_core_advancementReadinessItem_view_AdvancementReadinessItemPERSON__5FPOTENTIALVO-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context ValueMaximum Length:80Default Value:PERSON_POTENTIAL -
__FLEX_Context_DisplayValue: string
Title:
Context Value -
AdvReadinessId: integer
(int64)
-
links: array
Links
Title:
LinksThe link relations associated with the resource instance.
Nested Schema : oracle_apps_flex_hcm_profiles_core_advancementReadinessItem_view_AdvancementReadinessItemPERSON__5FPROBLEM__5FCODEVO-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context ValueMaximum Length:80Default Value:PERSON_PROBLEM_CODE -
__FLEX_Context_DisplayValue: string
Title:
Context Value -
AdvReadinessId: integer
(int64)
-
links: array
Links
Title:
LinksThe link relations associated with the resource instance.
Nested Schema : oracle_apps_flex_hcm_profiles_core_advancementReadinessItem_view_AdvancementReadinessItemPERSON__5FPRODUCTVO-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context ValueMaximum Length:80Default Value:PERSON_PRODUCT -
__FLEX_Context_DisplayValue: string
Title:
Context Value -
AdvReadinessId: integer
(int64)
-
links: array
Links
Title:
LinksThe link relations associated with the resource instance.
Nested Schema : oracle_apps_flex_hcm_profiles_core_advancementReadinessItem_view_AdvancementReadinessItemPERSON__5FPRODUCT__5FPROBLEM__5FCODEVO-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context ValueMaximum Length:80Default Value:PERSON_PRODUCT_PROBLEM_CODE -
__FLEX_Context_DisplayValue: string
Title:
Context Value -
AdvReadinessId: integer
(int64)
-
links: array
Links
Title:
LinksThe link relations associated with the resource instance.
Nested Schema : oracle_apps_flex_hcm_profiles_core_advancementReadinessItem_view_AdvancementReadinessItemPERSON__5FREADINESSVO-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context ValueMaximum Length:80Default Value:PERSON_READINESS -
__FLEX_Context_DisplayValue: string
Title:
Context Value -
AdvReadinessId: integer
(int64)
-
links: array
Links
Title:
LinksThe link relations associated with the resource instance.
Nested Schema : oracle_apps_flex_hcm_profiles_core_advancementReadinessItem_view_AdvancementReadinessItemPERSON__5FRISKVO-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context ValueMaximum Length:80Default Value:PERSON_RISK -
__FLEX_Context_DisplayValue: string
Title:
Context Value -
AdvReadinessId: integer
(int64)
-
links: array
Links
Title:
LinksThe link relations associated with the resource instance.
Nested Schema : oracle_apps_flex_hcm_profiles_core_advancementReadinessItem_view_AdvancementReadinessItemPERSON__5FTALENT__5FSCOREVO-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context ValueMaximum Length:80Default Value:PERSON_TALENT_SCORE -
__FLEX_Context_DisplayValue: string
Title:
Context Value -
AdvReadinessId: integer
(int64)
-
links: array
Links
Title:
LinksThe link relations associated with the resource instance.
Nested Schema : oracle_apps_flex_hcm_profiles_core_advancementReadinessItem_view_AdvancementReadinessItemPOSITION__5FCRITICALITYVO-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context ValueMaximum Length:80Default Value:POSITION_CRITICALITY -
__FLEX_Context_DisplayValue: string
Title:
Context Value -
AdvReadinessId: 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 : talentRatings-careerPotential-item-response
Type:
Show Source
object-
CareerPotentialId: integer
(int64)
Title:
Career Potential IDUnique identifier of the career potential rating item. -
careerPotentialsDFF: array
careerPotentialsDFF
-
Comments: string
(byte)
Title:
CommentsComments on the career potential rating item. -
CreatedBy: string
Title:
Created ByRead Only:trueMaximum Length:64User who created the career potential rating item. -
CreationDate: string
(date-time)
Title:
Creation DateRead Only:trueDate and time when the career potential rating item was created. -
FromDate: string
(date)
Title:
From DateRead Only:trueDate and time when the career potential rating item becomes valid. -
LastUpdateDate: string
(date-time)
Title:
Last Update DateRead Only:trueDate and time when the career potential rating item was last updated. -
LastUpdatedBy: string
Title:
Last Updated ByRead Only:trueMaximum Length:64User who last updated the career potential rating item. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
PotentialLevel: string
Title:
NameRead Only:trueMaximum Length:2000Name of the rating level associated with the career potential rating item. -
PotentialLevelCode: string
Title:
Potential Level CodeMaximum Length:30Code representing the rating level associated with the career potential rating item. Valid values are defined in the ratingLevelsLOV. -
PotentialLevelId: integer
(int64)
Title:
Potential Level IDUnique identifier of the rating level associated with the career potential rating item. -
PotentialModelId: integer
(int64)
Title:
Rating ModelRead Only:trueDefault Value:6Unique identifier of the rating model associated with the career potential rating item. -
Source: string
Title:
SourceMaximum Length:30Indicates whether the source of the career potential rating item is profile, talent review, or talent review meeting. Valid values are PROFILEPOTENTIAL, TRMPPOTENTIAL, and TRPOTENTIAL. -
SourceDescription: string
Title:
SourceRead Only:trueMaximum Length:4000Source of the career potential rating item. -
SourceKey: integer
(int64)
Read Only:
trueUnique identifier of the source where the career potential rating item is used. -
SourceType: string
Maximum Length:
30Code representing the source of the career potential rating item. -
SubmittedBy: string
Read Only:
trueMaximum Length:255User who submitted the career potential rating item. -
ToDate: string
(date)
Title:
End DateRead Only:trueDate and time until which the career potential rating item is valid.
Nested Schema : careerPotentialsDFF
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_potentialItem_view_PotentialItemJOB__5FCRITICALITYVO-item-response", "ORGANIZATION_CRITICALITY":"#/components/schemas/oracle_apps_flex_hcm_profiles_core_potentialItem_view_PotentialItemORGANIZATION__5FCRITICALITYVO-item-response", "PERSON_CAREER_STATEMENT":"#/components/schemas/oracle_apps_flex_hcm_profiles_core_potentialItem_view_PotentialItemPERSON__5FCAREER__5FSTATEMENTVO-item-response", "PERSON_CATEGORY":"#/components/schemas/oracle_apps_flex_hcm_profiles_core_potentialItem_view_PotentialItemPERSON__5FCATEGORYVO-item-response", "PERSON_COMPONENT":"#/components/schemas/oracle_apps_flex_hcm_profiles_core_potentialItem_view_PotentialItemPERSON__5FCOMPONENTVO-item-response", "PERSON_N_BOX_ASSIGNMENT":"#/components/schemas/oracle_apps_flex_hcm_profiles_core_potentialItem_view_PotentialItemPERSON__5FN__5FBOX__5FASSIGNMENTVO-item-response", "PERSON_PERFORMANCE_RATING":"#/components/schemas/oracle_apps_flex_hcm_profiles_core_potentialItem_view_PotentialItemPERSON__5FPERFORMANCE__5FRATINGVO-item-response", "PERSON_PLATFORM":"#/components/schemas/oracle_apps_flex_hcm_profiles_core_potentialItem_view_PotentialItemPERSON__5FPLATFORMVO-item-response", "PERSON_POTENTIAL":"#/components/schemas/oracle_apps_flex_hcm_profiles_core_potentialItem_view_PotentialItemPERSON__5FPOTENTIALVO-item-response", "PERSON_PROBLEM_CODE":"#/components/schemas/oracle_apps_flex_hcm_profiles_core_potentialItem_view_PotentialItemPERSON__5FPROBLEM__5FCODEVO-item-response", "PERSON_PRODUCT":"#/components/schemas/oracle_apps_flex_hcm_profiles_core_potentialItem_view_PotentialItemPERSON__5FPRODUCTVO-item-response", "PERSON_PRODUCT_PROBLEM_CODE":"#/components/schemas/oracle_apps_flex_hcm_profiles_core_potentialItem_view_PotentialItemPERSON__5FPRODUCT__5FPROBLEM__5FCODEVO-item-response", "PERSON_READINESS":"#/components/schemas/oracle_apps_flex_hcm_profiles_core_potentialItem_view_PotentialItemPERSON__5FREADINESSVO-item-response", "PERSON_RISK":"#/components/schemas/oracle_apps_flex_hcm_profiles_core_potentialItem_view_PotentialItemPERSON__5FRISKVO-item-response", "PERSON_TALENT_SCORE":"#/components/schemas/oracle_apps_flex_hcm_profiles_core_potentialItem_view_PotentialItemPERSON__5FTALENT__5FSCOREVO-item-response", "POSITION_CRITICALITY":"#/components/schemas/oracle_apps_flex_hcm_profiles_core_potentialItem_view_PotentialItemPOSITION__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_potentialItem_view_PotentialItemJOB__5FCRITICALITYVO-item-response
-
ORGANIZATION_CRITICALITY -
object
oracle_apps_flex_hcm_profiles_core_potentialItem_view_PotentialItemORGANIZATION__5FCRITICALITYVO-item-response
-
PERSON_CAREER_STATEMENT -
object
oracle_apps_flex_hcm_profiles_core_potentialItem_view_PotentialItemPERSON__5FCAREER__5FSTATEMENTVO-item-response
-
PERSON_CATEGORY -
object
oracle_apps_flex_hcm_profiles_core_potentialItem_view_PotentialItemPERSON__5FCATEGORYVO-item-response
-
PERSON_COMPONENT -
object
oracle_apps_flex_hcm_profiles_core_potentialItem_view_PotentialItemPERSON__5FCOMPONENTVO-item-response
-
PERSON_N_BOX_ASSIGNMENT -
object
oracle_apps_flex_hcm_profiles_core_potentialItem_view_PotentialItemPERSON__5FN__5FBOX__5FASSIGNMENTVO-item-response
-
PERSON_PERFORMANCE_RATING -
object
oracle_apps_flex_hcm_profiles_core_potentialItem_view_PotentialItemPERSON__5FPERFORMANCE__5FRATINGVO-item-response
-
PERSON_PLATFORM -
object
oracle_apps_flex_hcm_profiles_core_potentialItem_view_PotentialItemPERSON__5FPLATFORMVO-item-response
-
PERSON_POTENTIAL -
object
oracle_apps_flex_hcm_profiles_core_potentialItem_view_PotentialItemPERSON__5FPOTENTIALVO-item-response
-
PERSON_PROBLEM_CODE -
object
oracle_apps_flex_hcm_profiles_core_potentialItem_view_PotentialItemPERSON__5FPROBLEM__5FCODEVO-item-response
-
PERSON_PRODUCT -
object
oracle_apps_flex_hcm_profiles_core_potentialItem_view_PotentialItemPERSON__5FPRODUCTVO-item-response
-
PERSON_PRODUCT_PROBLEM_CODE -
object
oracle_apps_flex_hcm_profiles_core_potentialItem_view_PotentialItemPERSON__5FPRODUCT__5FPROBLEM__5FCODEVO-item-response
-
PERSON_READINESS -
object
oracle_apps_flex_hcm_profiles_core_potentialItem_view_PotentialItemPERSON__5FREADINESSVO-item-response
-
PERSON_RISK -
object
oracle_apps_flex_hcm_profiles_core_potentialItem_view_PotentialItemPERSON__5FRISKVO-item-response
-
PERSON_TALENT_SCORE -
object
oracle_apps_flex_hcm_profiles_core_potentialItem_view_PotentialItemPERSON__5FTALENT__5FSCOREVO-item-response
-
POSITION_CRITICALITY -
object
oracle_apps_flex_hcm_profiles_core_potentialItem_view_PotentialItemPOSITION__5FCRITICALITYVO-item-response
Nested Schema : oracle_apps_flex_hcm_profiles_core_potentialItem_view_PotentialItemJOB__5FCRITICALITYVO-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context ValueMaximum Length:80Default Value:JOB_CRITICALITY -
__FLEX_Context_DisplayValue: string
Title:
Context Value -
CareerPotentialId: integer
(int64)
-
links: array
Links
Title:
LinksThe link relations associated with the resource instance.
Nested Schema : oracle_apps_flex_hcm_profiles_core_potentialItem_view_PotentialItemORGANIZATION__5FCRITICALITYVO-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context ValueMaximum Length:80Default Value:ORGANIZATION_CRITICALITY -
__FLEX_Context_DisplayValue: string
Title:
Context Value -
CareerPotentialId: integer
(int64)
-
links: array
Links
Title:
LinksThe link relations associated with the resource instance.
Nested Schema : oracle_apps_flex_hcm_profiles_core_potentialItem_view_PotentialItemPERSON__5FCAREER__5FSTATEMENTVO-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context ValueMaximum Length:80Default Value:PERSON_CAREER_STATEMENT -
__FLEX_Context_DisplayValue: string
Title:
Context Value -
CareerPotentialId: integer
(int64)
-
links: array
Links
Title:
LinksThe link relations associated with the resource instance.
Nested Schema : oracle_apps_flex_hcm_profiles_core_potentialItem_view_PotentialItemPERSON__5FCATEGORYVO-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context ValueMaximum Length:80Default Value:PERSON_CATEGORY -
__FLEX_Context_DisplayValue: string
Title:
Context Value -
CareerPotentialId: integer
(int64)
-
links: array
Links
Title:
LinksThe link relations associated with the resource instance.
Nested Schema : oracle_apps_flex_hcm_profiles_core_potentialItem_view_PotentialItemPERSON__5FCOMPONENTVO-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context ValueMaximum Length:80Default Value:PERSON_COMPONENT -
__FLEX_Context_DisplayValue: string
Title:
Context Value -
CareerPotentialId: integer
(int64)
-
links: array
Links
Title:
LinksThe link relations associated with the resource instance.
Nested Schema : oracle_apps_flex_hcm_profiles_core_potentialItem_view_PotentialItemPERSON__5FN__5FBOX__5FASSIGNMENTVO-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context ValueMaximum Length:80Default Value:PERSON_N_BOX_ASSIGNMENT -
__FLEX_Context_DisplayValue: string
Title:
Context Value -
CareerPotentialId: integer
(int64)
-
links: array
Links
Title:
LinksThe link relations associated with the resource instance.
Nested Schema : oracle_apps_flex_hcm_profiles_core_potentialItem_view_PotentialItemPERSON__5FPERFORMANCE__5FRATINGVO-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context ValueMaximum Length:80Default Value:PERSON_PERFORMANCE_RATING -
__FLEX_Context_DisplayValue: string
Title:
Context Value -
CareerPotentialId: integer
(int64)
-
links: array
Links
Title:
LinksThe link relations associated with the resource instance.
Nested Schema : oracle_apps_flex_hcm_profiles_core_potentialItem_view_PotentialItemPERSON__5FPLATFORMVO-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context ValueMaximum Length:80Default Value:PERSON_PLATFORM -
__FLEX_Context_DisplayValue: string
Title:
Context Value -
CareerPotentialId: integer
(int64)
-
links: array
Links
Title:
LinksThe link relations associated with the resource instance.
Nested Schema : oracle_apps_flex_hcm_profiles_core_potentialItem_view_PotentialItemPERSON__5FPOTENTIALVO-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context ValueMaximum Length:80Default Value:PERSON_POTENTIAL -
__FLEX_Context_DisplayValue: string
Title:
Context Value -
CareerPotentialId: integer
(int64)
-
links: array
Links
Title:
LinksThe link relations associated with the resource instance.
Nested Schema : oracle_apps_flex_hcm_profiles_core_potentialItem_view_PotentialItemPERSON__5FPROBLEM__5FCODEVO-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context ValueMaximum Length:80Default Value:PERSON_PROBLEM_CODE -
__FLEX_Context_DisplayValue: string
Title:
Context Value -
CareerPotentialId: integer
(int64)
-
links: array
Links
Title:
LinksThe link relations associated with the resource instance.
Nested Schema : oracle_apps_flex_hcm_profiles_core_potentialItem_view_PotentialItemPERSON__5FPRODUCTVO-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context ValueMaximum Length:80Default Value:PERSON_PRODUCT -
__FLEX_Context_DisplayValue: string
Title:
Context Value -
CareerPotentialId: integer
(int64)
-
links: array
Links
Title:
LinksThe link relations associated with the resource instance.
Nested Schema : oracle_apps_flex_hcm_profiles_core_potentialItem_view_PotentialItemPERSON__5FPRODUCT__5FPROBLEM__5FCODEVO-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context ValueMaximum Length:80Default Value:PERSON_PRODUCT_PROBLEM_CODE -
__FLEX_Context_DisplayValue: string
Title:
Context Value -
CareerPotentialId: integer
(int64)
-
links: array
Links
Title:
LinksThe link relations associated with the resource instance.
Nested Schema : oracle_apps_flex_hcm_profiles_core_potentialItem_view_PotentialItemPERSON__5FREADINESSVO-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context ValueMaximum Length:80Default Value:PERSON_READINESS -
__FLEX_Context_DisplayValue: string
Title:
Context Value -
CareerPotentialId: integer
(int64)
-
links: array
Links
Title:
LinksThe link relations associated with the resource instance.
Nested Schema : oracle_apps_flex_hcm_profiles_core_potentialItem_view_PotentialItemPERSON__5FRISKVO-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context ValueMaximum Length:80Default Value:PERSON_RISK -
__FLEX_Context_DisplayValue: string
Title:
Context Value -
CareerPotentialId: integer
(int64)
-
links: array
Links
Title:
LinksThe link relations associated with the resource instance.
Nested Schema : oracle_apps_flex_hcm_profiles_core_potentialItem_view_PotentialItemPERSON__5FTALENT__5FSCOREVO-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context ValueMaximum Length:80Default Value:PERSON_TALENT_SCORE -
__FLEX_Context_DisplayValue: string
Title:
Context Value -
CareerPotentialId: integer
(int64)
-
links: array
Links
Title:
LinksThe link relations associated with the resource instance.
Nested Schema : oracle_apps_flex_hcm_profiles_core_potentialItem_view_PotentialItemPOSITION__5FCRITICALITYVO-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context ValueMaximum Length:80Default Value:POSITION_CRITICALITY -
__FLEX_Context_DisplayValue: string
Title:
Context Value -
CareerPotentialId: 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 : talentRatings-impactOfLosses-item-response
Type:
Show Source
object-
Comments: string
(byte)
Title:
CommentsComments on the impact of loss rating item. -
CreatedBy: string
Title:
Created ByRead Only:trueMaximum Length:64User who created the impact of loss rating item. -
CreationDate: string
(date-time)
Title:
Creation DateRead Only:trueDate and time when the impact of loss rating item was created. -
EstimatedRemainingMonths: string
Title:
Estimated Remaining MonthsMaximum Length:30Code representing the estimated months left for the employees to depart the organization. A list of accepted values is defined in the lookup type HRT_EST_DEPARTURE_DATE. -
EstimatedRemainingMonthsMeaning: string
Title:
Estimated Remaining MonthsRead Only:trueMaximum Length:80Estimated months left for the employees to depart the organization. A list of accepted values is defined in the lookup type HRT_EST_DEPARTURE_DATE. -
ExpectedReasonForDeparture: string
Title:
Expected Reason for DepartureMaximum Length:30Code representing the expected reason for the departure of the employee. A list of accepted values is defined in the lookup type HRT_DEPARTURE_REASON. -
ExpectedReasonForDepartureMeaning: string
Title:
Expected Reason for DepartureRead Only:trueMaximum Length:80Expected reason for the departure of the employee. A list of accepted values is defined in the lookup type HRT_DEPARTURE_REASON. -
FromDate: string
(date)
Title:
From DateRead Only:trueDate and time when the impact of loss rating item becomes valid. -
ImpactLevel: string
Title:
NameRead Only:trueMaximum Length:2000Name of the rating level associated with the impact of loss rating item. -
ImpactLevelCode: string
Title:
Impact Level CodeMaximum Length:30Code representing the rating level associated with the impact of loss rating item. Valid values are defined in the ratingLevelsLOV. -
ImpactLevelId: integer
(int64)
Title:
Impact Level IDUnique identifier of the rating level associated with the impact of loss rating item. -
ImpactModelId: integer
(int64)
Title:
Impact Rating ModelRead Only:trueDefault Value:13Unique identifier of the rating model associated with the impact of loss rating item. -
ImpactOfLossId: integer
(int64)
Title:
Impact of Loss IDRead Only:trueUnique identifier of the impact of loss rating item. -
LastUpdateDate: string
(date-time)
Title:
Last Update DateRead Only:trueDate and time when the impact of loss rating item was last updated. -
LastUpdatedBy: string
Title:
Last Updated ByRead Only:trueMaximum Length:64User who last updated the impact of loss rating item. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
Source: string
Title:
SourceMaximum Length:30Indicates whether the source of the impact of loss rating item is profile, succession management, talent review meeting, or talent review. Valid values are PROFILERISK, SUCCESSIONRISK, TRMPRISK, and TRRISK. -
SourceDescription: string
Title:
SourceRead Only:trueMaximum Length:4000Date and time until which the impact of loss rating item is valid. -
SourceKey: integer
(int64)
Unique identifier of the source where the impact of loss rating item is used.
-
SourceType: string
Maximum Length:
30Code representing the source of impact of loss rating item. -
SubmittedBy: string
Read Only:
trueMaximum Length:255User who submitted the impact of loss rating item. -
ToDate: string
(date)
Title:
End DateRead Only:trueDate and time until which the impact of loss rating item is valid.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : talentRatings-nBoxCellAssignments-item-response
Type:
Show Source
object-
BoxSequence: integer
(int64)
Title:
Box SequenceSequence of the cell assignment. -
CellAssignment: string
Title:
N Box of Cell AssignmentMaximum Length:700Identifier of the cell assignment. -
CellAssignmentId: integer
(int64)
Title:
Cell Assignment IDUnique identifier of the cell assignment. -
CreatedBy: string
Title:
Created ByRead Only:trueMaximum Length:64User who created the cell assignment. -
CreationDate: string
(date-time)
Title:
Creation DateRead Only:trueDate and time when the cell assignment was created. -
FromDate: string
(date)
Title:
From DateDate and time when the cell assignment becomes valid. -
LastUpdateDate: string
(date-time)
Title:
Last Update DateRead Only:trueDate and time when the cell assignment was last updated. -
LastUpdatedBy: string
Title:
Last Updated ByRead Only:trueMaximum Length:64User who last updated the cell assignment. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
NBoxAssignmentId: integer
(int64)
Title:
N Box of Cell Assignment IDUnique identifier of the nBox cell assignment. -
NBoxLabel: string
Title:
Cell AssignmentRead Only:trueMaximum Length:255Label for the nBox cell assignment. -
Source: string
Title:
SourceCode representing the source of the cell assignment. -
SourceDescription: string
Title:
SourceSource of the cell assignment. -
SourceType: string
Maximum Length:
30Code representing the source of the nBox cell assignment rating item. -
SubmittedBy: string
Read Only:
trueMaximum Length:255User who submitted the nBox cell assignment rating item. -
ToDate: string
(date)
Title:
End DateDate and time until which the cell assignment is valid.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : talentRatings-performanceRatings-item-response
Type:
Show Source
object-
AssignmentId: integer
(int64)
Title:
AssignmentRead Only:trueUnique identifier of the worker assignment. -
Comments: string
(byte)
Title:
CommentsComments on the performance rating item. -
CreatedBy: string
Title:
Created ByRead Only:trueMaximum Length:64User who created the performance rating item. -
CreationDate: string
(date-time)
Title:
Creation DateRead Only:trueDate and time when the performance rating item was created. -
FromDate: string
(date)
Title:
From DateRead Only:trueDate and time when the performance rating item becomes valid. -
LastUpdateDate: string
(date-time)
Title:
Last Update DateRead Only:trueDate and time when the performance rating item was last updated. -
LastUpdatedBy: string
Title:
Last Updated ByRead Only:trueMaximum Length:64User who last updated the performance rating item. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
PerformanceLevel: string
Title:
NameRead Only:trueMaximum Length:2000Name of the rating level associated with the performance rating item. -
PerformanceLevelCode: string
Title:
Performance Rating Level CodeMaximum Length:30Code representing the rating level associated with performance rating item. Valid values are defined in the ratingLevelsLOV. -
PerformanceLevelId: integer
(int64)
Title:
Performance Rating Level IDUnique identifier of the rating level associated with the performance rating item. -
PerformanceRatingId: integer
(int64)
Title:
Performance Rating IDUnique identifier of the performance rating item. -
PerformanceRatingModelId: integer
(int64)
Title:
Performance Rating ModelRead Only:trueDefault Value:4Unique identifier of the rating model associated with the performance rating item. -
performanceRatingsDFF: array
performanceRatingsDFF
-
SectionContentTypeId: integer
(int64)
Read Only:
trueUnique identifier of the section content type. -
Source: string
Title:
SourceMaximum Length:30Indicates whether the source of the performance rating item is compensation management, performance management, profile, talent review, or talent review meeting. Valid values are CWB, PR, PROFILE, TR, and TRMP. -
SourceDescription: string
Title:
SourceRead Only:trueMaximum Length:4000Source of the performance rating item. -
SourceKey: integer
(int64)
Read Only:
trueUnique identifier of the source where the performance rating item is used. -
SourceType: string
Maximum Length:
30Code representing the source of the performance rating item. -
SubmittedBy: string
Read Only:
trueMaximum Length:255User who submitted the performance rating item. -
ToDate: string
(date)
Title:
End DateRead Only:trueDate and time until which the performance rating item is valid.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : performanceRatingsDFF
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_performanceRatingItem_view_PerformanceRatingItemJOB__5FCRITICALITYVO-item-response", "ORGANIZATION_CRITICALITY":"#/components/schemas/oracle_apps_flex_hcm_profiles_core_performanceRatingItem_view_PerformanceRatingItemORGANIZATION__5FCRITICALITYVO-item-response", "PERSON_CAREER_STATEMENT":"#/components/schemas/oracle_apps_flex_hcm_profiles_core_performanceRatingItem_view_PerformanceRatingItemPERSON__5FCAREER__5FSTATEMENTVO-item-response", "PERSON_CATEGORY":"#/components/schemas/oracle_apps_flex_hcm_profiles_core_performanceRatingItem_view_PerformanceRatingItemPERSON__5FCATEGORYVO-item-response", "PERSON_COMPONENT":"#/components/schemas/oracle_apps_flex_hcm_profiles_core_performanceRatingItem_view_PerformanceRatingItemPERSON__5FCOMPONENTVO-item-response", "PERSON_N_BOX_ASSIGNMENT":"#/components/schemas/oracle_apps_flex_hcm_profiles_core_performanceRatingItem_view_PerformanceRatingItemPERSON__5FN__5FBOX__5FASSIGNMENTVO-item-response", "PERSON_PERFORMANCE_RATING":"#/components/schemas/oracle_apps_flex_hcm_profiles_core_performanceRatingItem_view_PerformanceRatingItemPERSON__5FPERFORMANCE__5FRATINGVO-item-response", "PERSON_PLATFORM":"#/components/schemas/oracle_apps_flex_hcm_profiles_core_performanceRatingItem_view_PerformanceRatingItemPERSON__5FPLATFORMVO-item-response", "PERSON_POTENTIAL":"#/components/schemas/oracle_apps_flex_hcm_profiles_core_performanceRatingItem_view_PerformanceRatingItemPERSON__5FPOTENTIALVO-item-response", "PERSON_PROBLEM_CODE":"#/components/schemas/oracle_apps_flex_hcm_profiles_core_performanceRatingItem_view_PerformanceRatingItemPERSON__5FPROBLEM__5FCODEVO-item-response", "PERSON_PRODUCT":"#/components/schemas/oracle_apps_flex_hcm_profiles_core_performanceRatingItem_view_PerformanceRatingItemPERSON__5FPRODUCTVO-item-response", "PERSON_PRODUCT_PROBLEM_CODE":"#/components/schemas/oracle_apps_flex_hcm_profiles_core_performanceRatingItem_view_PerformanceRatingItemPERSON__5FPRODUCT__5FPROBLEM__5FCODEVO-item-response", "PERSON_READINESS":"#/components/schemas/oracle_apps_flex_hcm_profiles_core_performanceRatingItem_view_PerformanceRatingItemPERSON__5FREADINESSVO-item-response", "PERSON_RISK":"#/components/schemas/oracle_apps_flex_hcm_profiles_core_performanceRatingItem_view_PerformanceRatingItemPERSON__5FRISKVO-item-response", "PERSON_TALENT_SCORE":"#/components/schemas/oracle_apps_flex_hcm_profiles_core_performanceRatingItem_view_PerformanceRatingItemPERSON__5FTALENT__5FSCOREVO-item-response", "POSITION_CRITICALITY":"#/components/schemas/oracle_apps_flex_hcm_profiles_core_performanceRatingItem_view_PerformanceRatingItemPOSITION__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_performanceRatingItem_view_PerformanceRatingItemJOB__5FCRITICALITYVO-item-response
-
ORGANIZATION_CRITICALITY -
object
oracle_apps_flex_hcm_profiles_core_performanceRatingItem_view_PerformanceRatingItemORGANIZATION__5FCRITICALITYVO-item-response
-
PERSON_CAREER_STATEMENT -
object
oracle_apps_flex_hcm_profiles_core_performanceRatingItem_view_PerformanceRatingItemPERSON__5FCAREER__5FSTATEMENTVO-item-response
-
PERSON_CATEGORY -
object
oracle_apps_flex_hcm_profiles_core_performanceRatingItem_view_PerformanceRatingItemPERSON__5FCATEGORYVO-item-response
-
PERSON_COMPONENT -
object
oracle_apps_flex_hcm_profiles_core_performanceRatingItem_view_PerformanceRatingItemPERSON__5FCOMPONENTVO-item-response
-
PERSON_N_BOX_ASSIGNMENT -
object
oracle_apps_flex_hcm_profiles_core_performanceRatingItem_view_PerformanceRatingItemPERSON__5FN__5FBOX__5FASSIGNMENTVO-item-response
-
PERSON_PERFORMANCE_RATING -
object
oracle_apps_flex_hcm_profiles_core_performanceRatingItem_view_PerformanceRatingItemPERSON__5FPERFORMANCE__5FRATINGVO-item-response
-
PERSON_PLATFORM -
object
oracle_apps_flex_hcm_profiles_core_performanceRatingItem_view_PerformanceRatingItemPERSON__5FPLATFORMVO-item-response
-
PERSON_POTENTIAL -
object
oracle_apps_flex_hcm_profiles_core_performanceRatingItem_view_PerformanceRatingItemPERSON__5FPOTENTIALVO-item-response
-
PERSON_PROBLEM_CODE -
object
oracle_apps_flex_hcm_profiles_core_performanceRatingItem_view_PerformanceRatingItemPERSON__5FPROBLEM__5FCODEVO-item-response
-
PERSON_PRODUCT -
object
oracle_apps_flex_hcm_profiles_core_performanceRatingItem_view_PerformanceRatingItemPERSON__5FPRODUCTVO-item-response
-
PERSON_PRODUCT_PROBLEM_CODE -
object
oracle_apps_flex_hcm_profiles_core_performanceRatingItem_view_PerformanceRatingItemPERSON__5FPRODUCT__5FPROBLEM__5FCODEVO-item-response
-
PERSON_READINESS -
object
oracle_apps_flex_hcm_profiles_core_performanceRatingItem_view_PerformanceRatingItemPERSON__5FREADINESSVO-item-response
-
PERSON_RISK -
object
oracle_apps_flex_hcm_profiles_core_performanceRatingItem_view_PerformanceRatingItemPERSON__5FRISKVO-item-response
-
PERSON_TALENT_SCORE -
object
oracle_apps_flex_hcm_profiles_core_performanceRatingItem_view_PerformanceRatingItemPERSON__5FTALENT__5FSCOREVO-item-response
-
POSITION_CRITICALITY -
object
oracle_apps_flex_hcm_profiles_core_performanceRatingItem_view_PerformanceRatingItemPOSITION__5FCRITICALITYVO-item-response
Nested Schema : oracle_apps_flex_hcm_profiles_core_performanceRatingItem_view_PerformanceRatingItemJOB__5FCRITICALITYVO-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context ValueMaximum Length:80Default Value:JOB_CRITICALITY -
__FLEX_Context_DisplayValue: string
Title:
Context Value -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
PerfRatingId: integer
(int64)
Nested Schema : oracle_apps_flex_hcm_profiles_core_performanceRatingItem_view_PerformanceRatingItemORGANIZATION__5FCRITICALITYVO-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context ValueMaximum Length:80Default Value:ORGANIZATION_CRITICALITY -
__FLEX_Context_DisplayValue: string
Title:
Context Value -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
PerfRatingId: integer
(int64)
Nested Schema : oracle_apps_flex_hcm_profiles_core_performanceRatingItem_view_PerformanceRatingItemPERSON__5FCAREER__5FSTATEMENTVO-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context ValueMaximum Length:80Default Value:PERSON_CAREER_STATEMENT -
__FLEX_Context_DisplayValue: string
Title:
Context Value -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
PerfRatingId: integer
(int64)
Nested Schema : oracle_apps_flex_hcm_profiles_core_performanceRatingItem_view_PerformanceRatingItemPERSON__5FCATEGORYVO-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context ValueMaximum Length:80Default Value:PERSON_CATEGORY -
__FLEX_Context_DisplayValue: string
Title:
Context Value -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
PerfRatingId: integer
(int64)
Nested Schema : oracle_apps_flex_hcm_profiles_core_performanceRatingItem_view_PerformanceRatingItemPERSON__5FCOMPONENTVO-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context ValueMaximum Length:80Default Value:PERSON_COMPONENT -
__FLEX_Context_DisplayValue: string
Title:
Context Value -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
PerfRatingId: integer
(int64)
Nested Schema : oracle_apps_flex_hcm_profiles_core_performanceRatingItem_view_PerformanceRatingItemPERSON__5FN__5FBOX__5FASSIGNMENTVO-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context ValueMaximum Length:80Default Value:PERSON_N_BOX_ASSIGNMENT -
__FLEX_Context_DisplayValue: string
Title:
Context Value -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
PerfRatingId: integer
(int64)
Nested Schema : oracle_apps_flex_hcm_profiles_core_performanceRatingItem_view_PerformanceRatingItemPERSON__5FPERFORMANCE__5FRATINGVO-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context ValueMaximum Length:80Default Value:PERSON_PERFORMANCE_RATING -
__FLEX_Context_DisplayValue: string
Title:
Context Value -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
PerfRatingId: integer
(int64)
Nested Schema : oracle_apps_flex_hcm_profiles_core_performanceRatingItem_view_PerformanceRatingItemPERSON__5FPLATFORMVO-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context ValueMaximum Length:80Default Value:PERSON_PLATFORM -
__FLEX_Context_DisplayValue: string
Title:
Context Value -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
PerfRatingId: integer
(int64)
Nested Schema : oracle_apps_flex_hcm_profiles_core_performanceRatingItem_view_PerformanceRatingItemPERSON__5FPOTENTIALVO-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context ValueMaximum Length:80Default Value:PERSON_POTENTIAL -
__FLEX_Context_DisplayValue: string
Title:
Context Value -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
PerfRatingId: integer
(int64)
Nested Schema : oracle_apps_flex_hcm_profiles_core_performanceRatingItem_view_PerformanceRatingItemPERSON__5FPROBLEM__5FCODEVO-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context ValueMaximum Length:80Default Value:PERSON_PROBLEM_CODE -
__FLEX_Context_DisplayValue: string
Title:
Context Value -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
PerfRatingId: integer
(int64)
Nested Schema : oracle_apps_flex_hcm_profiles_core_performanceRatingItem_view_PerformanceRatingItemPERSON__5FPRODUCTVO-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context ValueMaximum Length:80Default Value:PERSON_PRODUCT -
__FLEX_Context_DisplayValue: string
Title:
Context Value -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
PerfRatingId: integer
(int64)
Nested Schema : oracle_apps_flex_hcm_profiles_core_performanceRatingItem_view_PerformanceRatingItemPERSON__5FPRODUCT__5FPROBLEM__5FCODEVO-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context ValueMaximum Length:80Default Value:PERSON_PRODUCT_PROBLEM_CODE -
__FLEX_Context_DisplayValue: string
Title:
Context Value -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
PerfRatingId: integer
(int64)
Nested Schema : oracle_apps_flex_hcm_profiles_core_performanceRatingItem_view_PerformanceRatingItemPERSON__5FREADINESSVO-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context ValueMaximum Length:80Default Value:PERSON_READINESS -
__FLEX_Context_DisplayValue: string
Title:
Context Value -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
PerfRatingId: integer
(int64)
Nested Schema : oracle_apps_flex_hcm_profiles_core_performanceRatingItem_view_PerformanceRatingItemPERSON__5FRISKVO-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context ValueMaximum Length:80Default Value:PERSON_RISK -
__FLEX_Context_DisplayValue: string
Title:
Context Value -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
PerfRatingId: integer
(int64)
Nested Schema : oracle_apps_flex_hcm_profiles_core_performanceRatingItem_view_PerformanceRatingItemPERSON__5FTALENT__5FSCOREVO-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context ValueMaximum Length:80Default Value:PERSON_TALENT_SCORE -
__FLEX_Context_DisplayValue: string
Title:
Context Value -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
PerfRatingId: integer
(int64)
Nested Schema : oracle_apps_flex_hcm_profiles_core_performanceRatingItem_view_PerformanceRatingItemPOSITION__5FCRITICALITYVO-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context ValueMaximum Length:80Default Value:POSITION_CRITICALITY -
__FLEX_Context_DisplayValue: string
Title:
Context Value -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
PerfRatingId: 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 : talentRatings-riskOfLosses-item-response
Type:
Show Source
object-
Comments: string
(byte)
Title:
CommentsComments on the risk of loss rating item. -
CreatedBy: string
Title:
Created ByRead Only:trueMaximum Length:64User who created the risk of loss rating item. -
CreationDate: string
(date-time)
Title:
Creation DateRead Only:trueDate and time when the risk of loss rating item was created. -
FromDate: string
(date)
Title:
From DateRead Only:trueDate and time when the risk of loss rating item becomes valid. -
LastUpdateDate: string
(date-time)
Title:
Last Update DateRead Only:trueDate and time when the risk of loss rating item was last updated. -
LastUpdatedBy: string
Title:
Last Updated ByRead Only:trueMaximum Length:64User who last updated the risk of loss rating item. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
Reason: string
Title:
ReasonMaximum Length:30Code representing the reason for the risk of loss. A list of accepted values is defined in the lookup type HRT_RISK_REASON. -
ReasonMeaning: string
Title:
MeaningRead Only:trueMaximum Length:80Code representing the rating level associated with the risk of loss rating item. Valid values are defined in the ratingLevelsLOV. -
RiskLevel: string
Title:
NameRead Only:trueMaximum Length:2000Name of the rating level associated with the risk of loss rating item. -
RiskLevelCode: string
Title:
Risk Level CodeMaximum Length:30Code representing the rating level associated with the risk of loss rating item. Valid values are defined in the ratingLevelsLOV. -
RiskLevelId: integer
(int64)
Title:
Risk Level IDUnique identifier of the rating level associated with the risk of loss rating item. -
RiskModelId: integer
(int64)
Title:
Risk Rating ModelRead Only:trueDefault Value:12Unique identifier of the rating model associated with the risk of loss rating item. -
riskOfLossesDFF: array
riskOfLossesDFF
-
RiskOfLossId: integer
(int64)
Title:
Risk of Loss IDUnique identifier of the risk of loss rating item. -
Source: string
Title:
SourceMaximum Length:30Indicates whether the source of the risk of loss rating item is profile, succession management, talent review meeting, or talent review. Valid values are PROFILERISK, SUCCESSIONRISK, TRMPRISK, and TRRISK. -
SourceDescription: string
Title:
SourceRead Only:trueMaximum Length:4000Source of the risk of loss rating item. -
SourceKey: integer
(int64)
Unique identifier of the source where the risk of loss rating item is used
-
SourceType: string
Maximum Length:
30Indicates the type of source associated with the risk of loss rating item. -
SubmittedBy: string
Read Only:
trueMaximum Length:255User who submitted the risk of loss rating item. -
ToDate: string
(date)
Title:
End DateRead Only:trueDate and time until which the risk of loss rating item is valid.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : riskOfLossesDFF
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_riskOfLossItem_view_RiskOfLossItemJOB__5FCRITICALITYVO-item-response", "ORGANIZATION_CRITICALITY":"#/components/schemas/oracle_apps_flex_hcm_profiles_core_riskOfLossItem_view_RiskOfLossItemORGANIZATION__5FCRITICALITYVO-item-response", "PERSON_CAREER_STATEMENT":"#/components/schemas/oracle_apps_flex_hcm_profiles_core_riskOfLossItem_view_RiskOfLossItemPERSON__5FCAREER__5FSTATEMENTVO-item-response", "PERSON_CATEGORY":"#/components/schemas/oracle_apps_flex_hcm_profiles_core_riskOfLossItem_view_RiskOfLossItemPERSON__5FCATEGORYVO-item-response", "PERSON_COMPONENT":"#/components/schemas/oracle_apps_flex_hcm_profiles_core_riskOfLossItem_view_RiskOfLossItemPERSON__5FCOMPONENTVO-item-response", "PERSON_N_BOX_ASSIGNMENT":"#/components/schemas/oracle_apps_flex_hcm_profiles_core_riskOfLossItem_view_RiskOfLossItemPERSON__5FN__5FBOX__5FASSIGNMENTVO-item-response", "PERSON_PERFORMANCE_RATING":"#/components/schemas/oracle_apps_flex_hcm_profiles_core_riskOfLossItem_view_RiskOfLossItemPERSON__5FPERFORMANCE__5FRATINGVO-item-response", "PERSON_PLATFORM":"#/components/schemas/oracle_apps_flex_hcm_profiles_core_riskOfLossItem_view_RiskOfLossItemPERSON__5FPLATFORMVO-item-response", "PERSON_POTENTIAL":"#/components/schemas/oracle_apps_flex_hcm_profiles_core_riskOfLossItem_view_RiskOfLossItemPERSON__5FPOTENTIALVO-item-response", "PERSON_PROBLEM_CODE":"#/components/schemas/oracle_apps_flex_hcm_profiles_core_riskOfLossItem_view_RiskOfLossItemPERSON__5FPROBLEM__5FCODEVO-item-response", "PERSON_PRODUCT":"#/components/schemas/oracle_apps_flex_hcm_profiles_core_riskOfLossItem_view_RiskOfLossItemPERSON__5FPRODUCTVO-item-response", "PERSON_PRODUCT_PROBLEM_CODE":"#/components/schemas/oracle_apps_flex_hcm_profiles_core_riskOfLossItem_view_RiskOfLossItemPERSON__5FPRODUCT__5FPROBLEM__5FCODEVO-item-response", "PERSON_READINESS":"#/components/schemas/oracle_apps_flex_hcm_profiles_core_riskOfLossItem_view_RiskOfLossItemPERSON__5FREADINESSVO-item-response", "PERSON_RISK":"#/components/schemas/oracle_apps_flex_hcm_profiles_core_riskOfLossItem_view_RiskOfLossItemPERSON__5FRISKVO-item-response", "PERSON_TALENT_SCORE":"#/components/schemas/oracle_apps_flex_hcm_profiles_core_riskOfLossItem_view_RiskOfLossItemPERSON__5FTALENT__5FSCOREVO-item-response", "POSITION_CRITICALITY":"#/components/schemas/oracle_apps_flex_hcm_profiles_core_riskOfLossItem_view_RiskOfLossItemPOSITION__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_riskOfLossItem_view_RiskOfLossItemJOB__5FCRITICALITYVO-item-response
-
ORGANIZATION_CRITICALITY -
object
oracle_apps_flex_hcm_profiles_core_riskOfLossItem_view_RiskOfLossItemORGANIZATION__5FCRITICALITYVO-item-response
-
PERSON_CAREER_STATEMENT -
object
oracle_apps_flex_hcm_profiles_core_riskOfLossItem_view_RiskOfLossItemPERSON__5FCAREER__5FSTATEMENTVO-item-response
-
PERSON_CATEGORY -
object
oracle_apps_flex_hcm_profiles_core_riskOfLossItem_view_RiskOfLossItemPERSON__5FCATEGORYVO-item-response
-
PERSON_COMPONENT -
object
oracle_apps_flex_hcm_profiles_core_riskOfLossItem_view_RiskOfLossItemPERSON__5FCOMPONENTVO-item-response
-
PERSON_N_BOX_ASSIGNMENT -
object
oracle_apps_flex_hcm_profiles_core_riskOfLossItem_view_RiskOfLossItemPERSON__5FN__5FBOX__5FASSIGNMENTVO-item-response
-
PERSON_PERFORMANCE_RATING -
object
oracle_apps_flex_hcm_profiles_core_riskOfLossItem_view_RiskOfLossItemPERSON__5FPERFORMANCE__5FRATINGVO-item-response
-
PERSON_PLATFORM -
object
oracle_apps_flex_hcm_profiles_core_riskOfLossItem_view_RiskOfLossItemPERSON__5FPLATFORMVO-item-response
-
PERSON_POTENTIAL -
object
oracle_apps_flex_hcm_profiles_core_riskOfLossItem_view_RiskOfLossItemPERSON__5FPOTENTIALVO-item-response
-
PERSON_PROBLEM_CODE -
object
oracle_apps_flex_hcm_profiles_core_riskOfLossItem_view_RiskOfLossItemPERSON__5FPROBLEM__5FCODEVO-item-response
-
PERSON_PRODUCT -
object
oracle_apps_flex_hcm_profiles_core_riskOfLossItem_view_RiskOfLossItemPERSON__5FPRODUCTVO-item-response
-
PERSON_PRODUCT_PROBLEM_CODE -
object
oracle_apps_flex_hcm_profiles_core_riskOfLossItem_view_RiskOfLossItemPERSON__5FPRODUCT__5FPROBLEM__5FCODEVO-item-response
-
PERSON_READINESS -
object
oracle_apps_flex_hcm_profiles_core_riskOfLossItem_view_RiskOfLossItemPERSON__5FREADINESSVO-item-response
-
PERSON_RISK -
object
oracle_apps_flex_hcm_profiles_core_riskOfLossItem_view_RiskOfLossItemPERSON__5FRISKVO-item-response
-
PERSON_TALENT_SCORE -
object
oracle_apps_flex_hcm_profiles_core_riskOfLossItem_view_RiskOfLossItemPERSON__5FTALENT__5FSCOREVO-item-response
-
POSITION_CRITICALITY -
object
oracle_apps_flex_hcm_profiles_core_riskOfLossItem_view_RiskOfLossItemPOSITION__5FCRITICALITYVO-item-response
Nested Schema : oracle_apps_flex_hcm_profiles_core_riskOfLossItem_view_RiskOfLossItemJOB__5FCRITICALITYVO-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context ValueMaximum Length:80Default Value:JOB_CRITICALITY -
__FLEX_Context_DisplayValue: string
Title:
Context Value -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
RiskOfLossId: integer
(int64)
Nested Schema : oracle_apps_flex_hcm_profiles_core_riskOfLossItem_view_RiskOfLossItemORGANIZATION__5FCRITICALITYVO-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context ValueMaximum Length:80Default Value:ORGANIZATION_CRITICALITY -
__FLEX_Context_DisplayValue: string
Title:
Context Value -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
RiskOfLossId: integer
(int64)
Nested Schema : oracle_apps_flex_hcm_profiles_core_riskOfLossItem_view_RiskOfLossItemPERSON__5FCAREER__5FSTATEMENTVO-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context ValueMaximum Length:80Default Value:PERSON_CAREER_STATEMENT -
__FLEX_Context_DisplayValue: string
Title:
Context Value -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
RiskOfLossId: integer
(int64)
Nested Schema : oracle_apps_flex_hcm_profiles_core_riskOfLossItem_view_RiskOfLossItemPERSON__5FCATEGORYVO-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context ValueMaximum Length:80Default Value:PERSON_CATEGORY -
__FLEX_Context_DisplayValue: string
Title:
Context Value -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
RiskOfLossId: integer
(int64)
Nested Schema : oracle_apps_flex_hcm_profiles_core_riskOfLossItem_view_RiskOfLossItemPERSON__5FCOMPONENTVO-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context ValueMaximum Length:80Default Value:PERSON_COMPONENT -
__FLEX_Context_DisplayValue: string
Title:
Context Value -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
RiskOfLossId: integer
(int64)
Nested Schema : oracle_apps_flex_hcm_profiles_core_riskOfLossItem_view_RiskOfLossItemPERSON__5FN__5FBOX__5FASSIGNMENTVO-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context ValueMaximum Length:80Default Value:PERSON_N_BOX_ASSIGNMENT -
__FLEX_Context_DisplayValue: string
Title:
Context Value -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
RiskOfLossId: integer
(int64)
Nested Schema : oracle_apps_flex_hcm_profiles_core_riskOfLossItem_view_RiskOfLossItemPERSON__5FPERFORMANCE__5FRATINGVO-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context ValueMaximum Length:80Default Value:PERSON_PERFORMANCE_RATING -
__FLEX_Context_DisplayValue: string
Title:
Context Value -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
RiskOfLossId: integer
(int64)
Nested Schema : oracle_apps_flex_hcm_profiles_core_riskOfLossItem_view_RiskOfLossItemPERSON__5FPLATFORMVO-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context ValueMaximum Length:80Default Value:PERSON_PLATFORM -
__FLEX_Context_DisplayValue: string
Title:
Context Value -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
RiskOfLossId: integer
(int64)
Nested Schema : oracle_apps_flex_hcm_profiles_core_riskOfLossItem_view_RiskOfLossItemPERSON__5FPOTENTIALVO-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context ValueMaximum Length:80Default Value:PERSON_POTENTIAL -
__FLEX_Context_DisplayValue: string
Title:
Context Value -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
RiskOfLossId: integer
(int64)
Nested Schema : oracle_apps_flex_hcm_profiles_core_riskOfLossItem_view_RiskOfLossItemPERSON__5FPROBLEM__5FCODEVO-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context ValueMaximum Length:80Default Value:PERSON_PROBLEM_CODE -
__FLEX_Context_DisplayValue: string
Title:
Context Value -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
RiskOfLossId: integer
(int64)
Nested Schema : oracle_apps_flex_hcm_profiles_core_riskOfLossItem_view_RiskOfLossItemPERSON__5FPRODUCTVO-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context ValueMaximum Length:80Default Value:PERSON_PRODUCT -
__FLEX_Context_DisplayValue: string
Title:
Context Value -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
RiskOfLossId: integer
(int64)
Nested Schema : oracle_apps_flex_hcm_profiles_core_riskOfLossItem_view_RiskOfLossItemPERSON__5FPRODUCT__5FPROBLEM__5FCODEVO-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context ValueMaximum Length:80Default Value:PERSON_PRODUCT_PROBLEM_CODE -
__FLEX_Context_DisplayValue: string
Title:
Context Value -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
RiskOfLossId: integer
(int64)
Nested Schema : oracle_apps_flex_hcm_profiles_core_riskOfLossItem_view_RiskOfLossItemPERSON__5FREADINESSVO-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context ValueMaximum Length:80Default Value:PERSON_READINESS -
__FLEX_Context_DisplayValue: string
Title:
Context Value -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
RiskOfLossId: integer
(int64)
Nested Schema : oracle_apps_flex_hcm_profiles_core_riskOfLossItem_view_RiskOfLossItemPERSON__5FRISKVO-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context ValueMaximum Length:80Default Value:PERSON_RISK -
__FLEX_Context_DisplayValue: string
Title:
Context Value -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
RiskOfLossId: integer
(int64)
Nested Schema : oracle_apps_flex_hcm_profiles_core_riskOfLossItem_view_RiskOfLossItemPERSON__5FTALENT__5FSCOREVO-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context ValueMaximum Length:80Default Value:PERSON_TALENT_SCORE -
__FLEX_Context_DisplayValue: string
Title:
Context Value -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
RiskOfLossId: integer
(int64)
Nested Schema : oracle_apps_flex_hcm_profiles_core_riskOfLossItem_view_RiskOfLossItemPOSITION__5FCRITICALITYVO-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context ValueMaximum Length:80Default Value:POSITION_CRITICALITY -
__FLEX_Context_DisplayValue: string
Title:
Context Value -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
RiskOfLossId: 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 : talentRatings-talentScores-item-response
Type:
Show Source
object-
Comments: string
(byte)
Title:
CommentsComments on the talent score rating item. -
CreatedBy: string
Title:
Created ByRead Only:trueMaximum Length:64User who created the talent score rating item. -
CreationDate: string
(date-time)
Title:
Creation DateRead Only:trueDate and time when the talent score rating item was created. -
FromDate: string
(date)
Title:
From DateRead Only:trueDate and time when the talent score rating item becomes valid. -
LastUpdateDate: string
(date-time)
Title:
Last Update DateRead Only:trueDate and time when the talent score rating item was last updated. -
LastUpdatedBy: string
Title:
Last Updated ByRead Only:trueMaximum Length:64User who last updated the talent score rating item. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
Source: string
Title:
SourceMaximum Length:30Indicates whether the source of the impact of loss rating item is profile, succession management, talent review meeting, or talent review. Valid values are PRSCORE, TRMPSCORE, and TRSCORE. -
SourceDescription: string
Title:
SourceRead Only:trueMaximum Length:4000Source of the talent score rating item. -
SourceKey: integer
(int64)
Read Only:
trueUnique identifier of the source where the talent score rating item is used. -
SourceType: string
Maximum Length:
30Indicates the type of source associated with the talent score rating item. -
SubmittedBy: string
Read Only:
trueMaximum Length:255User who submitted the talent score rating item. -
TalentScoreId: integer
(int64)
Title:
Talent Score IDUnique identifier of the talent score rating item. -
TalentScoreLevel: string
Title:
NameRead Only:trueMaximum Length:2000Name of the rating level associated with the talent score rating item. -
TalentScoreLevelCode: string
Title:
Talent Score Level CodeMaximum Length:30Code representing the rating level associated with the talent score rating item. Valid values are defined in the ratingLevelsLOV. -
TalentScoreLevelId: integer
(int64)
Title:
Talent Score Level IDUnique identifier of the rating level associated with the talent score rating item. -
TalentScoreModelId: integer
(int64)
Title:
Rating ModelRead Only:trueDefault Value:14Unique identifier of the rating model associated with the talent score rating item. -
talentScoresDFF: array
talentScoresDFF
-
ToDate: string
(date)
Title:
End DateRead Only:trueDate and time until which the talent score rating item is valid.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : talentScoresDFF
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_talentScoreItem_view_TalentScoreItemJOB__5FCRITICALITYVO-item-response", "ORGANIZATION_CRITICALITY":"#/components/schemas/oracle_apps_flex_hcm_profiles_core_talentScoreItem_view_TalentScoreItemORGANIZATION__5FCRITICALITYVO-item-response", "PERSON_CAREER_STATEMENT":"#/components/schemas/oracle_apps_flex_hcm_profiles_core_talentScoreItem_view_TalentScoreItemPERSON__5FCAREER__5FSTATEMENTVO-item-response", "PERSON_CATEGORY":"#/components/schemas/oracle_apps_flex_hcm_profiles_core_talentScoreItem_view_TalentScoreItemPERSON__5FCATEGORYVO-item-response", "PERSON_COMPONENT":"#/components/schemas/oracle_apps_flex_hcm_profiles_core_talentScoreItem_view_TalentScoreItemPERSON__5FCOMPONENTVO-item-response", "PERSON_N_BOX_ASSIGNMENT":"#/components/schemas/oracle_apps_flex_hcm_profiles_core_talentScoreItem_view_TalentScoreItemPERSON__5FN__5FBOX__5FASSIGNMENTVO-item-response", "PERSON_PERFORMANCE_RATING":"#/components/schemas/oracle_apps_flex_hcm_profiles_core_talentScoreItem_view_TalentScoreItemPERSON__5FPERFORMANCE__5FRATINGVO-item-response", "PERSON_PLATFORM":"#/components/schemas/oracle_apps_flex_hcm_profiles_core_talentScoreItem_view_TalentScoreItemPERSON__5FPLATFORMVO-item-response", "PERSON_POTENTIAL":"#/components/schemas/oracle_apps_flex_hcm_profiles_core_talentScoreItem_view_TalentScoreItemPERSON__5FPOTENTIALVO-item-response", "PERSON_PROBLEM_CODE":"#/components/schemas/oracle_apps_flex_hcm_profiles_core_talentScoreItem_view_TalentScoreItemPERSON__5FPROBLEM__5FCODEVO-item-response", "PERSON_PRODUCT":"#/components/schemas/oracle_apps_flex_hcm_profiles_core_talentScoreItem_view_TalentScoreItemPERSON__5FPRODUCTVO-item-response", "PERSON_PRODUCT_PROBLEM_CODE":"#/components/schemas/oracle_apps_flex_hcm_profiles_core_talentScoreItem_view_TalentScoreItemPERSON__5FPRODUCT__5FPROBLEM__5FCODEVO-item-response", "PERSON_READINESS":"#/components/schemas/oracle_apps_flex_hcm_profiles_core_talentScoreItem_view_TalentScoreItemPERSON__5FREADINESSVO-item-response", "PERSON_RISK":"#/components/schemas/oracle_apps_flex_hcm_profiles_core_talentScoreItem_view_TalentScoreItemPERSON__5FRISKVO-item-response", "PERSON_TALENT_SCORE":"#/components/schemas/oracle_apps_flex_hcm_profiles_core_talentScoreItem_view_TalentScoreItemPERSON__5FTALENT__5FSCOREVO-item-response", "POSITION_CRITICALITY":"#/components/schemas/oracle_apps_flex_hcm_profiles_core_talentScoreItem_view_TalentScoreItemPOSITION__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_talentScoreItem_view_TalentScoreItemJOB__5FCRITICALITYVO-item-response
-
ORGANIZATION_CRITICALITY -
object
oracle_apps_flex_hcm_profiles_core_talentScoreItem_view_TalentScoreItemORGANIZATION__5FCRITICALITYVO-item-response
-
PERSON_CAREER_STATEMENT -
object
oracle_apps_flex_hcm_profiles_core_talentScoreItem_view_TalentScoreItemPERSON__5FCAREER__5FSTATEMENTVO-item-response
-
PERSON_CATEGORY -
object
oracle_apps_flex_hcm_profiles_core_talentScoreItem_view_TalentScoreItemPERSON__5FCATEGORYVO-item-response
-
PERSON_COMPONENT -
object
oracle_apps_flex_hcm_profiles_core_talentScoreItem_view_TalentScoreItemPERSON__5FCOMPONENTVO-item-response
-
PERSON_N_BOX_ASSIGNMENT -
object
oracle_apps_flex_hcm_profiles_core_talentScoreItem_view_TalentScoreItemPERSON__5FN__5FBOX__5FASSIGNMENTVO-item-response
-
PERSON_PERFORMANCE_RATING -
object
oracle_apps_flex_hcm_profiles_core_talentScoreItem_view_TalentScoreItemPERSON__5FPERFORMANCE__5FRATINGVO-item-response
-
PERSON_PLATFORM -
object
oracle_apps_flex_hcm_profiles_core_talentScoreItem_view_TalentScoreItemPERSON__5FPLATFORMVO-item-response
-
PERSON_POTENTIAL -
object
oracle_apps_flex_hcm_profiles_core_talentScoreItem_view_TalentScoreItemPERSON__5FPOTENTIALVO-item-response
-
PERSON_PROBLEM_CODE -
object
oracle_apps_flex_hcm_profiles_core_talentScoreItem_view_TalentScoreItemPERSON__5FPROBLEM__5FCODEVO-item-response
-
PERSON_PRODUCT -
object
oracle_apps_flex_hcm_profiles_core_talentScoreItem_view_TalentScoreItemPERSON__5FPRODUCTVO-item-response
-
PERSON_PRODUCT_PROBLEM_CODE -
object
oracle_apps_flex_hcm_profiles_core_talentScoreItem_view_TalentScoreItemPERSON__5FPRODUCT__5FPROBLEM__5FCODEVO-item-response
-
PERSON_READINESS -
object
oracle_apps_flex_hcm_profiles_core_talentScoreItem_view_TalentScoreItemPERSON__5FREADINESSVO-item-response
-
PERSON_RISK -
object
oracle_apps_flex_hcm_profiles_core_talentScoreItem_view_TalentScoreItemPERSON__5FRISKVO-item-response
-
PERSON_TALENT_SCORE -
object
oracle_apps_flex_hcm_profiles_core_talentScoreItem_view_TalentScoreItemPERSON__5FTALENT__5FSCOREVO-item-response
-
POSITION_CRITICALITY -
object
oracle_apps_flex_hcm_profiles_core_talentScoreItem_view_TalentScoreItemPOSITION__5FCRITICALITYVO-item-response
Nested Schema : oracle_apps_flex_hcm_profiles_core_talentScoreItem_view_TalentScoreItemJOB__5FCRITICALITYVO-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context ValueMaximum Length:80Default Value:JOB_CRITICALITY -
__FLEX_Context_DisplayValue: string
Title:
Context Value -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
TalentScoreId: integer
(int64)
Nested Schema : oracle_apps_flex_hcm_profiles_core_talentScoreItem_view_TalentScoreItemORGANIZATION__5FCRITICALITYVO-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context ValueMaximum Length:80Default Value:ORGANIZATION_CRITICALITY -
__FLEX_Context_DisplayValue: string
Title:
Context Value -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
TalentScoreId: integer
(int64)
Nested Schema : oracle_apps_flex_hcm_profiles_core_talentScoreItem_view_TalentScoreItemPERSON__5FCAREER__5FSTATEMENTVO-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context ValueMaximum Length:80Default Value:PERSON_CAREER_STATEMENT -
__FLEX_Context_DisplayValue: string
Title:
Context Value -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
TalentScoreId: integer
(int64)
Nested Schema : oracle_apps_flex_hcm_profiles_core_talentScoreItem_view_TalentScoreItemPERSON__5FCATEGORYVO-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context ValueMaximum Length:80Default Value:PERSON_CATEGORY -
__FLEX_Context_DisplayValue: string
Title:
Context Value -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
TalentScoreId: integer
(int64)
Nested Schema : oracle_apps_flex_hcm_profiles_core_talentScoreItem_view_TalentScoreItemPERSON__5FCOMPONENTVO-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context ValueMaximum Length:80Default Value:PERSON_COMPONENT -
__FLEX_Context_DisplayValue: string
Title:
Context Value -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
TalentScoreId: integer
(int64)
Nested Schema : oracle_apps_flex_hcm_profiles_core_talentScoreItem_view_TalentScoreItemPERSON__5FN__5FBOX__5FASSIGNMENTVO-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context ValueMaximum Length:80Default Value:PERSON_N_BOX_ASSIGNMENT -
__FLEX_Context_DisplayValue: string
Title:
Context Value -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
TalentScoreId: integer
(int64)
Nested Schema : oracle_apps_flex_hcm_profiles_core_talentScoreItem_view_TalentScoreItemPERSON__5FPERFORMANCE__5FRATINGVO-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context ValueMaximum Length:80Default Value:PERSON_PERFORMANCE_RATING -
__FLEX_Context_DisplayValue: string
Title:
Context Value -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
TalentScoreId: integer
(int64)
Nested Schema : oracle_apps_flex_hcm_profiles_core_talentScoreItem_view_TalentScoreItemPERSON__5FPLATFORMVO-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context ValueMaximum Length:80Default Value:PERSON_PLATFORM -
__FLEX_Context_DisplayValue: string
Title:
Context Value -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
TalentScoreId: integer
(int64)
Nested Schema : oracle_apps_flex_hcm_profiles_core_talentScoreItem_view_TalentScoreItemPERSON__5FPOTENTIALVO-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context ValueMaximum Length:80Default Value:PERSON_POTENTIAL -
__FLEX_Context_DisplayValue: string
Title:
Context Value -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
TalentScoreId: integer
(int64)
Nested Schema : oracle_apps_flex_hcm_profiles_core_talentScoreItem_view_TalentScoreItemPERSON__5FPROBLEM__5FCODEVO-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context ValueMaximum Length:80Default Value:PERSON_PROBLEM_CODE -
__FLEX_Context_DisplayValue: string
Title:
Context Value -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
TalentScoreId: integer
(int64)
Nested Schema : oracle_apps_flex_hcm_profiles_core_talentScoreItem_view_TalentScoreItemPERSON__5FPRODUCTVO-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context ValueMaximum Length:80Default Value:PERSON_PRODUCT -
__FLEX_Context_DisplayValue: string
Title:
Context Value -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
TalentScoreId: integer
(int64)
Nested Schema : oracle_apps_flex_hcm_profiles_core_talentScoreItem_view_TalentScoreItemPERSON__5FPRODUCT__5FPROBLEM__5FCODEVO-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context ValueMaximum Length:80Default Value:PERSON_PRODUCT_PROBLEM_CODE -
__FLEX_Context_DisplayValue: string
Title:
Context Value -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
TalentScoreId: integer
(int64)
Nested Schema : oracle_apps_flex_hcm_profiles_core_talentScoreItem_view_TalentScoreItemPERSON__5FREADINESSVO-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context ValueMaximum Length:80Default Value:PERSON_READINESS -
__FLEX_Context_DisplayValue: string
Title:
Context Value -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
TalentScoreId: integer
(int64)
Nested Schema : oracle_apps_flex_hcm_profiles_core_talentScoreItem_view_TalentScoreItemPERSON__5FRISKVO-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context ValueMaximum Length:80Default Value:PERSON_RISK -
__FLEX_Context_DisplayValue: string
Title:
Context Value -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
TalentScoreId: integer
(int64)
Nested Schema : oracle_apps_flex_hcm_profiles_core_talentScoreItem_view_TalentScoreItemPERSON__5FTALENT__5FSCOREVO-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context ValueMaximum Length:80Default Value:PERSON_TALENT_SCORE -
__FLEX_Context_DisplayValue: string
Title:
Context Value -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
TalentScoreId: integer
(int64)
Nested Schema : oracle_apps_flex_hcm_profiles_core_talentScoreItem_view_TalentScoreItemPOSITION__5FCRITICALITYVO-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context ValueMaximum Length:80Default Value:POSITION_CRITICALITY -
__FLEX_Context_DisplayValue: string
Title:
Context Value -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
TalentScoreId: 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 : talentRatings-userDefinedRatingSections-item-response
Type:
Show Source
object-
CreatedBy: string
Title:
Created ByRead Only:trueMaximum Length:64User who created the user-defined talent rating section. -
CreationDate: string
(date-time)
Title:
Creation DateRead Only:trueDate and time when the user-defined talent rating section was created. -
LastUpdateDate: string
(date-time)
Title:
Last Update DateRead Only:trueDate and time when the user-defined talent rating section was last updated. -
LastUpdatedBy: string
Title:
Last Updated ByRead Only:trueMaximum Length:64User who last updated the user-defined talent rating section. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
ProfileSectionId: integer
(int64)
Title:
Profile Section IDUnique identifier of the user-defined talent rating section associated with the person profile. -
RatingModelCode: string
Title:
Rating Model CodeRead Only:trueMaximum Length:30Code representing rating model associated with the user-defined talent rating section. -
RatingModelId: integer
(int64)
Title:
Rating Model IDRead Only:trueUnique identifier of the rating model associated with the user-defined talent rating section. -
RatingModelName: string
Title:
NameRead Only:trueMaximum Length:240Name of the rating model associated with the user-defined talent rating section. -
SectionContext: string
Title:
Section ContextMaximum Length:300Code representing the user-defined talent rating section. Valid values are defined in the profileTypeSectionsLOV. -
SectionId: integer
(int64)
Title:
Section IDUnique identifier of the user-defined talent rating section. -
SectionName: string
Title:
Section NameRead Only:trueMaximum Length:240Name of the user-defined talent rating section. -
userDefinedRatings: array
User Defined Ratings
Title:
User Defined RatingsThe userDefinedRatings resource is the child of the talentRatings resource. It provides the list of talent rating items within the user-defined rating sections.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : User Defined Ratings
Type:
arrayTitle:
User Defined RatingsThe userDefinedRatings resource is the child of the talentRatings resource. It provides the list of talent rating items within the user-defined rating sections.
Show Source
Nested Schema : talentRatings-userDefinedRatingSections-userDefinedRatings-item-response
Type:
Show Source
object-
CreatedBy: string
Title:
Created ByRead Only:trueMaximum Length:64User who created the user-defined talent rating item. -
CreationDate: string
(date-time)
Title:
Creation DateRead Only:trueDate and time when the user-defined talent rating item was created. -
Description: string
(byte)
Title:
CommentsDescription of the user-defined talent rating item. -
FromDate: string
(date)
Title:
From DateRead Only:trueDate and time when the user-defined talent rating item becomes valid. -
LastUpdateDate: string
(date-time)
Title:
Last Update DateRead Only:trueDate and time when the user-defined talent rating item was last updated. -
LastUpdatedBy: string
Title:
Last Updated ByRead Only:trueMaximum Length:64User who last updated the user-defined talent rating item. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
Name: string
Title:
NameRead Only:trueMaximum Length:2000Name of the user-defined talent rating item. -
NumericRating: number
Title:
Numeric RatingRead Only:trueNumeric value of the rating level associated with the user-defined talent rating item. -
RatingId: integer
(int64)
Title:
Rating IDUnique identifier of the user-defined talent rating item. -
RatingLevel: string
Title:
NameRead Only:trueMaximum Length:2000Name of the rating level associated with the custom talent rating item. -
RatingLevelCode: string
Title:
Rating Level CodeMaximum Length:30Code representing rating level associated with the user-defined talent rating item. -
RatingLevelId: integer
(int64)
Title:
Rating Level IDUnique identifier of the rating level associated with the user-defined talent rating item. -
RatingModelId: integer
(int64)
Title:
Talent Rating ModelRead Only:trueUnique identifier of the rating model associated with the user-defined talent rating item. -
Source: string
Title:
SourceMaximum Length:30Indicates whether the source of the performance rating item is profile, talent review, or talent review meeting. Valid values are CUSTOMPROFILE, CUSTOMTR, or CUSTOMTRMP. -
SourceDescription: string
Title:
SourceRead Only:trueMaximum Length:4000Source of the user-defined talent rating item. -
SourceKey: integer
(int64)
Read Only:
trueUnique identifier of the source where the custom talent rating item is used. -
SourceType: string
Maximum Length:
30Code associated with source type of the user-defined talent rating item. -
SubmittedBy: string
Read Only:
trueMaximum Length:255User who submitted the user-defined talent rating item. -
ToDate: string
(date)
Title:
End DateRead Only:trueDate and time until which the user-defined talent rating item is valid.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source