appsforms.blogspot.com
Oracle Application Forms: Develop Custom Forms in Oracle Applications
http://appsforms.blogspot.com/2009/09/content.html
This appsform Blog provides tips,tricks,scripts and how-to develop Oracle forms related technologies. I thought it would be useful to share with everybody. Please feel free to include your comments/corrections/questions. Sunday, September 13, 2009. Develop Custom Forms in Oracle Applications. Overview of the Template Form. Of new forms. The first step in creating a. Is to copy the template. From $AU TOP/forms/US, to a local directory and renaming it. Is unique because it contains some special libraries.
appsinterfaces.blogspot.com
Oracle Application Interfaces: RETCODE & ERRBUFF Parameters in Concurrent Program
http://appsinterfaces.blogspot.com/2009/10/retcode-errbuff-parameters-in.html
Wednesday, October 21, 2009. RETCODE and ERRBUFF Parameters in Concurrent Program. As we all know there are two mandatory parameters that need to be pased for all the procedures called. Based on the business process if there is any undefined exeception occured while running concurrent program, we can end the concurrent program with Error/Warning. Define ERRBUFF as the first parameter and Retcode as the second one. Mention the OUT variable type. CREATE PROCEDURE PROCEDURE NAME (errbuf OUT VARCHAR2,. Out o...
appsforms.blogspot.com
Oracle Application Forms: September 2009
http://appsforms.blogspot.com/2009_09_01_archive.html
This appsform Blog provides tips,tricks,scripts and how-to develop Oracle forms related technologies. I thought it would be useful to share with everybody. Please feel free to include your comments/corrections/questions. Friday, September 18, 2009. Description of Libraries attached with Template.fmb. Libraries – Core. Download from $AU TOP/resource. Set FORMS60 PATH on desktop to location of local libraries. APPCORE.pll Application Standards, toolbar. VERTpll Specific industry features. Oracle does not s...
appsforms.blogspot.com
Oracle Application Forms: Description of Libraries attached with Template.fmb
http://appsforms.blogspot.com/2009/09/description-of-libraries-attached-with.html
This appsform Blog provides tips,tricks,scripts and how-to develop Oracle forms related technologies. I thought it would be useful to share with everybody. Please feel free to include your comments/corrections/questions. Friday, September 18, 2009. Description of Libraries attached with Template.fmb. Libraries – Core. Download from $AU TOP/resource. Set FORMS60 PATH on desktop to location of local libraries. APPCORE.pll Application Standards, toolbar. VERTpll Specific industry features. Oracle does not s...
appsinterfaces.blogspot.com
Oracle Application Interfaces: Create Request Group using oracle api
http://appsinterfaces.blogspot.com/2009/10/create-request-group-using-oracle-api.html
Wednesday, October 21, 2009. Create Request Group using oracle api. Recently i got a requirement to create request and attach all the standard reports of GL to these request groups. It seems a lot tedious task to do manually. So i developed this script to copy the request group content to other request groups. This is very useful if you have to create multiple request groups and attach reports to all. SELECT b.concurrent program name programname,c.application name appname. FROM fnd request group units a.
appsinterfaces.blogspot.com
Oracle Application Interfaces: September 2009
http://appsinterfaces.blogspot.com/2009_09_01_archive.html
Saturday, September 26, 2009. FND GLOBAL.APPS INITIALIZE for initializing session in Oracle Ebusiness suite. FND GLOBAL.APPS INITIALIZE is used for initializing the session before calling any public or private API's in Oracle Ebusiness suite. Its not required for all the API's but its recommended that you set this profile before making any calls to either private or public API. Listed below is a sample call to FND GLOBAL.APPS INITIALIZE function. Fnd global.APPS INITIALIZE(user id= l user id,. Out of my ...
appsstuff.blogspot.com
Oracle Application Stuff: October 2009
http://appsstuff.blogspot.com/2009_10_01_archive.html
Greetings, This is not a regular one! Indeed this is exclusively for people who search information in Oracle Application. I am very happy to contribute and share my knowledge which I have earned during my Apps Implementations. I hope and promise this blog will be very different from others. You all might have learnt something out of your experiences just like me. Kindly put that in words and send it to me through comments. Thursday, October 22, 2009. 2 Write a PL/SQL program to do the processing. It crea...
appsinterfaces.blogspot.com
Oracle Application Interfaces: FND_GLOBAL.APPS_INITIALIZE for initializing session in Oracle Ebusiness suite
http://appsinterfaces.blogspot.com/2009/09/fndglobalappsinitialize-for.html
Saturday, September 26, 2009. FND GLOBAL.APPS INITIALIZE for initializing session in Oracle Ebusiness suite. FND GLOBAL.APPS INITIALIZE is used for initializing the session before calling any public or private API's in Oracle Ebusiness suite. Its not required for all the API's but its recommended that you set this profile before making any calls to either private or public API. Listed below is a sample call to FND GLOBAL.APPS INITIALIZE function. Fnd global.APPS INITIALIZE(user id= l user id,. Please Con...
appsstuff.blogspot.com
Oracle Application Stuff: November 2007
http://appsstuff.blogspot.com/2007_11_01_archive.html
Greetings, This is not a regular one! Indeed this is exclusively for people who search information in Oracle Application. I am very happy to contribute and share my knowledge which I have earned during my Apps Implementations. I hope and promise this blog will be very different from others. You all might have learnt something out of your experiences just like me. Kindly put that in words and send it to me through comments. Monday, November 26, 2007. Difference Between Lexical and Bind Variable. Oracle Re...