Latest Answer : The necessary step we have to follow to implement Flexfield in forms:1. Create a table through which we are going to create the flex field.2.Registered the table.3.Registered the column of the table.4.Insert few data into the table.5.fire a commit ...
Latest Answer : No special trigger created in the form when it is registered....the triggers mentioned is created only when one creates the master detail relation ship between two data blocks.....Thanks ,Brajesh ...
The steps are as follows :Design your report.Generate the executable file of the report.Move the executable as well as source file to the appropriate product’s folder.Register the report as concurrent
Latest Answer : STEP- ONE: Register the application. STEP-TWO: Put Report in appropriate server directory. STEP-THREE: Define Executables. (NavigatoràConcurrentàProgram ...
There are five report trigger :· Before Report· After Report· Before Parameter Form· After Parameter Form· Between PagesThe Firing sequence for
What are Autonomous transactions ? Give a scenario where you have used Autonomous transaction in your reports ?
An autonomous transaction is an independent transaction started by another transaction, the main transaction. Autonomous transactions let you suspend the main transaction, do SQL operations, commit or
Triggers are used in forms for event handling. You can write PL/SQL code in triggers to respond to a particular event occurred in your forms like when user presses a button or when he commits the form.The
You can define parameters in the define concurrent program form. There is no need to register the parameters with AOL. But you may have to register the value sets for those parameters.
Latest Answer : Hi,There is no need to register your parameters.There can be verious different reports and for them you might need to set up thousand of different paramaters, how would register them all ?..Anyways, in report builder in design time, use user parameter ...
There are two ways to use Flexfields in report. One way is to use the views (table name + ‘_KFV’ or ’_DFV’) created by apps, and use the concatenated_segments column which holds
Latest Answer : Can use fnd.flexsql for retreiving data from the flex-fields in the report using lexical reference. ...