Tag Archives: Application Developer

Setting your Oracle Applications session: fnd_global.apps_initialize (org_id) The examples set up the session for SYSADMIN user, System Administrator responsibility. e.g. SQL*Plus   exec fnd_global.apps_initialize(0,20420,1); e.g. for PL/SQL, TOAD, SQLDeveloper, SQL Navigator etc.: begin fnd_global.apps_initialize(0,20420,1); end; The parameters used here are: 1.        … Continue reading

This process can be used to trace any action, anywhere in Oracle Applications and be very useful for the Self-Service Web Applications as there is no utility defined like in the Forms. a. First make sure the necessary profile has … Continue reading

Template Form in Oracle Apps This document provides an overview of the template form. This form derives its importance from the fact that this form is the starting point of all development involving forms. The document highlights the importance of … Continue reading

Hello Friends, Using this article, i wanted to give brief on how we can exclude some forms/ function as security in oracle applications. plz see i am trying to use two different way to get the same functionality. There are … Continue reading

Important things to focus as you are 0 to 2 Year experience in Oracle Applications Technical

Important things to focus as you are 0 to 2 Year experience in Oracle Applications Technical

1.Learn SQL – Writing Queries

2.Be Proficient in PL/SQL Programming

3.Learn more or more on System Admin and Application Developer module

4.Learn Unix – at least basics !

Distinction between configuration, personalization, and extensibility. Configuration provides setup and administrative choices using the native features of the product. Some configuration examples include: Profile Options User-defined fields (Flexfield) Function Security Setup Data Security Setup and a lot more…. Personalization enables … Continue reading

    Question: What are the Pct Free and Pct Used Answer:  Pct Free is used to denote the percentage of the free space that is to be left when creating a table. Similarly Pct Used is used to denote … Continue reading