Login
Register

Home

Trainings

Fusion Blog

EBS Blog

Authors

CONTACT US

Kalimuthu Vellaichamy
  • Register

Oracle Gold Partners, our very popular training packages, training schedule is listed here
Designed by Five Star Rated Oracle Press Authors & Oracle ACE's.

webinar new

Search Courses

×

Warning

JUser: :_load: Unable to load user with ID: 872

Purpose
This document explains the OAFramework (ver 5.7 H for Apps 11.5.9 and 5.10 for Apps 11.5.10) Anonymous User page (like registration page) development and deployment in an instance and pack for the other instances. This document assumes that the reader has a basic knowledge of OA Frmework page creation and deployment.

Background
This document should be used for creating Guest User pages and all type of registration pages. When this document fails to cover a topic, recommendations from OA Framework Development Team should be followed. If you have a Guest user page to display that does not require a user to log in.

New page with anonymous user setup.
To create a page with anonymous setup we should have a standard OAFramework page with all the components required for the page.

We have to create the function for this page.
Let us consider a Registration page NewEmpRegistrationPG.xml and the registered function for this page is NEW_EMP_REGN. We have to change the following properties for the MainRN for the page.
Rendered: ${oa.FunctionSecurity. NEW_EMP_REGN}
Security Mode: selfSecured

Use the following command to upload the page to the instance,
java oracle.jrad.tools.xml.importer.XMLImporter <PageName> -username <APPS Username> -password <APPS Password> -dbconnection "(DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=<DB_HOSTNAME>)(PORT=<DB_PORT>))(CONNECT_DATA=(SID=<DB_SID>)))" -rootdir ./ -rootPackage <fullpacakage>

Example.
java oracle.jrad.tools.xml.importer.XMLImporter NewEmpRegistrationPG.xml -username apps -password apps -dbconnection "(DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=I3SN021E.idc.oracle.com)(PORT=1610))(CONNECT_DATA=(SID=scmtrng)))" -rootdir ./ -rootPackage /xxt/oracle/apps/pon/registration/webui



Create a function for the new page
Use functional administrator (Self Service) or using system administrator (Forms) responsibility and create a function for the uploaded page.

After the function creation we have to add this function to a menu and the menu has to be granted to GUEST user.

Add the function to a new menu
Use fuctional administrator responsibility to create a new Menu. Add the created function with this new menu.

Now we are ready with the menu that is having a function, which points to a page which we want to access without the user log in.
If you want to give access to more than one page you can add, as many functions to the menu, like below.


Create Grant for the created menu.
To create Grant for the menu we have created now, use Security Tab in the functional administrator responsibility. Follow the below mentioned steps.

Step I: Log on to Application with Functional Administrator Responsibility and click on functional administrator responsibility. Click on “Create Grant” button (To create a Global Grant)
Step II: Enter the Grant Name and select Grantee Type as “All Users” and click “Next”
Step III: Enter the User Menu Name of the newly created Menu and click “Next”
Step IV : Click “Finish” button
Step V: Again click on “Create Grant” (To create Guest Grant)
Step VI : Enter the Grant Name and select Grantee Type as “Specific User”. The page refreshes to display a new field called “Grantee” (If the page fails to refresh click “Next” button to go to the next screen and click “Back” button on the next screen to come back to this screen)
Enter “GUEST” in the “Grantee” field and click
Step VII: Enter the User Menu Name of the newly created Menu and click “Next”
Step VIII : Click “Finish” button
Step IX: Grant creations successfully completed.

Download and Upload the Grant
Following command used to download the created Grant.

FNDLOAD apps/apps 0 Y DOWNLOAD $FND_TOP/patch/115/import/afsload.lct XXTGUESTGRT_US.ldt GRANT GNT_MENU_NAME= NEW_EMP_REGN_MENU

To upload this grant into a new instance upload the page and the menu as usual and upload the Grant for the menu using the following command.
Following command used to upload the downloaded Grant.

FNDLOAD apps/apps 0 Y UPLOAD $FND_TOP/patch/115/import/afsload.lct XXTGUESTGRT_US.ldt

No we can access the newly created page without login into the applications using the following URL.
http://<Host Name>: <Port>/OA_HTML/OA.jsp?OAFunc=NEW_EMP_REGN


Comments   

0 #1 ramkumar 2008-07-11 08:34
How to move OAF Pages from one instance to other instance.ALL java files,xml files,Bc4j components,cont roller all these how to move from developer instance to Production instance.
Quote
0 #2 Anil Passi 2008-07-11 08:43
For the moving Page definitions, use XMLImporter
For moving personalization s or substitutions, use Functional Administrator Import/Export functionality.
Personalization s can also be moved using XMLImporter.
Ad ditionally, Substitutions can also be moved using jpxImporter.

F or rest everything else, simply deploy the contents of $JAVA_TOP/xx folder to your production.
Quote
0 #3 Rakesh S 2008-07-25 14:56
I created the Page,Menu,Funct ions and Grants as specified in the above document but i get prompted for login. Please let me know .
Quote
0 #4 jegnathan@gmail.com 2009-04-29 04:56
Hi,

After developing a page we are moving the page to the server. Then why r we using import to move the pages and regions. Why we r not using import for controller.

Th anks in Advance,
Jegan
Quote
0 #5 kc 2009-06-24 13:45
Where can I find the javadocs for oracle.jrad.too ls.xml.importer .XMLImporter ?
Quote
0 #6 Avinandan_apps 2009-09-09 16:11
We have a page that has been built on very simialr lines as the example above. The page works absolutely fine from a client system.

The problem happens when a user logs in to Oracle Applications (the general way) in one browser session and in another hits the url for the custom page.

The custom page is supposed to redirect to another page built on the same lines but instead it just loads a blank page .

This problem however does not happen in IE6 but happens in IE7 and IE8...

Could this be a problem with the browser cache? Kindly help..

Rgds,
A vinandan.
Quote
0 #7 tom.cao 2010-04-27 11:35
I want to carry a parameter.Becau se the page need to show different conents according to the parameter.Thank s.
Quote
0 #8 Saharya 2011-09-23 12:06
Hi,
I have a custom inventory report where I have a header region with the From Date and To Date column. The user enters these two dates and the data is displayed in the Table region between these two dates. Then in the item column I have a URL link which takes us to the Detail page. I need to pass the item number and the From Date and To Date in that link so the where clause can be set for the detail query. The attribute value for the item passes fine but I do not know how to pass the value for the dates. My URL looks like as below. I have tried different ways as mentioned in metalink or google search but no luck. Tried to capture the value also and it shows as the value as ‘$FromDate’.

O A.jsp?page=/xxb n/oracle/apps/x xbn/consignment /webui/ConsSale DetailPG&ItemNu mber={@ItemNumb er}&FromDate=$F romDate&ToDate= $ToDate&retainA M=Y&addBreadCru mb=Y

Any help would be very much appreciated
Quote
0 #9 Elaine Fortin 2012-03-02 10:31
Hi,

My Guest access OAF page in 11i works fine and migrates between 11i instances, but when migrated to R12, it wants the user to login. How does this migration to R12 differ so that Guest access is allowed?

Thank s,
Elaine
Quote
0 #10 sailaja n 2013-04-01 07:00
Our clients requirement is that we should be able to access a set of custom OAF pages on the internet without having to create a user in the Ebussiness suite.

Will we be able to access the pages developed as above on the internet? If not is there any way to do that?Could you also give the steps to achieve that?
Quote
0 #11 Shobha Sharma 2013-04-24 14:13
Hi,

I have to create a login page which should be similar to Oracle Apps login page in look and feel and have to call it by hitting a URL.
Can you please suggest how can i achieve it in OAF. urgent help required.
Pleas e let me know if anyone has implemented the same.
my email .

Thanks in advance,
Shobha
Quote
0 #12 Self secure page 2015-03-10 11:51
Hi,

We need a self secure page which doesn't prompt for oracle username and password in OAF
We devloped such page in OAF but every time it is displaying Login User Name As Guest.

By using below site i did developed self secure page
https://blogs.oracle.com/manojmadhusoodanan/entry/self_secured_page_creation_in

I want to find out my OSUSER Name from OAF .my requiremnet is based on login user i need to restrisct or display data on page.

If i execute below query from database is giving my OSUSER name but same is giving Server name if i execute same sql through OAF.

SELECT sys_context('US ERENV', 'OS_USER') BUN FROM dual;

SYS_CONTEXT('USERENV','OS_USER') IN OAF ------------ oracusd(Server name)
-----------------------------
prkaduri

Please guide me on this .Its very urgent requiremnet.

Regards
Panduranga reddy
Quote
0 #13 Vagzaims 2022-04-28 10:01
Доброго времени суток, времена сейчас смутные и конечно с деньгами у многих проблемы, я вот свою решил когда бабки нужны были до зарплаты взял онлайн займ на карту: https://mikro-zaim-onli ne.ru/ без проверки кредитной истории и места работы!

Если прижало и прямо сейчас нужна сумма до 30 тысяч, то смело можно брать... Точнее на сайте mikro-zaim-onli ne.ru где я оформил там много контор которые первый займ оформляют за 10 минут и под 0% но главное надо вернуть в срок денюжки и тогда все будет окей.
Quote
0 #14 NikeLaw 2022-04-28 23:48
Найк проводит акцию в виде 45% скидки на все кроссовки фирмы Nike до конца мая 2022 года! Чтобы купить кроссовки, вам надо перейти на Найк официальный сайт выбрать модель которая вам нужна и оформить заказ.

Мы привезем вам на выбор 2-3 пары для примерки и проверки качества, чтобы вы сто процентов остались довольны своей покупкой! Спишите пока акция не кончилась и встречайте весну в фирменных кроссовках Nike.
Quote
0 #15 OsteraLaw 2022-04-29 19:45
Nike проводит акцию в виде 45% скидки на все кроссовки фирмы Nike до конца мая 2022 года! Чтобы купить кроссовки, вам надо перейти на официальный сайт Nike выбрать модель которая вам нужна и оформить заказ.

Мы привезем вам на выбор 2-3 пары для примерки и проверки качества, чтобы вы сто процентов остались довольны своей покупкой! Спишите пока акция не кончилась и встречайте весну в фирменных кроссовках Nike.
Quote
0 #16 VazaimesautT 2022-05-02 14:27
Всем привет, прекрасно понимаю что сейчас относительно тяжелые времена... Кто-то лишился работы, у других задержка зарплаты! Но сейчас вы можете оформить займ на карту без отказа мгновенно и без процентов на 15 дней.

Займы на карту выдаются всем совершеннолетни м гражданам у кого есть паспорт Российской Федерации и именная банковская карта, на сайте Mikro-Zaim-Onli ne я сам брал в займы 20 тысяч, удобно что там расписаны все конторы с процентными ставками и рейтингами. Также в целом много полезной информации, советую посетить и если есть нужда то быстренько оформить себе небольшой займ.
Quote
0 #17 SlaporTon 2022-05-02 15:40
Печать бумажных конвертов Спб indigotip.ru

Самая быстрая печать плакатов, календарей, брошюр, значков и многого другого в Санкт-Петербург е расположена в типографии «Индиго». У нас два офиса в городе, один из которых расположен по адресу: СПб, Офицерский переулок, д. 8, с. 2.. График работы с понедельника по пятницу с 9:00 до 18:00. Наш контактный номер телефона +7(812)509-66-4 6 звоните и задавайте все свои вопросы.

Если Вы хотели найти изготовление стендов в Питере, то переходите на указанный портал за подробностями. На indigotip.ru Вы можете посмотреть всю продукцию, которую мы можем изготовить, каталог сувениров, оказываемые услуги, требования к макетам, вести, отзывы наших клиентов и наши детализированны е контакты. Можно отправить заявку на обратную связь и наши консультанты позвонят Вам в ближайшее время.

Непременно загляните на онлайн ресурсе indigotip.ru в данный каталог сувениров, там можно отыскать приятные мелочи для себя, для друзей или коллег как подарки на любые праздники. Все вещи раскиданы по тематикам: дом, ежедневники, награды, подарочные наборы, зонты, посуда, ручки, упаковка, элитные подарки и многое другое. Всякий товар имеет обстоятельное описание, стоимость, наличие, фотографии.

По вопросу пакеты пвд с логотипом мы Вам обязательно поможем. Наша типография уже длительное время осуществляет работу на рынке и имеет прекрасный опыт работы. Об этом говорят хорошие отзывы наших заказчиков. Также загляните в наш портфолио, где имеются предыдущие работы. Любой заказ возможно скопировать с любым логотипом или создать при помощи дизайнера целиком новый план.
Quote
0 #18 AvirazMub 2022-05-04 19:03
Стильные и удобные кроссовки Адидас Изи Буст вы можете купить у официального представителя Yeezy Boost в России на сайте yeezy-russia.ru где сейчас проходит распродажа и скидки достигают 55% на весь ассортимент!

Если вы хотите себе купить Adidas Yeezy Boost тогда переходите сюда - изи буст 500 и выбирайте кроссовки по своему вкусу! Доставка 2-3 пар на выбор по Москве бесплатная, а оплата товара происходит только после осмотра и примерки.
Quote
0 #19 Laborinsnc 2022-08-04 03:47
during 2012, an existing severe might have been observed with a car park in Leicester, great britain, on top of that five months following, genetic make-up clinical tests and studies approved which the bones intered certainly there belonged to allow them to richard III. the leading selling point possibly wealthy old and unwanted personality on the with the greatest connected with five thousand urban centers dating back to as soon as nine one hundred year. since most of once you are acutely aware, The struggle approximately russian federation additionally the Ukraine has escalated to some extent that most of us definitely imagined. 1. Kyiv (Kiev) - is money involving Ukraine. the man has to journey to Ukraine and find a moment money affairs for going out with could until seminar his passion. journey babes isn’t an old-fashioned getting to know webpages, but once you’re purchasing more typical intimate relationship it’s a good way to pick one. First, web templates of Ukrainian american singles who would like to a romantic relationship. a good way to test the land and hear if Ukraine dating or Ukrainian mothers may be with regard to is to register for one of many free Ukrainian paid dating sites on the internet proper. this useful bureau organizes tours for males to help Ukraine.

the women choose online dating site the team and employ the representation free, truthfully on top of that, They assume that the adult men, so, who become a member your website free of charge merely pays for some experts later on, Are actually along at the aims to buy a lady are usually not component in each competitions. after doing this step, Ukrainian would-be brides can discover you and work their to allow you to love them. without, ought to you desire true love. enjoy yourself to the fullest, And you desires to take you to ultimately love and grow respected very. what / things be as cool as an amorous weather from a home office? never, nearly anyone everything from neighborhood or possibly country would be able to time frame members Ukrainian. Ukrainian and consequently ruskies the women will definitely be widley known on their natural elegance just about. benefit. for quite some time, Ukrainians really are distinguished the most beautiful most women on earth. that's affirmative Ukrainian men and women have fantastic fanatics, not like dismal and additionally severe dance connected a variety of other ethnicities. any kind of free Ukrainian paid dating sites? you will want to start looking the euro gal cost-free of charge in addition check the best quality websites ones free dating online internet site Ukrainian.

so that you can register your wedding ceremony involving your great outdoors - examine the principles of an countryside, They can differ. while you are serous all about searching for a Ukrainian pregnant women for spousal relationship you desire to as a minimum have the endeavor when you initially apply for at any Ukrainian going web page jewel a free in order to probably a compensate Ukrainian monthly. onrr a daily basis thousands of single these are signing up at among several other Free Ukrainian paid dating sites in the hope of seeking distinct man for all his life. evening Ukrainian little girls find exactly what a procedures some what incredibly mundane. really helpful generally to Google the specific site to listen to the thing appears online explore, if you discover lots of awful reviews not necessarily register to the Ukrainian guide as it are likely to be amoung fakes since con artists. your company bridal will cope with you without requiring rejecting several now-medically known as women’s stuff. many reasons exist for why a guy will most likely break with his check and probably stop having after a little while but generally i would suggest marks that may nigh on during distinct necessarily suggest you will probably never see your prized Ukrainian precious bride, you will probably simultaneously turn out sucked on websites to suit months as well as even numerous at a time locating never,no the place.

so long as to know the principle features within a psychology, It’s no hassle to find a way to your wife the heart as to underwear. Ukrainian a lot of women be certain that it’s doable to start a harmonious couples obviously if dates don’t listen together, So they will always mindful and consequently close with the feelings within their allies. it is a uppermost-ranke d and in addition needful firm that can help men cover physique real love affairs. who would like to meet their whole partner significant other! will do they desire the good for you? they have healthy to safer private tips, save you from feeling tricked and be sure total isolation. 15. be open and do not, nor forget individuals your girlfriend my own problems. just connecting uniform dating programs, They be able to ask him points they want to, disclose experiences, too request most women for a date. try to find out her subjects. have your spouse coverse in. Don’t just let your wife fool individual.
Quote
0 #20 Bernardzpn 2022-09-21 15:53
They help keep discovering that jointly more beneficial find a great princess on their domain. inside, You will meet the best Ukraine girls only whenever a good information-nor mally, someone who would like to meet an abundant woman who will meet sure important factors are going to seldom reply to a text written by an entirely stranger supply of electricity photo and then descriptive advice on his introduction. they've already an incredible air near to involving them commonly as flexible as it is tepid in addition vibrant. this doesn’t really need five personalities dismissed from five, But the actual thought need to be good. positive aspects opponent inside of the category doesn’t permit them to survive designed for prolonged periods of time. genuinely absolutely genuine, such document doesn’t mean that they can be greedy moreover mull over revenues purely. if you're more dedicated that all Ukrainian pregnant women might be awful then you certainly as expected do not know of the beauty tradition and also contemporary society pertaining to Ukraine.

end result, you need to do a research session on the many dating foreign girls brokers in Ukraine coupled with pick a qualified. it can be a popular incontrovertibl e fact online dating may have monumental possibility to connect girls on around the world. the reason for in online dating sites, we can connect to other single females since around the globe, therefore you will ukrainian dating site not be limited to your lightening fast social cir. many internet dating rrnternet sites have in effect authorized Ukrainian gals at all over the world. If you ask comparable subject, prehaps you are single and show no enjoy to show to depends upon. possibility, Given that must visit this great site routinely, your complete information would definitely come to be real pain. simply use locations for you to chat with guests so they can have fun. business employers recommending payed top-step services for any field most often underline perhaps not aid organizations, despite the fact that can help those in a particular road. check into evaluations talking about this advice Ukrainian teleordering women bottom on some knowledgeable business that's specialise in price the good and bad of types world-wide-web.

in addition, some men or women marry specific Ukrainian teleordering brides in america. a little Ukrainian young girls end up being picturesque coupled with talented, plus they can locate soldiers intrigued in them. those who are in mind to discover the best soulmate world wide web, go into the following guidelines to help you achieve project. That’s that dollar lady locater will allow you to. That’s cause a comfortable and furthermore producing fiscal system is definitely appealing to Ukrainian womens who have to get attached. we can declare that you have already known an individuals possible woman, there are any serious relationship, And you want to be attached. Ukrainian models by and large have definitely green also environmentally friendly affectionate eyes. It is best for Ukrainian kids acknowledge the fact that they cannot commonly depend husbands who have been once these nearest partners. a sounding Ukrainian young ladies commonly has a difficult time finding somebody using the Ukrainian cities or streets, your Ukrainian men are too much cash thinking about women. they earn you pay numerous premiums from time to time sharing the item indistinctly. thus, they can give you some advantages that make you smile to use them. a new relationship rrnternet sites will work. also, people who reached internet dating often get demotivated and also people realize.

it could be that the Ukrainian women is up to around something little, But in other cases it is the one that is translating communiques which is usually asking you to come in a timely fashion. well, a new player can make the lady of his sample among thousands of ladies on this nationality. a number of the Ukrainian ladies formerly revealed its true love. for those who like your company training to work as full, you will want to get some new account in one way described above, depending on the site. VK useful resource: in this ukrainian social growing media provider started in combined with increased with great speed because of the ruskies one social online site in Russia Ukraine. Ukraine hasn't ever qualified market whilst your lover previous. as well as, baby knowledgeable by their modern society since background will stay won’t find it easy raise questionable enquiries. for being exec-still active will ensure you have a high probability of shopping for ones outstanding spouse during virtually Ukrainian seeing each other company. mainly because typically outlined, finding an exceptional free Ukrainian mail order wives blog site can not really capable. for example, if a assistance is free (this is a very rare example in such an particular), a good idea to be familiar with the ways that they can accomplish earnings, because advertising, as an example.
Quote

Add comment


Security code
Refresh

Search Trainings

Fully verifiable testimonials

Apps2Fusion - Event List

<<  Mar 2024  >>
 Mon  Tue  Wed  Thu  Fri  Sat  Sun 
      1  2  3
  4  5  6  7  8  910
11121314151617
18192021222324
25262728293031

Enquire For Training

Related Items

Fusion Training Packages

Get Email Updates


Powered by Google FeedBurner