Forms Personalization in Oracle Apps R12 Example- Zoom Functionality

download Forms Personalization in Oracle Apps R12 Example- Zoom Functionality

of 9

Transcript of Forms Personalization in Oracle Apps R12 Example- Zoom Functionality

  • 8/6/2019 Forms Personalization in Oracle Apps R12 Example- Zoom Functionality

    1/9

    Forms Personalization in Oracle Apps R12 Example: Zoom Functionality

    In this post, I tried to explain the example implementation of a Zoom Functionality in R12

    Instance: R12.1.1

    Requirement:

    1. Add an option named Responsibility Details to Tools Menu of the APPLICATION USERS Form.2. By clicking the option said in requirement 1, the user must be able view the complete details of the selected responsibility via DEFINE:

    RESPONSIBILITIES forms

    3. Independent Functionalities of USERS and RESPONSIBILITIES FORM should not get impactedImplementation Steps:

    Step1: Open the Define User Form from SYSTEM ADMINISTRATOR Responsibility

    Step2: Open the personalization form by following the navigation shown below

    http://3.bp.blogspot.com/-FGlD7T9OaBQ/TV5Ow0h11jI/AAAAAAAAAfQ/iuDqpbU3feE/s1600/s2.JPGhttp://2.bp.blogspot.com/-zFc75OBmw2Q/TV5OtaPawYI/AAAAAAAAAfM/KRl8yISoKCw/s1600/s1.JPG
  • 8/6/2019 Forms Personalization in Oracle Apps R12 Example- Zoom Functionality

    2/9

    Step3: Add a Menu Entry under Tools Option with the name Responsibility Details.

    Step 3.1: Add a new Form rule named Add and Enable a Special Menu under Tools Menu with the triggering event as WHEN-NEW-

    FORM-INSTANCE as shown below,

    Step 3.2: Add an action to create an entry under Tools menu

    Step 4: Create and Initialize the GLOBAL_VARIABLE.XX_RESP_NAME with the Responsibility name and call the function

    corresponding to Define: Responsibilities Form i.e. FND_FNDSCRSP

    Step 4.1: Add a rule with the triggering event SPECIAL1 with the condition :USER_RESP.RESPONSIBILITY_NAME IS NOT NULL as

    given below

    http://2.bp.blogspot.com/-_1Alp3Ej2Pg/TV5Pqe3b5bI/AAAAAAAAAfg/w2EKN_i1u9Y/s1600/s3.2.JPGhttp://4.bp.blogspot.com/-HBGH2D6jCyA/TV5PlVYQ-mI/AAAAAAAAAfY/geWIA3LHywo/s1600/s3.1.JPGhttp://1.bp.blogspot.com/-IB7TrifVqmw/TV5O0njcO9I/AAAAAAAAAfU/xhX8o46aQ88/s1600/s2.2.JPG
  • 8/6/2019 Forms Personalization in Oracle Apps R12 Example- Zoom Functionality

    3/9

    Step 4.2: Add an action to create and initialize a global variable with the Responsibility name i.e. Like Application Developer

    Step 4.3: Add an action to launch the function corresponding to Define: Responsibilities form as below

    Step 5: Invoke the Personalization form of Responsibilities form and perform the action to initialize INITIAL VALUE of

    the global variable XX_RESP_NAME as NULL. This action is to maintain the normal functionality of Responsibilities

    Form.

    STEP 5.1: Invoke personalization form of Responsibilities Form as below

    http://4.bp.blogspot.com/-zZ8SqnMYm-4/TV5P6dwIeKI/AAAAAAAAAfs/aCBjc7E_LkI/s1600/s4.3.JPGhttp://4.bp.blogspot.com/-8EXKGCx-5TE/TV5P3qnbLFI/AAAAAAAAAfo/qNmfC3MB4Ro/s1600/s4.2.JPGhttp://3.bp.blogspot.com/-jz8LKQX6ndc/TV5Pu4To4LI/AAAAAAAAAfk/1zlOg-ngyqM/s1600/s4.1.JPG
  • 8/6/2019 Forms Personalization in Oracle Apps R12 Example- Zoom Functionality

    4/9

    Step 5.2: Add a rule to create a global variable if not exists and assign a NULL to its INITIAL VALUE

    Step 5.3: Add an action to navigate to the block RESPONSIBILITY

    http://3.bp.blogspot.com/-iKz5mcy9_WI/TV5QLuKpz_I/AAAAAAAAAgA/VNydFAmWjzc/s1600/s5.2.1.JPGhttp://3.bp.blogspot.com/-DL1YO29Z2OI/TV5QC0BgvLI/AAAAAAAAAf4/_93Bgv0h2TE/s1600/s5.2.JPGhttp://2.bp.blogspot.com/-LKRfMA5_kRE/TV5P_MuqdlI/AAAAAAAAAf0/26hvJDr8qLo/s1600/s5.1.JPG
  • 8/6/2019 Forms Personalization in Oracle Apps R12 Example- Zoom Functionality

    5/9

    STEP 6: Add a rule to perform the below actions with the triggering event as WHEN-NEW-BLOCK-INSTANCE of

    RESPONSIBILITY block and triggering condition as :GLOBAL.XX_RESP_NAME IS NOT NULL.

    1. Change the Default where Property of the responsibility to restrict the query to single responsibility

    2. Run the built in EXECUTE_QUERY

    3. Nullify the global variable XX_RESP_NAME

    STEP 6.1: Change the Default where Property of the responsibility to restrict the query to single responsibility

    Step 6.2: Run the built in EXECUTE_QUERY to perform auto query

    http://4.bp.blogspot.com/-n8WlhGJ8XAo/TV5QpWB7nYI/AAAAAAAAAgM/aefrUwzSjFw/s1600/s6.1.JPGhttp://4.bp.blogspot.com/-7D5HnZQ2Y0w/TV5QjdTQ2tI/AAAAAAAAAgI/COn7kkp96Dg/s1600/s6.JPGhttp://3.bp.blogspot.com/-qNwkqrzidG0/TV5QJFrqyZI/AAAAAAAAAf8/gRewualVDyc/s1600/s5.3.JPG
  • 8/6/2019 Forms Personalization in Oracle Apps R12 Example- Zoom Functionality

    6/9

    Step 6.3: Create a action to nullify the global variable

    Testing of Our Implementation:

    Navigation:

    Testcase 1: Responsibility Details Option Disabled during Enter Query Mode

    http://3.bp.blogspot.com/-5gUU9R3_1bo/TV5Q52qxbzI/AAAAAAAAAgY/wVshAlpBnUQ/s1600/t.JPGhttp://2.bp.blogspot.com/-toB9cgocFgY/TV5QwM_2DzI/AAAAAAAAAgU/gRAm6PcQfVM/s1600/s6.3.JPGhttp://1.bp.blogspot.com/-8j7aP8uH8KQ/TV5QsR3CkqI/AAAAAAAAAgQ/DZ4FkslXK2c/s1600/s6.2.JPG
  • 8/6/2019 Forms Personalization in Oracle Apps R12 Example- Zoom Functionality

    7/9

    Test case 2: Responsibility Details Option Disabled When cursor is not in the block displaying Responsibility Details

    Test case 3: Responsibility Details Option enabled When cursor is in the block displaying Responsibility Details

    Test case 4: By clicking the added option Responsibility Details the user must be able to see the responsibility details

    via responsibility form

    http://4.bp.blogspot.com/-DwExMDx6AB4/TV5RJDPdv_I/AAAAAAAAAgk/EoFsZdgdEqI/s1600/t3.JPGhttp://3.bp.blogspot.com/-57ehej3V6ok/TV5Q__J2pgI/AAAAAAAAAgg/3OJ4JnL_E8U/s1600/t2.JPGhttp://2.bp.blogspot.com/--SzOaykW6q8/TV5Q9tmkBPI/AAAAAAAAAgc/KJZV1eV4yHE/s1600/t1.JPG
  • 8/6/2019 Forms Personalization in Oracle Apps R12 Example- Zoom Functionality

    8/9

    For example:The cursor is in the field Responsibility with the value Application Developer in the user form as shown in the above

    screenshot. So if the user clicks the Responsibility Details option, it should auto navigate to responsibilities form and auto query for

    the responsibility name Application Developer

    Test case 5: Normal Functionality of the responsibilities form should not got impacted like Running a Query ,

    Creating a Responsibility etc because of this forms personalization

    http://1.bp.blogspot.com/-DzEUsCvHw3U/TV5RcPO4ovI/AAAAAAAAAgw/0bGvhXI8yeU/s1600/t6.JPGhttp://4.bp.blogspot.com/-jVtYQ4NNUgo/TV5RY-qKl5I/AAAAAAAAAgs/mZw1YNTOEoY/s1600/t5.JPGhttp://2.bp.blogspot.com/-fM8nZUG78Rk/TV5RRGvJE5I/AAAAAAAAAgo/BO-98AWVPuE/s1600/t4.JPG
  • 8/6/2019 Forms Personalization in Oracle Apps R12 Example- Zoom Functionality

    9/9

    http://2.bp.blogspot.com/-qgQapMljsAw/TV5RexJ0iYI/AAAAAAAAAg0/XkHPDRJbvJE/s1600/t7.JPG