0% found this document useful (0 votes)
0 views

2-form compile

The document outlines the steps for creating and registering a custom application in Oracle, including user creation, application directory setup, and form registration processes. It details the roles involved, such as SYSADMIN and Developer, and provides specific navigation paths for each task. Additionally, it includes instructions for compiling forms and assigning responsibilities to users within the application framework.
Copyright
© © All Rights Reserved
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
0 views

2-form compile

The document outlines the steps for creating and registering a custom application in Oracle, including user creation, application directory setup, and form registration processes. It details the roles involved, such as SYSADMIN and Developer, and provides specific navigation paths for each task. Additionally, it includes instructions for compiling forms and assigning responsibilities to users within the application framework.
Copyright
© © All Rights Reserved
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 3

-------------------------------------> Custom

Application:>--------------------------------------------------
----------------------

- Create db user for Custom Application

- Register the user to AOL

Log in as SYSADMIN

Select System Administrator resp

nav: Security:Oracle:Register

- Create Application dir structure under $APPL_TOP & register <CUSTOM>_TOP


variable to
env file

- Register Application to AOL

nav: Application:Register

- Register the Application to datagroup

nav: Security:Oracle:Datagroup

Query the "Standard" datagroup

----------------------------------------> Form Registration


Process:<------------------------------------------
----------------------------

Developed by: Developer

Deployed by: Developer/ SYSADMIN

Compiled by : SYSADMIN

Registered by : SYSADMIN

ex:
TCSCAPP.fmb
|
| frmcmp_batch(R12), f60gen(11i)
|
TCSCAPP.fmx
|
Form
|
Function
|
Submenu
|
Menu
|
Responsibility
|
User

Steps:
------

- Create copy of a seeded form


$ /u02/oracle/PROD/apps/apps_st/appl/au/12.0.0/forms/US

cp -rvf fNDSCAUS.fmb HYDSCAUS.fmb

$AU_TOP/forms/ us]
$ frmcmp_batch module_type=FORM module=$AU_TOP/forms/US/HYDSCAUS.fmb
userid=apps/apps

output_file=$HYD_TOP/forms/US/HYDSCAUS.fmx batch=no compile_all=special

FNDATDAT.fmb HYDATDAT.fmb

- Compile the .fmb to generate .fmx

- Register the .fmx as form to AOL

Responsibility: Application Developer

nav: Application:Form

- Register Function & attach form (using "User Form Name")

Responsibility: System Administrator

nav: Application:Function

- Register Submenu & attach function (using "User Function Name")

nav: Application:Menu

- Register Main Menu & attach submenu (using "User Menu Name")

nav: Application:Menu

- Define Responsibility & attach main menu ( using "User Menu Name")

nav: Security:Responsibility:Define

- Assign the responsibility to users

nav: Security:User:Define

- Select the resp & check

(stop and start the application services)


then check it)
3.$INST_TOP/ora/10.1.2/forms/server/default.env

You might also like