Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
0% found this document useful (0 votes)
136 views

How To Create Custom Profile in Oracle Apps r12

This document discusses how to create a custom profile in Oracle Applications Release 12 (R12). It explains the purpose of custom profiles and provides steps to create a new custom profile, including selecting an application and profile name. Custom profiles allow controlling application behavior for specific users or responsibilities through profile options.

Uploaded by

osamahhassanein
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
136 views

How To Create Custom Profile in Oracle Apps r12

This document discusses how to create a custom profile in Oracle Applications Release 12 (R12). It explains the purpose of custom profiles and provides steps to create a new custom profile, including selecting an application and profile name. Custom profiles allow controlling application behavior for specific users or responsibilities through profile options.

Uploaded by

osamahhassanein
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 9

8/8/23, 2:44 PM Oracle Application's Blog: How to create custom profile in oracle apps r12

ORACLE APPLICATION'S BLOG


The purpose of this blog , is to do Knowledge sharing with my Followers through my own Experiences. Contact us for Oracle Applications Job Support
, Project Support and any other freelancing work.

About us Fusion E-Books Workflows OAF Interfaces Scripts XML Fusion Technical Fusion Financial EBS

Sunday, 16 August 2020

How to create custom profile in oracle apps r12

How to create custom profile in oracle apps r12


Hi friends, we are going to discuss about the how to create custom profile in oracle apps r12 . We will
discuss how we can create the custom profiles in oracle apps as per our requirement. Profiles in oracle
apps helps to control the application behavior in many ways. If want to control something at application
level then profile is the best option provided by oracle in r12. If we want to control the application Know More About Us
behavior based on some users or on some responsibility , then we need to create the custom profile for
Products & Offerings
that requirement. Profile options helps to drive the run time application values which helps to control and
working of the application. If we want drive run time values from application then profile option is the
best way. Oracle has already provided the several standard profile options which helps to control and
working of the application in many ways. In the similar way , custom profile we need to create if we want Learn Fusion Financials' (Online
to control our custom code working like Oracle reports , Oracle custom Forms or Professionalization Book)
based on the application run time values. Here below is the complete detail about How to create custom
profile in oracle apps r12.

Purpose of Custom Profile in Oracle apps


I will try to explain you the basic purpose of the custom profile option through one example. For example
, We have two Oracle responsibilities Payable Inquiry & Payables Manager. We want to make the AP
Invoice Description field required through Oracle form Professionalization but these is one catch in this.
We want that AP Invoice Description field will be required only for Payables Manages responsibility but
not for 'Payable Inquiry' responsibility. In this case , We will create the custom profile and provide the
option of 'Yes' or 'No' for this profile option.

Then we will set this custom profile option to 'No' for 'Payable Inquiry' but 'Yes' for 'Payables Manager'
responsibility.

In AP Invoice oracle form Professionalization , we will refer this custom profile as an condition to make Click To Download
the Invoice description field required. Based on this custom Profile Option value , Invoice description
field will be required for 'Payables Manager' responsibility but Not required for 'Payables Inquiry'
Responsibility. Oracle Fusion Self Paced
Trainings in Discounted Prices

Step by Step to create the custom profile in oracle apps r12


Step 1:- Go to Application Developer Responsibility.

Profiles:-

https://rpforacle.blogspot.com/2020/08/how-to-create-custom-profile-in-oracle-apps-r12.html 1/9
8/8/23, 2:44 PM Oracle Application's Blog: How to create custom profile in oracle apps r12

Click to know more

Buy Oracle Cloud Instance


Access (Click to Know More)

How to create custom profile in oracle apps r12

Oracle Fusion/EBS Interview's


Question Answer Series

Top 33 Oracle Fusion Order


Management Interview Questions
TOP 31 Oracle Fusion SCM Cloud
Interview Questions
TOP 21 Oracle Fusion HCM Interview
Questions
Complete Tax Setups in Oracle Fusion
Top 50 oracle reports interview
questions
33 Most Important Oracle Fusion fixed
assets interview questions
TOP 33 Most Important Oracle Apps
Technical Interview Questions
25 Most Important Oracle receivable
How to create custom profile in oracle apps r12
interview questions
21 Most Important Oracle r12 Payables
Interview Questions
Step 2:- Here below , We have created the Custom Profile. TOP 20 general ledger interview
questions in oracle apps r12

Name: XX_DESC_REQUIRED_PROFILE TOP 23 Most Important Oracle Fusion


Interview Questions
Application: Payables
TOP 23 Most Important oaf interview
User Profile Name: Invoice Desc: Required
questions

https://rpforacle.blogspot.com/2020/08/how-to-create-custom-profile-in-oracle-apps-r12.html 2/9
8/8/23, 2:44 PM Oracle Application's Blog: How to create custom profile in oracle apps r12

Online Oracle Courses (Free of


Cost)

Complete Tax Setups in Oracle Fusion


Learn Tax Implementation in Oracle
Fusion
Learn P2P Cycle in Oracle Fusion
Learn Oracle Reports XML Tutorial
Learn Oracle Fusion Custom Roles
Tutorial
Learn Oracle Fusion Technical Online
Learn Oracle Fusion/cloud Financials
Online
Learn Oracle Cloud BPM Online
Learn Complete OAF Step by Step
Online
Learn Oracle Workflow Builder Online

Online Fusion Application


Composer/Customization Book
Step 3:- Now we want to provide the LOV to our custom profile. To create the LOV for Yes and No , we
need to create the Lookup and then write the sql query to refer that lookup to show the LOV in this
custom profile.

Online Fusion Application


Composer/Customization Book Click To
Know More

Oracle Fusion Technical Book

How to create custom profile in oracle apps r12

Step 4:- Here below , we have create the Custom Lookup to show the lov in the custom profile.

Type: XX_DESC_REQUIRED_Y_N

https://rpforacle.blogspot.com/2020/08/how-to-create-custom-profile-in-oracle-apps-r12.html 3/9
8/8/23, 2:44 PM Oracle Application's Blog: How to create custom profile in oracle apps r12

Oracle Fusion Technical Book

Oracle Fusion Web


Services(REST& SOAP API's) /
Integration Book
Step 5:-
Now , here below we have write the sql query which is referring the custom lookup
'XX_DESC_REQUIRED_Y_N'

SQL Query : SQL="SELECT MEANING \"Run in Debug Mode\",LOOKUP_CODE


INTO :visible_option_value,
:profile_option_value
from FND_LOOKUP_VALUES_VL
where lookup_type='XX_DESC_REQUIRED_Y_N'
COLUMN="\"Run in Debug Mode\"(10)"

Contact Me
OracleApplicationsBlog@gmail.com

Most Viewed Posts


Report Bursting in oracle fusion
AR to GL reconciliation in oracle apps
r12
Set the override email address in Oracle
Fusion
How to Create PO and Receiving
Inquiry(View Only) Role in Oracle
Fusion
How to create a new Oracle apps Data
base source to Design the BIP reports
How to add hyperlink in the email body
using Bursting in Oracle Cloud BIP
reports
What is Rapid Implementation in Oracle
Cloud : Rapid Implementation Data
Step 6:- Now our custom profile has been created. We are now using this Custom profile to set the Upload Process in Oracle Fusion
Drill Down OTBI reports to Navigate
system profile value for this custom profile in Payables responsibilities and to refer in the form Directly in to Oracle Cloud Payment
personalization. Page
How to create vacation rules in Oracle
cloud

https://rpforacle.blogspot.com/2020/08/how-to-create-custom-profile-in-oracle-apps-r12.html 4/9
8/8/23, 2:44 PM Oracle Application's Blog: How to create custom profile in oracle apps r12
TOP 30 Most Important OAF Interview
Questions

How to create custom profile in oracle apps r12

Step 7:-
To set the value to custom profile , we need to go to the system administrator responsibility.

Profile ==> System.

How to create custom profile in oracle apps r12

Step 8:- Here below , We have two Oracle responsibilities Payable Inquiry & Payables Manager. We
want to make the AP Invoice Description field required through Oracle form Professionalization but
these is one catch in this. We want that AP Invoice Description field will be required only for Payables
Manages responsibility but not for 'Payable Inquiry' responsibility. In this case , We will create the
custom profile and provide the option of 'Yes' or 'No' for this profile option.

https://rpforacle.blogspot.com/2020/08/how-to-create-custom-profile-in-oracle-apps-r12.html 5/9
8/8/23, 2:44 PM Oracle Application's Blog: How to create custom profile in oracle apps r12

How to create custom profile in oracle apps r12

Step 9:- Here below, we are setting the custom profile option value to 'Payable Manager' responsibility
= 'Yes'.

How to create custom profile in oracle apps r12

Step 10:-
Here below, we are setting the custom profile option value to 'Payable Inquiry' responsibility = 'No'.

Step 11:- Now , We are in the Payables Invoice Page. In this Invoice Page , we will do the
personalization to make the Invoice description required.

Invoice Description should be required to 'Payables Manager'.


Invoice Description should be required to 'Payables Inquiry'.

https://rpforacle.blogspot.com/2020/08/how-to-create-custom-profile-in-oracle-apps-r12.html 6/9
8/8/23, 2:44 PM Oracle Application's Blog: How to create custom profile in oracle apps r12

How to create custom profile in oracle apps r12

Step 11:-
Here below , we have create the Personalization.

fnd_profile.value('XX_DESC_REQUIRED_PROFILE')='YES'

Invoice Description should be required to 'Payables Manager'.


Invoice Description should be required to 'Payables Inquiry'.

https://rpforacle.blogspot.com/2020/08/how-to-create-custom-profile-in-oracle-apps-r12.html 7/9
8/8/23, 2:44 PM Oracle Application's Blog: How to create custom profile in oracle apps r12

How to create custom profile in oracle apps r12

Step 12:-
Here below , we are creating personalization action to make invoice description field required.

How to create custom profile in oracle apps r12

https://rpforacle.blogspot.com/2020/08/how-to-create-custom-profile-in-oracle-apps-r12.html 8/9
8/8/23, 2:44 PM Oracle Application's Blog: How to create custom profile in oracle apps r12

How to create custom profile in oracle apps r12

at 01:24

0 comments:

Post a Comment

Enter comment

Newer Post Home Older Post

Contact us for any Collaboration, Project Support & On Job Support Work

Name

Email *

Message *

Send

https://rpforacle.blogspot.com/2020/08/how-to-create-custom-profile-in-oracle-apps-r12.html 9/9

You might also like