What is the standard process to follow while customizing Oracle Forms?

Oracle Apps Interview QuestionsCategory: Oracle FormsWhat is the standard process to follow while customizing Oracle Forms?
Questions Master asked 9 years ago
1 Answers
Shailender Thallam Staff answered 9 years ago

You need to make use of the following steps for the purpose of customizing forms.

  • The first and foremost thing that you need to do is to copy the files template.fmb as well as Appsatnd.fmb from AU_TOP/forms/us and paste that inside custom directory. By doing this the library associated with this task get copied by it’s own.
  • You can now create the forms you want and customize them.
  • Do not forget to save the created forms inside the modules where they need to be located.