Get all work history items
get
/hcmRestApi/resources/11.13.18.05/talentPersonProfiles/{talentPersonProfilesUniqID}/child/workHistorySections/{ProfileSectionId1}/child/workHistoryItems
Request
Path Parameters
-
ProfileSectionId1(required): string
The value of this parameter could be a hash of the key that is used to uniquely identify the resource item. The client should not generate the hash key value. Instead, the client should query on the collection resource with a filter to navigate to a specific resource item. For example: products?q=InventoryItemId=
-
talentPersonProfilesUniqID(required): string
This is the hash key of the attributes which make up the composite key for the Talent Person Profiles resource and used to uniquely identify an instance of Talent Person Profiles. The client should not generate the hash key value. Instead, the client should query on the Talent Person Profiles collection resource in order to navigate to a specific instance of Talent Person Profiles to get the hash key.
Query Parameters
-
dependency: string
This parameter specifies dependencies which are fields that are set before and rolled back after generating the response. Generally they are used to preview the effects of an attribute change. The fields specified in this parameter are always set in the resource instance in question. When a child resource collection is requested and the parameter is set, the fields will be set in the parent resource instance before generating the resource collection payload. The value of this query parameter is a set of dependency fields. Example: dependency=ProductId=2
Format: <attr1>=<val1>,<attr2>=<value2> -
expand: string
When this parameter is provided, the specified children are included in the resource payload (instead of just a link). The value of this query parameter is "all" or "". More than one child can be specified using comma as a separator. Example: ?expand=Employees,Localizations. Nested children can also be provided following the format "Child.NestedChild" (Example: ?expand=Employees.Managers). If a nested child is provided (Example: Employees.Managers), the missing children will be processed implicitly. For example, "?expand=Employees.Managers" is the same as "?expand=Employees,Employees.Managers" (which will expand Employees and Managers).
-
fields: string
This parameter filters the resource fields. Only the specified fields are returned, which means that if no fields are specified, no fields are returned (useful to get only the links). If an indirect child resource is provided (Example: Employees.Managers), the missing children will be processed implicitly. For example, "?fields=Employees.Managers:Empname" is the same as "?fields=;Employees:;Employees.Managers:Empname" (which will only return the "Empname" field for Managers). the value of this query parameter is a list of resource fields. The attribute can be a direct (Example: Employees) or indirect (Example: Employees.Managers) child. It cannot be combined with expand query parameter. If both are provided, only fields will be considered.
Format: ?fields=Attribute1,Attribute2
Format for fields in child resource: ?fields=Accessor1:Attribute1,Attribute2 -
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 work history items that match the primary key criteria specified.
Finder Variables- WorkHistoryId; integer; Surrogate identifier for the work history item.
- RowFinder Finds all the work history items for the specified unique key.
Finder Variables- ProfileId; integer; Unique identifier of the profile.
- WorkHistoryId; integer; Surrogate identifier for the work history item.
- findByProfileIdAndSectionId Finds all work history items that match the specified profile and section identifier.
Finder Variables- ProfileId; integer; Surrogate identifier for the person profile.
- SectionId; integer; Unique identifier of the content section.
- findLatestItemForRAC Finds all the latest work history items for recruiting activity center flow for the specified profile.
Finder Variables- ProfileId; integer; Unique identifier of the profile.
- SectionId; integer; Unique identifier of the content section.
- findLinkedInProfileItems Finds all the person work history items for all work history sections that are enabled for LinkedIn import.
Finder Variables- ProfileId; integer; Unique identifier of the profile.
- findPendingItemsByProfileId Finds all the work history items that are pending for approvals for the specified person profile.
Finder Variables- ProfileId; integer; Unique identifier of the profile.
- SectionId; integer; Unique identifier of the content section.
- PrimaryKey Finds all the work history items 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:- CurrentJob; string; Indicates whether the job is current. Valid values are Y and N. Valid values are defined in the commonLookupsLOV.
- EmployerCountry; string; Country of the employer. Valid values are defined in the hcmCountriesLOV.
- EmployerName; string; Name of the employer.
- EndDate; string; End date of the profile item record.
- JobTitle; string; Title of the Job.
- ProfileId; integer; Surrogate identifier for the person profile.
- SectionId; integer; Unique identifier of the content section.
- Source; string; Source of the work history item.
- SourceType; string; Code representing the source of work history item.
- StartDate; string; Start date of the profile item record.
- WorkHistoryId; integer; Unique identifier for work history.
-
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
-
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 : talentPersonProfiles-workHistorySections-workHistoryItems
Type:
Show Source
object-
count(required): integer
The number of resource instances returned in the current range.
-
hasMore(required): boolean
Indicates whether more resources are available on the server than the subset returned in the response. If the value is true, then there are more resources to retrieve from the server. The default value is false.
-
items: array
Items
Title:
ItemsThe items in the collection. -
limit(required): integer
The actual paging size used by the server.
-
links(required): array
Links
Title:
LinksThe link relations associated with the resource instance. -
offset(required): integer
The offset value used in the current page.
-
totalResults: integer
The estimated row count when "?totalResults=true", otherwise the count is not included.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : talentPersonProfiles-workHistorySections-workHistoryItems-item-response
Type:
Show Source
object-
Achievements: string
(byte)
Title:
AchievementsAchievements in the previous employment. -
AdditionalInformation: string
(byte)
Title:
Additional InformationAdditional information on the previous employment. -
CompanyURL: string
Title:
Company URLMaximum Length:2000URL linked to the previous employment. -
CreatedBy: string
Title:
Created ByRead Only:trueMaximum Length:64User who created the work history item. -
CreationDate: string
(date-time)
Title:
Creation DateRead Only:trueDate and time when the work history item was created. -
CurrentJob: string
Title:
Current JobMaximum Length:30Indicates whether the job is current. Valid values are Y and N. Valid values are defined in the commonLookupsLOV. -
DepartmentOrDivisionOrPost: string
Title:
Department or Division or PostMaximum Length:240Department, division, or post attributed to the previous employment. -
DirectReports: integer
(int64)
Title:
Direct ReportsNumber of direct reports in the previous employment. -
EmployerCity: string
Title:
Employer CityMaximum Length:240City of the employer. -
EmployerCountry: string
Title:
Employer Country CodeMaximum Length:30Country of the employer. Valid values are defined in the hcmCountriesLOV. -
EmployerName: string
Title:
Employer NameMaximum Length:240Name of the employer. -
EmployerPhone: string
Title:
Employer PhoneMaximum Length:240Phone number of the employer. -
EmployerStateOrProvince: string
Title:
Employer State or Province CodeMaximum Length:360State or province of the employer. Valid values are defined in the hcmAddressesLOV. -
EndDate: string
(date)
Title:
End DateEnd date of the profile item record. -
EndingCompensation: number
Title:
Ending CompensationEnding compensation at previous employment. -
Internal: string
Title:
Internal CodeMaximum Length:30Indicates whether the work history item is internal. Valid values are Y and N. Valid values are defined in the commonLookupsLOV. -
JobFamilyCode: string
Title:
Job Family CodeCode of the job family the previous employment is associated with. Valid values are defined in the jobFamiliesLOV. -
JobFamilyId: integer
(int64)
Title:
Job Family IDJob family associated with the previous employment. -
JobFunction: string
Title:
Job Function CodeMaximum Length:30Job function of the previous employment. Valid values are defined in the commonLookupsLOV. -
JobFunctionMeaning: string
Title:
Job FunctionMaximum Length:255Meaning of the job function of previous employment. -
JobTitle: string
Title:
Job TitleMaximum Length:240Title of the Job. -
LastUpdateDate: string
(date-time)
Title:
Last Update DateRead Only:trueDate and time when the work history item was last updated. -
LastUpdatedBy: string
Title:
Last Updated ByRead Only:trueMaximum Length:64User who last updated the work history item. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
OkToContactSupervisor: string
Title:
OK to Contact SupervisorMaximum Length:30Indicates whether the supervisor can be contacted. Valid values are Y and N. Valid values are defined in commonLookupsLOV. -
OtherCompensation: string
Title:
Other CompensationMaximum Length:240Other form of compensation. -
OtherJobFunction: string
Title:
Other Job FunctionMaximum Length:240Other job functions associated with the previous employment. -
PartTime: string
Title:
Part TimeMaximum Length:30Indicates whether the employment was part time. Valid values are Y and N. Valid values are defined in the commonLookupsLOV. -
ProfileId: integer
(int64)
Surrogate identifier for the person profile.
-
ReasonforLeaving: string
(byte)
Title:
Reason for LeavingReason for leaving the previous employment. -
Responsibilities: string
(byte)
Title:
ResponsibilitiesResponsibilities in the previous employment. -
SectionId: integer
(int64)
Unique identifier of the content section.
-
Source: string
Title:
SourceRead Only:trueMaximum Length:255Default Value:Talent ProfileSource of the work history item. -
SourceType: string
Maximum Length:
30Code representing the source of work history item. -
StartDate: string
(date)
Title:
Start DateStart date of the profile item record. -
StartingCompensation: number
Title:
Starting CompensationStarting compensation in the previous employment. -
StartingPosition: string
Title:
Starting PositionMaximum Length:240Starting position in the previous employment. -
SupervisorEmail: string
Title:
Supervisor EmailMaximum Length:240Email of the supervisor. -
SupervisorName: string
Title:
Supervisor NameMaximum Length:240Name of the supervisor. -
SupervisorPhone: string
Title:
Supervisor PhoneMaximum Length:240Phone number of the supervisor. -
SupervisorTitle: string
Title:
Supervisor TitleMaximum Length:240Title of the supervisor. -
TypeofBusiness: string
Title:
Type of BusinessMaximum Length:240Type of business of the employer. -
WorkHistoryId: integer
(int64)
Title:
Work History IDRead Only:trueUnique identifier for work history. -
workHistoryItemsDFF: array
workHistoryItemsDFF
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : workHistoryItemsDFF
Type:
Show Source
array-
Array of:
object Discriminator: __FLEX_Context
Discriminator:
{ "propertyName":"__FLEX_Context", "mapping":{ "JOB_CRITICALITY":"#/components/schemas/oracle_apps_flex_hcm_profiles_core_prevEmploymentItem_view_PrevEmploymentItemJOB__5FCRITICALITYVO-item-response", "ORGANIZATION_CRITICALITY":"#/components/schemas/oracle_apps_flex_hcm_profiles_core_prevEmploymentItem_view_PrevEmploymentItemORGANIZATION__5FCRITICALITYVO-item-response", "PERSON_CAREER_STATEMENT":"#/components/schemas/oracle_apps_flex_hcm_profiles_core_prevEmploymentItem_view_PrevEmploymentItemPERSON__5FCAREER__5FSTATEMENTVO-item-response", "PERSON_CATEGORY":"#/components/schemas/oracle_apps_flex_hcm_profiles_core_prevEmploymentItem_view_PrevEmploymentItemPERSON__5FCATEGORYVO-item-response", "PERSON_COMPONENT":"#/components/schemas/oracle_apps_flex_hcm_profiles_core_prevEmploymentItem_view_PrevEmploymentItemPERSON__5FCOMPONENTVO-item-response", "PERSON_N_BOX_ASSIGNMENT":"#/components/schemas/oracle_apps_flex_hcm_profiles_core_prevEmploymentItem_view_PrevEmploymentItemPERSON__5FN__5FBOX__5FASSIGNMENTVO-item-response", "PERSON_PERFORMANCE_RATING":"#/components/schemas/oracle_apps_flex_hcm_profiles_core_prevEmploymentItem_view_PrevEmploymentItemPERSON__5FPERFORMANCE__5FRATINGVO-item-response", "PERSON_PLATFORM":"#/components/schemas/oracle_apps_flex_hcm_profiles_core_prevEmploymentItem_view_PrevEmploymentItemPERSON__5FPLATFORMVO-item-response", "PERSON_POTENTIAL":"#/components/schemas/oracle_apps_flex_hcm_profiles_core_prevEmploymentItem_view_PrevEmploymentItemPERSON__5FPOTENTIALVO-item-response", "PERSON_PROBLEM_CODE":"#/components/schemas/oracle_apps_flex_hcm_profiles_core_prevEmploymentItem_view_PrevEmploymentItemPERSON__5FPROBLEM__5FCODEVO-item-response", "PERSON_PRODUCT":"#/components/schemas/oracle_apps_flex_hcm_profiles_core_prevEmploymentItem_view_PrevEmploymentItemPERSON__5FPRODUCTVO-item-response", "PERSON_PRODUCT_PROBLEM_CODE":"#/components/schemas/oracle_apps_flex_hcm_profiles_core_prevEmploymentItem_view_PrevEmploymentItemPERSON__5FPRODUCT__5FPROBLEM__5FCODEVO-item-response", "PERSON_READINESS":"#/components/schemas/oracle_apps_flex_hcm_profiles_core_prevEmploymentItem_view_PrevEmploymentItemPERSON__5FREADINESSVO-item-response", "PERSON_RISK":"#/components/schemas/oracle_apps_flex_hcm_profiles_core_prevEmploymentItem_view_PrevEmploymentItemPERSON__5FRISKVO-item-response", "PERSON_TALENT_SCORE":"#/components/schemas/oracle_apps_flex_hcm_profiles_core_prevEmploymentItem_view_PrevEmploymentItemPERSON__5FTALENT__5FSCOREVO-item-response", "POSITION_CRITICALITY":"#/components/schemas/oracle_apps_flex_hcm_profiles_core_prevEmploymentItem_view_PrevEmploymentItemPOSITION__5FCRITICALITYVO-item-response" } }
Nested Schema : link
Type:
Show Source
object-
href: string
Title:
hyperlink referenceThe URI to the related resource. -
kind: string
Title:
kindAllowed Values:[ "collection", "item", "describe", "other" ]The kind of the related resource. -
name: string
Title:
nameThe name of the link to the related resource. -
properties: object
properties
-
rel: string
Title:
relationAllowed Values:[ "self", "lov", "parent", "canonical", "child", "enclosure", "action", "custom" ]The name of the relation to the resource instance. Example: self.
Nested Schema : properties
Type:
Show Source
object-
changeIndicator: string
Change indicator or the ETag value of the resource instance.
Nested Schema : Discriminator: __FLEX_Context
Type:
objectDiscriminator: __FLEX_Context
Discriminator Values
- JOB_CRITICALITY
- ORGANIZATION_CRITICALITY
- PERSON_CAREER_STATEMENT
- PERSON_CATEGORY
- PERSON_COMPONENT
- PERSON_N_BOX_ASSIGNMENT
- PERSON_PERFORMANCE_RATING
- PERSON_PLATFORM
- PERSON_POTENTIAL
- PERSON_PROBLEM_CODE
- PERSON_PRODUCT
- PERSON_PRODUCT_PROBLEM_CODE
- PERSON_READINESS
- PERSON_RISK
- PERSON_TALENT_SCORE
- POSITION_CRITICALITY
Match One Schema
Show Source
-
JOB_CRITICALITY -
object
oracle_apps_flex_hcm_profiles_core_prevEmploymentItem_view_PrevEmploymentItemJOB__5FCRITICALITYVO-item-response
-
ORGANIZATION_CRITICALITY -
object
oracle_apps_flex_hcm_profiles_core_prevEmploymentItem_view_PrevEmploymentItemORGANIZATION__5FCRITICALITYVO-item-response
-
PERSON_CAREER_STATEMENT -
object
oracle_apps_flex_hcm_profiles_core_prevEmploymentItem_view_PrevEmploymentItemPERSON__5FCAREER__5FSTATEMENTVO-item-response
-
PERSON_CATEGORY -
object
oracle_apps_flex_hcm_profiles_core_prevEmploymentItem_view_PrevEmploymentItemPERSON__5FCATEGORYVO-item-response
-
PERSON_COMPONENT -
object
oracle_apps_flex_hcm_profiles_core_prevEmploymentItem_view_PrevEmploymentItemPERSON__5FCOMPONENTVO-item-response
-
PERSON_N_BOX_ASSIGNMENT -
object
oracle_apps_flex_hcm_profiles_core_prevEmploymentItem_view_PrevEmploymentItemPERSON__5FN__5FBOX__5FASSIGNMENTVO-item-response
-
PERSON_PERFORMANCE_RATING -
object
oracle_apps_flex_hcm_profiles_core_prevEmploymentItem_view_PrevEmploymentItemPERSON__5FPERFORMANCE__5FRATINGVO-item-response
-
PERSON_PLATFORM -
object
oracle_apps_flex_hcm_profiles_core_prevEmploymentItem_view_PrevEmploymentItemPERSON__5FPLATFORMVO-item-response
-
PERSON_POTENTIAL -
object
oracle_apps_flex_hcm_profiles_core_prevEmploymentItem_view_PrevEmploymentItemPERSON__5FPOTENTIALVO-item-response
-
PERSON_PROBLEM_CODE -
object
oracle_apps_flex_hcm_profiles_core_prevEmploymentItem_view_PrevEmploymentItemPERSON__5FPROBLEM__5FCODEVO-item-response
-
PERSON_PRODUCT -
object
oracle_apps_flex_hcm_profiles_core_prevEmploymentItem_view_PrevEmploymentItemPERSON__5FPRODUCTVO-item-response
-
PERSON_PRODUCT_PROBLEM_CODE -
object
oracle_apps_flex_hcm_profiles_core_prevEmploymentItem_view_PrevEmploymentItemPERSON__5FPRODUCT__5FPROBLEM__5FCODEVO-item-response
-
PERSON_READINESS -
object
oracle_apps_flex_hcm_profiles_core_prevEmploymentItem_view_PrevEmploymentItemPERSON__5FREADINESSVO-item-response
-
PERSON_RISK -
object
oracle_apps_flex_hcm_profiles_core_prevEmploymentItem_view_PrevEmploymentItemPERSON__5FRISKVO-item-response
-
PERSON_TALENT_SCORE -
object
oracle_apps_flex_hcm_profiles_core_prevEmploymentItem_view_PrevEmploymentItemPERSON__5FTALENT__5FSCOREVO-item-response
-
POSITION_CRITICALITY -
object
oracle_apps_flex_hcm_profiles_core_prevEmploymentItem_view_PrevEmploymentItemPOSITION__5FCRITICALITYVO-item-response
Nested Schema : oracle_apps_flex_hcm_profiles_core_prevEmploymentItem_view_PrevEmploymentItemJOB__5FCRITICALITYVO-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context ValueMaximum Length:80Default Value:JOB_CRITICALITY -
__FLEX_Context_DisplayValue: string
Title:
Context Value -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
PrevEmploymentId: integer
(int64)
Nested Schema : oracle_apps_flex_hcm_profiles_core_prevEmploymentItem_view_PrevEmploymentItemORGANIZATION__5FCRITICALITYVO-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context ValueMaximum Length:80Default Value:ORGANIZATION_CRITICALITY -
__FLEX_Context_DisplayValue: string
Title:
Context Value -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
PrevEmploymentId: integer
(int64)
Nested Schema : oracle_apps_flex_hcm_profiles_core_prevEmploymentItem_view_PrevEmploymentItemPERSON__5FCAREER__5FSTATEMENTVO-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context ValueMaximum Length:80Default Value:PERSON_CAREER_STATEMENT -
__FLEX_Context_DisplayValue: string
Title:
Context Value -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
PrevEmploymentId: integer
(int64)
Nested Schema : oracle_apps_flex_hcm_profiles_core_prevEmploymentItem_view_PrevEmploymentItemPERSON__5FCATEGORYVO-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context ValueMaximum Length:80Default Value:PERSON_CATEGORY -
__FLEX_Context_DisplayValue: string
Title:
Context Value -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
PrevEmploymentId: integer
(int64)
Nested Schema : oracle_apps_flex_hcm_profiles_core_prevEmploymentItem_view_PrevEmploymentItemPERSON__5FCOMPONENTVO-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context ValueMaximum Length:80Default Value:PERSON_COMPONENT -
__FLEX_Context_DisplayValue: string
Title:
Context Value -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
PrevEmploymentId: integer
(int64)
Nested Schema : oracle_apps_flex_hcm_profiles_core_prevEmploymentItem_view_PrevEmploymentItemPERSON__5FN__5FBOX__5FASSIGNMENTVO-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context ValueMaximum Length:80Default Value:PERSON_N_BOX_ASSIGNMENT -
__FLEX_Context_DisplayValue: string
Title:
Context Value -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
PrevEmploymentId: integer
(int64)
Nested Schema : oracle_apps_flex_hcm_profiles_core_prevEmploymentItem_view_PrevEmploymentItemPERSON__5FPERFORMANCE__5FRATINGVO-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context ValueMaximum Length:80Default Value:PERSON_PERFORMANCE_RATING -
__FLEX_Context_DisplayValue: string
Title:
Context Value -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
PrevEmploymentId: integer
(int64)
Nested Schema : oracle_apps_flex_hcm_profiles_core_prevEmploymentItem_view_PrevEmploymentItemPERSON__5FPLATFORMVO-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context ValueMaximum Length:80Default Value:PERSON_PLATFORM -
__FLEX_Context_DisplayValue: string
Title:
Context Value -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
PrevEmploymentId: integer
(int64)
Nested Schema : oracle_apps_flex_hcm_profiles_core_prevEmploymentItem_view_PrevEmploymentItemPERSON__5FPOTENTIALVO-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context ValueMaximum Length:80Default Value:PERSON_POTENTIAL -
__FLEX_Context_DisplayValue: string
Title:
Context Value -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
PrevEmploymentId: integer
(int64)
Nested Schema : oracle_apps_flex_hcm_profiles_core_prevEmploymentItem_view_PrevEmploymentItemPERSON__5FPROBLEM__5FCODEVO-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context ValueMaximum Length:80Default Value:PERSON_PROBLEM_CODE -
__FLEX_Context_DisplayValue: string
Title:
Context Value -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
PrevEmploymentId: integer
(int64)
Nested Schema : oracle_apps_flex_hcm_profiles_core_prevEmploymentItem_view_PrevEmploymentItemPERSON__5FPRODUCTVO-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context ValueMaximum Length:80Default Value:PERSON_PRODUCT -
__FLEX_Context_DisplayValue: string
Title:
Context Value -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
PrevEmploymentId: integer
(int64)
Nested Schema : oracle_apps_flex_hcm_profiles_core_prevEmploymentItem_view_PrevEmploymentItemPERSON__5FPRODUCT__5FPROBLEM__5FCODEVO-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context ValueMaximum Length:80Default Value:PERSON_PRODUCT_PROBLEM_CODE -
__FLEX_Context_DisplayValue: string
Title:
Context Value -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
PrevEmploymentId: integer
(int64)
Nested Schema : oracle_apps_flex_hcm_profiles_core_prevEmploymentItem_view_PrevEmploymentItemPERSON__5FREADINESSVO-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context ValueMaximum Length:80Default Value:PERSON_READINESS -
__FLEX_Context_DisplayValue: string
Title:
Context Value -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
PrevEmploymentId: integer
(int64)
Nested Schema : oracle_apps_flex_hcm_profiles_core_prevEmploymentItem_view_PrevEmploymentItemPERSON__5FRISKVO-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context ValueMaximum Length:80Default Value:PERSON_RISK -
__FLEX_Context_DisplayValue: string
Title:
Context Value -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
PrevEmploymentId: integer
(int64)
Nested Schema : oracle_apps_flex_hcm_profiles_core_prevEmploymentItem_view_PrevEmploymentItemPERSON__5FTALENT__5FSCOREVO-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context ValueMaximum Length:80Default Value:PERSON_TALENT_SCORE -
__FLEX_Context_DisplayValue: string
Title:
Context Value -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
PrevEmploymentId: integer
(int64)
Nested Schema : oracle_apps_flex_hcm_profiles_core_prevEmploymentItem_view_PrevEmploymentItemPOSITION__5FCRITICALITYVO-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context ValueMaximum Length:80Default Value:POSITION_CRITICALITY -
__FLEX_Context_DisplayValue: string
Title:
Context Value -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
PrevEmploymentId: integer
(int64)
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source