Tag Archives: development

Aside

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

Aside

Hello Friends, here i am posting some of basic oracle applications questions , will try to collect more and put in future posts, here i am putting quite easy and basic questions. If you like to know Questions of any … Continue reading

Aside

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

Aside

    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

Aside

SQL*Loader is an Oracle utility that enables you to efficiently load large amounts of data into a database. If you have data in a flat file, such as a comma-delimited text file, and you need to get that data into … Continue reading

Aside

Question: Which triggers are created when master -detail relation? Answer: 1) master delete property*  NON-ISOLATED (default) a) on check delete master b) on clear details c) on populate details  *  ISOLATED a) on clear details b) on populate details *  … Continue reading

Aside

These days Form personalization is keyword and almost all developer and analyst working in oracle application must be aware and conversant with feature and how-to use this. I recommend to have good amount of practice on this. here i am presenting very brief overview … Continue reading