Create and Edit Profile Options for Mexico

Use profile options to maintain user preferences and control the general function of applications. For example, you can control user preferences involving language, date, time, currency, and other similar general settings.

Create a profile option and also determine the level at which that profile option takes effect. You can also define the profile values for the profile option. The profile values appear on the Administrator Profile Values page when you select the profile option.

How to Create a Profile Option

To create a profile option:

  1. In the Setup and Maintenance work area, go here:

    • Functional Area: Workforce Deployment

    • Tasks: Profile Options

  2. On the Profile Options page, click Actions > > New.

  3. On the Create Profile Option page, enter relevant details with specific attention to the following:

    • Use the SQL Validation field to provide an SQL statement that displays the permissible profile values to be used. Use an SQL statement to select the values from another table and display them as a list of values.

      For example, to display the values Yes and No from a lookup table, you can use the following SQL statement:

      select MEANING, LOOKUP_CODE from FND_LOOKUPS where LOOKUP_TYPE='YES_NO'

      As a result, on the Administrator Profile Values page, the profile values Yes and No are available for selection for that profile option.

    • Specify a date range to keep the profile option active during that period. Beyond the specified duration, the profile option automatically becomes inactive. If you no longer require the profile option, delete it manually from the Profile Options page.

  4. Click Save and Close.

  5. On the Profile Options page, search for the newly created profile option and from the results, select it.

  6. In the Profile Option Levels section, enter these details:

    Field

    What you can do

    Enabled

    Select the levels at which you want to enable the profile option.

    Note: You can enable a profile option at multiple levels, but a higher-level profile value overrides a lower-level value. Therefore, enable them only at the required levels.

    Updatable

    Select the profile level to update the privileges of the implementors. Deselect the check box if you don't want the implementors to modify the profile values (they appear in read-only mode).

  7. Click Save and Close.

To edit a profile option that you created, search for it and edit the necessary details.

Note: While creating and editing profile options and profile categories, you can translate the details to the preferred languages without changing the language session of the application. To specify the translations in all the enabled language rows, use the Translation Editor option. Once the updates are made, users can view the translated text for the specific details.