Get all names

get

/hcmRestApi/resources/11.13.18.05/hcmContacts/{hcmContactsUniqID}/child/names

Request

Path Parameters
  • This is the hash key of the attributes which make up the composite key for the HCM Contacts resource and used to uniquely identify an instance of HCM Contacts. The client should not generate the hash key value. Instead, the client should query on the HCM Contacts collection resource in order to navigate to a specific instance of HCM Contacts to get the hash key.
Query Parameters
  • 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>
  • This query parameter is used to fetch resources which are effective dated as of the specified start date. The value of this query parameter is a string having a date in yyyy-MM-dd format
  • When this parameter is provided, the specified children are included in the resource payload (instead of just a link). The value of this query parameter is "all" or "". More than one child can be specified using comma as a separator. Example: ?expand=Employees,Localizations. Nested children can also be provided following the format "Child.NestedChild" (Example: ?expand=Employees.Managers). If a nested child is provided (Example: Employees.Managers), the missing children will be processed implicitly. For example, "?expand=Employees.Managers" is the same as "?expand=Employees,Employees.Managers" (which will expand Employees and Managers).
  • This parameter filters the resource fields. Only the specified fields are returned, which means that if no fields are specified, no fields are returned (useful to get only the links). If an indirect child resource is provided (Example: Employees.Managers), the missing children will be processed implicitly. For example, "?fields=Employees.Managers:Empname" is the same as "?fields=;Employees:;Employees.Managers:Empname" (which will only return the "Empname" field for Managers). the value of this query parameter is a list of resource fields. The attribute can be a direct (Example: Employees) or indirect (Example: Employees.Managers) child. It cannot be combined with expand query parameter. If both are provided, only fields will be considered.

    Format: ?fields=Attribute1,Attribute2

    Format for fields in child resource: ?fields=Accessor1:Attribute1,Attribute2
  • Used as a predefined finder to search the collection.

    Format ?finder=<finderName>;<variableName>=<variableValue>,<variableName2>=<variableValue2>

    The following are the available finder names and corresponding finder variables

    • PrimaryKey Finds all the contact names that match the specified primary key criteria.
      Finder Variables
      • EffectiveEndDate; string;
      • EffectiveStartDate; string; Start date of the date-effective changes to the record.
      • LocalEffectiveEndDate; string; End date of the date-effective changes to the local name record.
      • LocalEffectiveStartDate; string; Start date of the date-effective changes to the local name record.
      • LocalPersonNameId; integer; Surrogate identifier for the contact's local name.
      • PersonNameId; integer; Surrogate identifier for the contact's name.
    • findByPersonNameId Finds all the contact names that match the specified person name identifier.
      Finder Variables
      • PersonNameId; integer; Surrogate identifier for the person name.
      • SysEffectiveDate; object;
  • This parameter restricts the number of resources returned inside the resource collection. If the limit exceeds the resource count then the framework will only return the available resources.
  • This parameter can be used to show only certain links while accessing a singular resource or a resource collection. The parameter value format is a comma-separated list of : <link_relation>

    Example:
    self,canonical
  • Used to define the starting position of the resource collection. If offset exceeds the resource count then no resources are returned. Default value is 0.
  • The resource item payload will be filtered in order to contain only data (no links section, for example).
  • This parameter orders a resource collection based on the specified fields. The parameter value is a comma-separated string of attribute names, each optionally followed by a colon and "asc" or "desc". Specify "asc" for ascending and "desc" for descending. The default value is "asc". For example, ?orderBy=field1:asc,field2:desc
  • This query parameter defines the where clause. The resource collection will be queried using the provided expressions. The value of this query parameter is one or more expressions. Example: ?q=Deptno>=10 and <= 30;Loc!=NY

    Format: ?q=expression1;expression2

    You can use these queryable attributes to filter this collection resource using the q query parameter:
    • DisplayName; string; Contact's display name.
    • EffectiveEndDate; string; End date of the date-effective changes to the record.
    • EffectiveStartDate; string; Start date of the date-effective changes to the record.
    • FirstName; string; Contact's first name.
    • FullName; string; Contact's full name.
    • Honors; string; Higher qualification appended to a person's name such as PhD.
    • KnownAs; string; Contact's preferred name.
    • LastName; string; Contact's last name.
    • LegislationCode; string; Legislation code of the contact. Valid values are defined in the hcmCountriesLov.
    • LegislationName; string; Name of the contact's legislation.
    • ListName; string; Contact's listed name.
    • LocalCreatedBy; string; User who created the contact's local name information.
    • LocalCreationDate; string; Date and time when the contact's local name information was created.
    • LocalDisplayName; string; Contact's display name in local language.
    • LocalEffectiveEndDate; string; End date of the date-effective changes to the record.
    • LocalEffectiveStartDate; string; Start date of the date-effective changes to the record.
    • LocalFirstName; string; Contact's first name in local language.
    • LocalFullName; string; Contact's full name in local language.
    • LocalHonors; string; Higher qualification appended to a person's name such as PhD in local language.
    • LocalKnownAs; string; Contact 's preferred name in local language.
    • LocalLastName; string; Contact's last name in local language.
    • LocalLastUpdateDate; string; Date and time when the contact's local name information was last updated.
    • LocalLastUpdatedBy; string; User who last updated the contact's local name information.
    • LocalLegislationCode; string; Legislation code of the local language. Valid values are defined in the hcmCountriesLov.
    • LocalLegislationName; string; Name of the contact's legislation in local language.
    • LocalListName; string; Contact's listed name in local language.
    • LocalMiddleNames; string; Contact's middle name in local language.
    • LocalMilitaryRank; string; Contact's military rank in local language.
    • LocalNameInformation1; string; Additional name attribute reserved for Oracle Development for legislation-specific name requirements as defined in the person name style definition.
    • LocalNameInformation10; string; Additional name attribute reserved for Oracle Development for legislation-specific name requirements as defined in the person name style definition.
    • LocalNameInformation11; string; Additional name attribute reserved for Oracle Development for legislation-specific name requirements as defined in the person name style definition.
    • LocalNameInformation12; string; Additional name attribute reserved for Oracle Development for legislation-specific name requirements as defined in the person name style definition.
    • LocalNameInformation13; string; Additional name attribute reserved for Oracle Development for legislation-specific name requirements as defined in the person name style definition.
    • LocalNameInformation14; string; Additional name attribute reserved for Oracle Development for legislation-specific name requirements as defined in the person name style definition.
    • LocalNameInformation15; string; Additional name attribute reserved for customer legislation-specific name requirements as defined in the person name style definition.
    • LocalNameInformation16; string; Additional name attribute reserved for customer legislation-specific name requirements as defined in the person name style definition.
    • LocalNameInformation17; string; Additional name attribute reserved for customer legislation-specific name requirements as defined in the person name style definition.
    • LocalNameInformation18; string; Additional name attribute reserved for customer legislation-specific name requirements as defined in the person name style definition.
    • LocalNameInformation19; string; Additional name attribute reserved for customer legislation-specific name requirements as defined in the person name style definition.
    • LocalNameInformation2; string; Additional name attribute reserved for Oracle Development for legislation-specific name requirements as defined in the person name style definition.
    • LocalNameInformation20; string; Additional name attribute reserved for customer legislation-specific name requirements as defined in the person name style definition.
    • LocalNameInformation21; string; Additional name attribute reserved for customer legislation-specific name requirements as defined in the person name style definition.
    • LocalNameInformation22; string; Additional name attribute reserved for customer legislation-specific name requirements as defined in the person name style definition.
    • LocalNameInformation23; string; Additional name attribute reserved for customer legislation-specific name requirements as defined in the person name style definition.
    • LocalNameInformation24; string; Additional name attribute reserved for customer legislation-specific name requirements as defined in the person name style definition.
    • LocalNameInformation25; string; Additional name attribute reserved for customer legislation-specific name requirements as defined in the person name style definition.
    • LocalNameInformation26; string; Additional name attribute reserved for customer legislation-specific name requirements as defined in the person name style definition.
    • LocalNameInformation27; string; Additional name attribute reserved for customer legislation-specific name requirements as defined in the person name style definition.
    • LocalNameInformation28; string; Additional name attribute reserved for customer legislation-specific name requirements as defined in the person name style definition.
    • LocalNameInformation29; string; Additional name attribute reserved for customer legislation-specific name requirements as defined in the person name style definition.
    • LocalNameInformation3; string; Additional name attribute reserved for Oracle Development for legislation-specific name requirements as defined in the person name style definition.
    • LocalNameInformation30; string; Additional name attribute reserved for customer legislation-specific name requirements as defined in the person name style definition.
    • LocalNameInformation4; string; Additional name attribute reserved for Oracle Development for legislation-specific name requirements as defined in the person name style definition.
    • LocalNameInformation5; string; Additional name attribute reserved for Oracle Development for legislation-specific name requirements as defined in the person name style definition.
    • LocalNameInformation6; string; Additional name attribute reserved for Oracle Development for legislation-specific name requirements as defined in the person name style definition.
    • LocalNameInformation7; string; Additional name attribute reserved for Oracle Development for legislation-specific name requirements as defined in the person name style definition.
    • LocalNameInformation8; string; Additional name attribute reserved for Oracle Development for legislation-specific name requirements as defined in the person name style definition.
    • LocalNameInformation9; string; Additional name attribute reserved for Oracle Development for legislation-specific name requirements as defined in the person name style definition.
    • LocalNameLanguage; string; Local language of the name. This isn't required for global names. If you're creating a local name, you must provide the language code.
    • LocalNameLanguageMeaning; string; Meaning of the local language code for the contact's name.
    • LocalOrderName; string; Contact's order name in local language.
    • LocalPersonNameId; integer; Surrogate identifier for the local contact's name record.
    • LocalPreNameAdjunct; string; Part of the name added before a person's first name in local language.
    • LocalPreviousLastName; string; Contact 's previous last name in local language.
    • LocalSuffix; string; Part of the name appended to a person's last name such as Jr., III, and so on, in local language.
    • LocalTitle; string; Person salutation such as Mr., Ms., and so on, in local language. Valid values are defined in the commonLookupsLOV.
    • LocalTitleMeaning; string; Meaning of the contact's title in local language.
    • MiddleNames; string; Contact's middle name.
    • MilitaryRank; string; Contact's military rank.
    • NameInformation1; string; Additional name attribute reserved for Oracle Development for legislation-specific name requirements as defined in the person name style definition.
    • NameInformation10; string; Additional name attribute reserved for Oracle Development for legislation-specific name requirements as defined in the person name style definition.
    • NameInformation11; string; Additional name attribute reserved for Oracle Development for legislation-specific name requirements as defined in the person name style definition.
    • NameInformation12; string; Additional name attribute reserved for Oracle Development for legislation-specific name requirements as defined in the person name style definition.
    • NameInformation13; string; Additional name attribute reserved for Oracle Development for legislation-specific name requirements as defined in the person name style definition.
    • NameInformation14; string; Additional name attribute reserved for Oracle Development for legislation-specific name requirements as defined in the person name style definition.
    • NameInformation15; string; Additional name attribute reserved for customer legislation-specific name requirements as defined in the person name style definition.
    • NameInformation16; string; Additional name attribute reserved for customer legislation-specific name requirements as defined in the person name style definition.
    • NameInformation17; string; Additional name attribute reserved for customer legislation-specific name requirements as defined in the person name style definition.
    • NameInformation18; string; Additional name attribute reserved for customer legislation-specific name requirements as defined in the person name style definition.
    • NameInformation19; string; Additional name attribute reserved for customer legislation-specific name requirements as defined in the person name style definition.
    • NameInformation2; string; Additional name attribute reserved for Oracle Development for legislation-specific name requirements as defined in the person name style definition.
    • NameInformation20; string; Additional name attribute reserved for customer legislation-specific name requirements as defined in the person name style definition.
    • NameInformation21; string; Additional name attribute reserved for customer legislation-specific name requirements as defined in the person name style definition.
    • NameInformation22; string; Additional name attribute reserved for customer legislation-specific name requirements as defined in the person name style definition.
    • NameInformation23; string; Additional name attribute reserved for customer legislation-specific name requirements as defined in the person name style definition.
    • NameInformation24; string; Additional name attribute reserved for customer legislation-specific name requirements as defined in the person name style definition.
    • NameInformation25; string; Additional name attribute reserved for customer legislation-specific name requirements as defined in the person name style definition.
    • NameInformation26; string; Additional name attribute reserved for customer legislation-specific name requirements as defined in the person name style definition.
    • NameInformation27; string; Additional name attribute reserved for customer legislation-specific name requirements as defined in the person name style definition.
    • NameInformation28; string; Additional name attribute reserved for customer legislation-specific name requirements as defined in the person name style definition.
    • NameInformation29; string; Additional name attribute reserved for customer legislation-specific name requirements as defined in the person name style definition.
    • NameInformation3; string; Additional name attribute reserved for Oracle Development for legislation-specific name requirements as defined in the person name style definition.
    • NameInformation30; string; Additional name attribute reserved for customer legislation-specific name requirements as defined in the person name style definition.
    • NameInformation4; string; Additional name attribute reserved for Oracle Development for legislation-specific name requirements as defined in the person name style definition.
    • NameInformation5; string; Additional name attribute reserved for Oracle Development for legislation-specific name requirements as defined in the person name style definition.
    • NameInformation6; string; Additional name attribute reserved for Oracle Development for legislation-specific name requirements as defined in the person name style definition.
    • NameInformation7; string; Additional name attribute reserved for Oracle Development for legislation-specific name requirements as defined in the person name style definition.
    • NameInformation8; string; Additional name attribute reserved for Oracle Development for legislation-specific name requirements as defined in the person name style definition.
    • NameInformation9; string; Additional name attribute reserved for Oracle Development for legislation-specific name requirements as defined in the person name style definition.
    • NameLanguage; string; Language of the name. This isn't required for global names. If you're creating a local name, you must provide the language code.
    • NameLanguageMeaning; string; Meaning of the language code for the contact's name.
    • OrderName; string; Contact's order name.
    • PersonNameId; integer; Surrogate identifier for the contact's name.
    • PreNameAdjunct; string; Part of the name added before a person's first name.
    • PreviousLastName; string; Contact's previous last name.
    • Suffix; string; Part of the name appended to a person's last name such as Jr., III, and so on.
    • Title; string; Person salutation such as Mr., Ms., and so on. Valid values are defined in the commonLookupsLOV.
    • TitleMeaning; string; Meaning of the contact's title.
  • The resource collection representation will include the "estimated row count" when "?totalResults=true", otherwise the count is not included. The default value is "false".
Header Parameters
  • This header accepts a string value. The string is a semi-colon separated list of =. It is used to perform effective date range operations. The accepted parameters are RangeMode, RangeSpan, RangeStartDate, RangeEndDate, RangeStartSequence and RangeEndSequence. The parameter values are always strings. The possible values for RangeMode are SET_LOGICAL_START, SET_LOGICAL_END, END_DATE, SET_EFFECTIVE_START, SET_EFFECTIVE_END, REPLACE_CORRECTION, REPLACE_UPDATE, RECONCILE_CORRECTION, CORRECTION, RECONCILE_UPDATE, UPDATE, ZAP and DELETE_CHANGES. The possible values for RangeSpan are PHYSICAL_ROW_END_DATE and LOGICAL_ROW_END_DATE. The values for RangeStartDate and RangeEndDate have to be a string representation of a date in yyyy-MM-dd format. The value for RangeStartSequence and RangeEndSequence must be strings such that when parsed they yield positive integers.
  • If the REST API supports runtime customizations, the shape of the service may change during runtime. The REST client may isolate itself from these changes or choose to interact with the latest version of the API by specifying this header. For example: Metadata-Context:sandbox="TrackEmployeeFeature".
  • The protocol version between a REST client and service. If the client does not specify this header in the request the server will pick a default version for the API.

There's no request body for this operation.

Back to Top

Response

Supported Media Types

Default Response

The following table describes the default response for this task.
Headers
  • If the REST API supports runtime customizations, the shape of the service may change during runtime. The REST client may isolate itself from these changes or choose to interact with the latest version of the API by specifying this header. For example: Metadata-Context:sandbox="TrackEmployeeFeature".
  • The protocol version between a REST client and service. If the client does not specify this header in the request the server will pick a default version for the API.
Body ()
Root Schema : hcmContacts-names
Type: object
Show Source
Nested Schema : Items
Type: array
Title: Items
The items in the collection.
Show Source
Nested Schema : hcmContacts-names-item-response
Type: object
Show Source
  • Title: Created By
    Read Only: true
    Maximum Length: 64
    User who created the contact's name information.
  • Title: Creation Date
    Read Only: true
    Date and time when the contact's name information was created.
  • Title: Display Name
    Read Only: true
    Maximum Length: 240
    Contact's display name.
  • Title: Effective End Date
    End date of the date-effective changes to the record.
  • Title: Effective Start Date
    Start date of the date-effective changes to the record.
  • Title: First Name
    Maximum Length: 150
    Contact's first name.
  • Title: Full Name
    Read Only: true
    Maximum Length: 2000
    Contact's full name.
  • Title: Honors
    Maximum Length: 80
    Higher qualification appended to a person's name such as PhD.
  • Title: Known As
    Maximum Length: 80
    Contact's preferred name.
  • Title: Last Name
    Maximum Length: 150
    Contact's last name.
  • Title: Last Updated Date
    Read Only: true
    Date and time when the contact's name information was last updated.
  • Title: Last Updated By
    Read Only: true
    Maximum Length: 64
    User who last updated the contact's name information.
  • Title: Country
    Maximum Length: 4
    Legislation code of the contact. Valid values are defined in the hcmCountriesLov.
  • Title: Country
    Read Only: true
    Maximum Length: 80
    Name of the contact's legislation.
  • Links
  • Title: List Name
    Read Only: true
    Maximum Length: 240
    Contact's listed name.
  • Title: Created By
    Read Only: true
    Maximum Length: 64
    User who created the contact's local name information.
  • Title: Creation Date
    Read Only: true
    Date and time when the contact's local name information was created.
  • Title: Display Name
    Read Only: true
    Maximum Length: 240
    Contact's display name in local language.
  • Title: Effective End Date
    End date of the date-effective changes to the record.
  • Title: Effective Start Date
    Start date of the date-effective changes to the record.
  • Title: First Name
    Maximum Length: 150
    Contact's first name in local language.
  • Title: Full Name
    Read Only: true
    Maximum Length: 2000
    Contact's full name in local language.
  • Title: Honors
    Maximum Length: 80
    Higher qualification appended to a person's name such as PhD in local language.
  • Title: Known As
    Maximum Length: 80
    Contact 's preferred name in local language.
  • Title: Last Name
    Maximum Length: 150
    Contact's last name in local language.
  • Title: Last Updated Date
    Read Only: true
    Date and time when the contact's local name information was last updated.
  • Title: Last Updated By
    Read Only: true
    Maximum Length: 64
    User who last updated the contact's local name information.
  • Title: Country
    Maximum Length: 4
    Legislation code of the local language. Valid values are defined in the hcmCountriesLov.
  • Title: Country
    Read Only: true
    Maximum Length: 80
    Name of the contact's legislation in local language.
  • Title: List Name
    Read Only: true
    Maximum Length: 240
    Contact's listed name in local language.
  • Title: Middle Names
    Maximum Length: 80
    Contact's middle name in local language.
  • Title: Military Rank
    Maximum Length: 80
    Contact's military rank in local language.
  • Title: Name Information 1
    Maximum Length: 150
    Additional name attribute reserved for Oracle Development for legislation-specific name requirements as defined in the person name style definition.
  • Title: Name Information 10
    Maximum Length: 150
    Additional name attribute reserved for Oracle Development for legislation-specific name requirements as defined in the person name style definition.
  • Title: Name Information 11
    Maximum Length: 150
    Additional name attribute reserved for Oracle Development for legislation-specific name requirements as defined in the person name style definition.
  • Title: Name Information 12
    Maximum Length: 150
    Additional name attribute reserved for Oracle Development for legislation-specific name requirements as defined in the person name style definition.
  • Title: Name Information 13
    Maximum Length: 150
    Additional name attribute reserved for Oracle Development for legislation-specific name requirements as defined in the person name style definition.
  • Title: Name Information 14
    Maximum Length: 150
    Additional name attribute reserved for Oracle Development for legislation-specific name requirements as defined in the person name style definition.
  • Title: Name Information 15
    Maximum Length: 150
    Additional name attribute reserved for customer legislation-specific name requirements as defined in the person name style definition.
  • Title: Name Information 16
    Maximum Length: 150
    Additional name attribute reserved for customer legislation-specific name requirements as defined in the person name style definition.
  • Title: Name Information 17
    Maximum Length: 150
    Additional name attribute reserved for customer legislation-specific name requirements as defined in the person name style definition.
  • Title: Name Information 18
    Maximum Length: 150
    Additional name attribute reserved for customer legislation-specific name requirements as defined in the person name style definition.
  • Title: Name Information 19
    Maximum Length: 150
    Additional name attribute reserved for customer legislation-specific name requirements as defined in the person name style definition.
  • Title: Name Information 2
    Maximum Length: 150
    Additional name attribute reserved for Oracle Development for legislation-specific name requirements as defined in the person name style definition.
  • Title: Name Information 20
    Maximum Length: 150
    Additional name attribute reserved for customer legislation-specific name requirements as defined in the person name style definition.
  • Title: Name Information 21
    Maximum Length: 150
    Additional name attribute reserved for customer legislation-specific name requirements as defined in the person name style definition.
  • Title: Name Information 22
    Maximum Length: 150
    Additional name attribute reserved for customer legislation-specific name requirements as defined in the person name style definition.
  • Title: Name Information 23
    Maximum Length: 150
    Additional name attribute reserved for customer legislation-specific name requirements as defined in the person name style definition.
  • Title: Name Information 24
    Maximum Length: 150
    Additional name attribute reserved for customer legislation-specific name requirements as defined in the person name style definition.
  • Title: Name Information 25
    Maximum Length: 150
    Additional name attribute reserved for customer legislation-specific name requirements as defined in the person name style definition.
  • Title: Name Information 26
    Maximum Length: 150
    Additional name attribute reserved for customer legislation-specific name requirements as defined in the person name style definition.
  • Title: Name Information 27
    Maximum Length: 150
    Additional name attribute reserved for customer legislation-specific name requirements as defined in the person name style definition.
  • Title: Name Information 28
    Maximum Length: 150
    Additional name attribute reserved for customer legislation-specific name requirements as defined in the person name style definition.
  • Title: Name Information 29
    Maximum Length: 150
    Additional name attribute reserved for customer legislation-specific name requirements as defined in the person name style definition.
  • Title: Name Information 3
    Maximum Length: 150
    Additional name attribute reserved for Oracle Development for legislation-specific name requirements as defined in the person name style definition.
  • Title: Name Information 30
    Maximum Length: 150
    Additional name attribute reserved for customer legislation-specific name requirements as defined in the person name style definition.
  • Title: Name Information 4
    Maximum Length: 150
    Additional name attribute reserved for Oracle Development for legislation-specific name requirements as defined in the person name style definition.
  • Title: Name Information 5
    Maximum Length: 150
    Additional name attribute reserved for Oracle Development for legislation-specific name requirements as defined in the person name style definition.
  • Title: Name Information 6
    Maximum Length: 150
    Additional name attribute reserved for Oracle Development for legislation-specific name requirements as defined in the person name style definition.
  • Title: Name Information 7
    Maximum Length: 150
    Additional name attribute reserved for Oracle Development for legislation-specific name requirements as defined in the person name style definition.
  • Title: Name Information 8
    Maximum Length: 150
    Additional name attribute reserved for Oracle Development for legislation-specific name requirements as defined in the person name style definition.
  • Title: Name Information 9
    Maximum Length: 150
    Additional name attribute reserved for Oracle Development for legislation-specific name requirements as defined in the person name style definition.
  • Title: Local-Name Language
    Maximum Length: 4
    Local language of the name. This isn't required for global names. If you're creating a local name, you must provide the language code.
  • Title: Local-Name Language
    Read Only: true
    Maximum Length: 255
    Meaning of the local language code for the contact's name.
  • Title: Order Name
    Read Only: true
    Maximum Length: 240
    Contact's order name in local language.
  • Title: Person Name ID
    Surrogate identifier for the local contact's name record.
  • Title: Prefix
    Maximum Length: 150
    Part of the name added before a person's first name in local language.
  • Title: Previous Last Name
    Maximum Length: 150
    Contact 's previous last name in local language.
  • Title: Suffix
    Maximum Length: 80
    Part of the name appended to a person's last name such as Jr., III, and so on, in local language.
  • Title: Title
    Maximum Length: 30
    Person salutation such as Mr., Ms., and so on, in local language. Valid values are defined in the commonLookupsLOV.
  • Title: Title
    Read Only: true
    Maximum Length: 80
    Meaning of the contact's title in local language.
  • Title: Middle Names
    Maximum Length: 80
    Contact's middle name.
  • Title: Military Rank
    Maximum Length: 80
    Contact's military rank.
  • Title: Name Information 1
    Maximum Length: 150
    Additional name attribute reserved for Oracle Development for legislation-specific name requirements as defined in the person name style definition.
  • Title: Name Information 10
    Maximum Length: 150
    Additional name attribute reserved for Oracle Development for legislation-specific name requirements as defined in the person name style definition.
  • Title: Name Information 11
    Maximum Length: 150
    Additional name attribute reserved for Oracle Development for legislation-specific name requirements as defined in the person name style definition.
  • Title: Name Information 12
    Maximum Length: 150
    Additional name attribute reserved for Oracle Development for legislation-specific name requirements as defined in the person name style definition.
  • Title: Name Information 13
    Maximum Length: 150
    Additional name attribute reserved for Oracle Development for legislation-specific name requirements as defined in the person name style definition.
  • Title: Name Information 14
    Maximum Length: 150
    Additional name attribute reserved for Oracle Development for legislation-specific name requirements as defined in the person name style definition.
  • Title: Name Information 15
    Maximum Length: 150
    Additional name attribute reserved for customer legislation-specific name requirements as defined in the person name style definition.
  • Title: Name Information 16
    Maximum Length: 150
    Additional name attribute reserved for customer legislation-specific name requirements as defined in the person name style definition.
  • Title: Name Information 17
    Maximum Length: 150
    Additional name attribute reserved for customer legislation-specific name requirements as defined in the person name style definition.
  • Title: Name Information 18
    Maximum Length: 150
    Additional name attribute reserved for customer legislation-specific name requirements as defined in the person name style definition.
  • Title: Name Information 19
    Maximum Length: 150
    Additional name attribute reserved for customer legislation-specific name requirements as defined in the person name style definition.
  • Title: Name Information 2
    Maximum Length: 150
    Additional name attribute reserved for Oracle Development for legislation-specific name requirements as defined in the person name style definition.
  • Title: Name Information 20
    Maximum Length: 150
    Additional name attribute reserved for customer legislation-specific name requirements as defined in the person name style definition.
  • Title: Name Information 21
    Maximum Length: 150
    Additional name attribute reserved for customer legislation-specific name requirements as defined in the person name style definition.
  • Title: Name Information 22
    Maximum Length: 150
    Additional name attribute reserved for customer legislation-specific name requirements as defined in the person name style definition.
  • Title: Name Information 23
    Maximum Length: 150
    Additional name attribute reserved for customer legislation-specific name requirements as defined in the person name style definition.
  • Title: Name Information 24
    Maximum Length: 150
    Additional name attribute reserved for customer legislation-specific name requirements as defined in the person name style definition.
  • Title: Name Information 25
    Maximum Length: 150
    Additional name attribute reserved for customer legislation-specific name requirements as defined in the person name style definition.
  • Title: Name Information 26
    Maximum Length: 150
    Additional name attribute reserved for customer legislation-specific name requirements as defined in the person name style definition.
  • Title: Name Information 27
    Maximum Length: 150
    Additional name attribute reserved for customer legislation-specific name requirements as defined in the person name style definition.
  • Title: Name Information 28
    Maximum Length: 150
    Additional name attribute reserved for customer legislation-specific name requirements as defined in the person name style definition.
  • Title: Name Information 29
    Maximum Length: 150
    Additional name attribute reserved for customer legislation-specific name requirements as defined in the person name style definition.
  • Title: Name Information 3
    Maximum Length: 150
    Additional name attribute reserved for Oracle Development for legislation-specific name requirements as defined in the person name style definition.
  • Title: Name Information 30
    Maximum Length: 150
    Additional name attribute reserved for customer legislation-specific name requirements as defined in the person name style definition.
  • Title: Name Information 4
    Maximum Length: 150
    Additional name attribute reserved for Oracle Development for legislation-specific name requirements as defined in the person name style definition.
  • Title: Name Information 5
    Maximum Length: 150
    Additional name attribute reserved for Oracle Development for legislation-specific name requirements as defined in the person name style definition.
  • Title: Name Information 6
    Maximum Length: 150
    Additional name attribute reserved for Oracle Development for legislation-specific name requirements as defined in the person name style definition.
  • Title: Name Information 7
    Maximum Length: 150
    Additional name attribute reserved for Oracle Development for legislation-specific name requirements as defined in the person name style definition.
  • Title: Name Information 8
    Maximum Length: 150
    Additional name attribute reserved for Oracle Development for legislation-specific name requirements as defined in the person name style definition.
  • Title: Name Information 9
    Maximum Length: 150
    Additional name attribute reserved for Oracle Development for legislation-specific name requirements as defined in the person name style definition.
  • Title: Global-Name Language
    Read Only: true
    Maximum Length: 4
    Language of the name. This isn't required for global names. If you're creating a local name, you must provide the language code.
  • Title: Global-Name Language
    Read Only: true
    Maximum Length: 30
    Meaning of the language code for the contact's name.
  • Title: Order Name
    Read Only: true
    Maximum Length: 240
    Contact's order name.
  • Title: Person Name ID
    Read Only: true
    Surrogate identifier for the contact's name.
  • Title: Prefix
    Maximum Length: 150
    Part of the name added before a person's first name.
  • Title: Previous Last Name
    Maximum Length: 150
    Contact's previous last name.
  • Title: Suffix
    Maximum Length: 80
    Part of the name appended to a person's last name such as Jr., III, and so on.
  • Title: Title
    Maximum Length: 30
    Person salutation such as Mr., Ms., and so on. Valid values are defined in the commonLookupsLOV.
  • Title: Title
    Read Only: true
    Maximum Length: 80
    Meaning of the contact's title.
Back to Top