How You Configure the Department Title

The Title field for a department is hidden and optional, by default. You need to do these 2 steps to enable the field and make it mandatory.

Enable Title Field

These are the steps to set the value of the profile option ORA_PER_ENABLE_DEPARTMENT_TITLE to Y.

  1. Navigate to the Setup and Maintenance work area.

  2. Search for and click the Manage Administrator Profile Values task.

  3. Search for the ORA_PER_ENABLE_DEPARTMENT_TITLE profile option code and select the profile option in the search results.

  4. In the Profile Values section, enter Y in the Profile Value field.

  5. Click Save and Close.

Once you set the profile option value to Y, you can see the Title field in all the department pages, including Create, Update, Correct, and Review pages. Currently, the Title field appears in the Department LOV only on the responsive position pages.

Make Title Field Mandatory

Prerequisite Tasks:

  1. Create a sandbox and add the Page Composer tool.

  2. Create a department from the Workforce Structures work area on the My Client Groups tab.

Do these steps to make the title field mandatory:

  1. Click Edit Pages from the Settings and Actions menu.

  2. Click Structure and place your cursor in the Title field.

  3. Click Edit in the Confirm Shared Component Edit window.

  4. Search for InputText:Title in the component list and click the Edit icon.

  5. Scroll down to the Required field in the Edit Properties window and click the down arrow.

  6. Select Expression Builder.

  7. Add the #{pageFlowScope.makeTitleMandatory eq 'Y'} condition in the expression editor.

  8. Click OK.

  9. Scroll down to the Show Required field in the Edit Properties window and click the down arrow.

  10. Select Expression Builder.

  11. Add the #{pageFlowScope.makeTitleMandatory eq 'Y'} condition in the expression editor.

  12. Click OK.