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
[@more@]
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 impacted
Implementation Steps:
Step1 : Open the “Define User” Form from “SYSTEM ADMINISTRATOR” Responsibility
s1.JPG
Step2 : Open the personalization form by following the navigation shown below
s2.JPG

s2.2.JPG
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,
s3.1.JPG
Step 3.2: Add an action to create an entry under Tools menu

s3.2.JPG
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
s4.1.JPG
Step 4.2: Add an action to create and initialize a global variable with the Responsibility name i.e. Like “Application Developer”
s4.2.JPG
Step 4.3: Add an action to launch the function corresponding to “Define: Responsibilities” form as below
s4.3.JPG
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
s5.1.JPG
Step 5.2: Add a rule to create a global variable if not exists and assign a NULL to its “INITIAL VALUE”
s5.2.JPG
s5.2.1.JPG
Step 5.3: Add an action to navigate to the block “RESPONSIBILITY”
s5.3.JPG
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”


s6.JPG
STEP 6.1: Change the “Default where” Property of the responsibility to restrict the query to single responsibility
s6.1.JPG
Step 6.2: Run the built in “EXECUTE_QUERY” to perform auto query
s6.2.JPG
Step 6.3: Create a action to nullify the global variable
s6.3.JPG
Testing of Our Implementation:
Navigation:
t.JPG
Testcase 1: “Responsibility Details” Option Disabled during Enter Query Mode
t1.JPG
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
t3.JPG
Test case 4: By clicking the added option “Responsibility Details” the user must be able to see the responsibility details via responsibility form
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”
t4.JPG
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
t5.JPG
t6.JPG
t7.JPG
I hope, I am done with my explanation...
Waiting for your valuable comments to improve …
Happy Sharing!!!

来自 “ ITPUB博客 ” ,链接:http://blog.itpub.net/13247/viewspace-1056924/,如需转载,请注明出处,否则将追究法律责任。

转载于:http://blog.itpub.net/13247/viewspace-1056924/

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值