0% found this document useful (0 votes)
289 views3 pages

Popup in Oaf

This document discusses implementing a parameterized popup in Oracle Application Framework (OAF) that displays employee details on one page and department details on a shared region, with the department details parameterized by department ID. It lists the BC4J objects as an EmpVO and a DeptVO parameterized by DeptID, and the pages as HelloPopUPPG.xml to show employee details and DeptRN.xml as a shared region to show department details parameterized by department ID.

Uploaded by

manojchhatlani
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
289 views3 pages

Popup in Oaf

This document discusses implementing a parameterized popup in Oracle Application Framework (OAF) that displays employee details on one page and department details on a shared region, with the department details parameterized by department ID. It lists the BC4J objects as an EmpVO and a DeptVO parameterized by DeptID, and the pages as HelloPopUPPG.xml to show employee details and DeptRN.xml as a shared region to show department details parameterized by department ID.

Uploaded by

manojchhatlani
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 3

OAF - Parameterized Popup

In this article, i will show you how to implement a parameterized popUp in OAF
Page.
Region Style : PopUp is available only from R12.1.3 Ebiz.
Iam considering the below requirement to work on the functionality of popUp
region.
BC4J Object List :
EmpVO
DeptVO --> parameterized with DeptID
Pages:
HelloPopUPPG.xml (Shows the employee details)
HelloPopUpCO
DeptRN.xml (Shows the Dept Details) -- Shared Region

Final Result

You might also like