The steps are as follows :· Copy the template.fmb and Appstand.fmb from AU_TOP/forms/us.Put it in custom directory. The libraries (FNDSQF, APPCORE, APPDAYPK, GLOBE, CUSTOM, JE, JA, JL, VERT)
Latest Answer: To upload a form in a particular directory you have to use Unix box for the same. Put the form in home directory thru FTP, then to copy form from home directory to the custom directory like CS_TOP you have to use the following command:cp .fmb $/forms/USThis ...
Yes ! you have to register the feeder programs as concurrent programs to Apps.
Latest Answer: Yes ! you have to register the feeder programs as concurrent programs to Apps. ...
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 ...
The steps to register concurrent programs in apps are as follows :· Register the program as concurrent executable.· Define the concurrent program for the executable registered.· Add
Latest Answer: The steps which are mentioned above are correct.Those are the steps one need to follow to register their concurrent program.Regards,Arun Reddy. ...
Temporary tables are used in Interface programs to hold the intermediate data. The data is loaded into temporary tables first and then, after validating through the PL/SQL programs, the data is loaded
Latest Answer: Interface Table are used to transfer data automatically from legacy System to APPS(e.g. AP/GL). Before running Standard Import program data should be stored in Interface Tables. ...
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
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
An Oracle Applications field made up of segments. Each segment has an assigned name and a set of valid values. Oracle Applications uses flexfields to capture information about your organization.
Latest Answer: A flexfield is made up of sub-fields or segments.. A flexfield appers on ur form as a pop-up window that contains a prompt for each segment.Each segment has a name and a set of valid values..Two types of Flex field..Key Flexfield: Key flexfield are flexible ...
Record group are used with LOVs to hold sql query for your list of values. The record group can contain static data as well it can access data from database tables thru sql queries.
Latest Answer: Record Group is an object. It is a collection of records fetched based on SELECT statement. It is of three types:1. Static2. Query based 3. Non-query based ...
The cursor are used to handle multiple row query in PL/SQL. Oracle uses implicit cursors to handle all it’s queries. Oracle uses unnamed memory spaces to store data used in implicit cursors, with
Latest Answer: If you have not used REF cursor, then when you need to open cursors multiple time, it will throw an error. Because in a procedure there is a limitation availe for maximum number of cursors to be open at any point of time. ...
View page << Previous 1 2 3 4 [5] 6 7 8 9 10 Next >>

Go Top