The Task is that to register a Form into Oracle Apps on a
particular responsiblity.
- First i moved the FMX & FMB file into the custom_top
through FTP
- Using Application Developer i registered the Form through
Form menu then Function then Menu..... as we do regularly..
- When i get into the particular responsiblity i can see
the Form name getting listed.
But when i click that to open..... i cant able to see the
form.
I need any one your help in advicing me...what would be the
problem.
Answers were Sorted based on User's Feedback
Answer / ashok
Hi SGS,
Do repeat the following steps though you have done it earlier:
Some time DBA's does not allow to keep .fmb in AU_TOP and
ask us to move it to CUST_TOP and compile their by
specifying the AU_TOP path. But request DBA to have a access
to AU_TOP.
1. Move you .fmb (File name should in upper case and
extension in small) to $AU_TOP/forms/US
2. generate the form by f60gen
3. move .fmx to $CUST_TOP/forms/US
4. check the registered form name, form function name and
menu name. 100% your form will appear.
Thanks
Ashok
Is This Answer Correct ? | 5 Yes | 0 No |
Answer / msr
HI SGS,
Please compile the in AU_TOP using f60gen command ,and keep
the fmx file under custom top
Is This Answer Correct ? | 2 Yes | 0 No |
Answer / vamsi
In addition to the above check points, you may also need to
check that both '.fmb' and '.fmx' files must be in upper case.
This may look simple but may be a problem if not realized.
Is This Answer Correct ? | 2 Yes | 0 No |
Answer / kris
You can also check that ,you have attached the function to
a menu.
Is This Answer Correct ? | 2 Yes | 0 No |
Answer / mylapuram
you need to give execute permission for .fmx (chmod)
Is This Answer Correct ? | 1 Yes | 0 No |
Answer / shamimul
check if the custom top path is correct in the register
applications window.. and the environment variables are set
correct .. you can run the environment variable report from
sys admin to check that..
Is This Answer Correct ? | 1 Yes | 0 No |
Answer / yash t
Go to Menu Editor and check there in menu PL\SQL
editor.there may be a wrong code to call FMX file.you shuld
try to call that FMX file.
Is This Answer Correct ? | 1 Yes | 1 No |
we have select statement in that two exceptions that returns no value. In that which exception will raise?
Assume i have three Procedures defined in a Package Spec. I have created the Package Specification. now i create the Package Body by including the three procedures in addition to that i include a fourth procedure which is not included in my Package Spec. I compile the Package Body. Will the Package body Compile ? What will the end result ? what will happen if the execute the package by calling the 4th procedure ?
How do u identity its name of report?
1) why we need to do Validations when the Standard Conc. Prog or the API will do all the validations 2) How can we display more then 1 column data in a formula column (Ex displaying Empno, Ename, sal data in one Formula column) 3) is it possible to give 2 out paramaters in a function
why do we go for oracle apps technical other than sap and other packages?
Tell me where we find the status of order information?
In a table their 20 records.I had update 6 records???How can see and retrieve particular 6 records.i.e.,Latest updated.
10 Answers HCL, TCS,
what is the error you will get if field is referenced in wrong repeating frame?
While importing data into interface tables,if u got number of records are error(like more than 1000 records are error),how to imform user?
what is the back ground program run while transferring data from OM to AR?
what is tuning in oracle apps technical
How to attach the multiple templates in XML Pub Report?