How a create a custom form in oracle applications R12

  • Copy oracle applications standard form template supplied in $AU_TOP/Resource folder
  • Open Forms Builder 10g, Ensure environment variables are properly set
  • Open standard template
  • Rename form properties, windows properties, modify APP standard packages
  • Create Canvas
  • Create data blocks using wizards or manually by connecting databases
  • Create Layout blocks
  • Create windows and associate canvas
  • Write triggers, events, handlers to meet up business requirement
  • Compile form to test all codes are semantically and syntactically correct
  • Move the form to $AU_TOP/forms/US folder
  • Compile form on the oracle application server and ensure executable (fmx) is generated
  • Move the generated fmx to custom directory
  • Navigate to application developer responsibility
  • Create form and link to the custom application
  • Create function and link custom form
  • Create menu and link the function
  • Validate custom form by navigating to responsibility

Comments

Popular posts from this blog

How to use lexical parameters in Data template (XML document) R12

Query to get FSG report details with row/column set

Sub Inventory Transfer API.