Thursday, 28 July 2011

How to Add a New Region In OA FrameWork With out extending The Controller

Step 1: Create Dff and Mapped Properly. Create required LOV
Step 2: Create Region in JDeveloper in custome folder with below mentioned Property
                   1. Region Style : Stack Layout
                   2. Create Another Header Region with text
                   3. Create Flex item
                             --View instance Name
                             --App Short Name
                             --Name(Dff name)
                             --Type(Descriptive)
                             --Segment List(Global Data Elements|Progress Met Expectations|OK To Confirm|Termination of Services)
                             --Display Context Field (False)
Step 3: Import The Region in Correct page location in server

import D:\JDeveloper\p9172975_R12_GENERIC\jdevhome\jdev\myprojects\XXtest\oracle\apps\per\selfservice\appraisals\webui\<PageName>.xml   -username <username> -password <password> -dbconnection "(DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=<Host String>)(PORT=<Port No>))(CONNECT_DATA=(SID=<SID>)))" -rootdir D:\JDeveloper\p9172975_R12_GENERIC\jdevhome\jdev\myprojects

*Note D:\JDeveloper\p9172975_R12_GENERIC\jdevhome\jdev\myprojects\XXtest\oracle\apps\per\selfservice\appraisals\webui\<PageName>.xml will replaced By the local path where you have saved the region.

Step 4: Personalize the Page Create a new item-- style Stack Layout
                -- extends: The imported path in server like /xxTest/oracle/apps/per/selfservice/appraisals/webui/<region Name>

No comments:

Post a Comment