How to register a form and stored procedure in oracle apps
Answers were Sorted based on User's Feedback
Answer / zakkam raju
form registration:
go to application developer responsibility
goto application menu--> select form--> give form name and
application name and user form name
then go to -->function give function name and user function
name, and give form name
then go to menu --> attach funcation name to menu
run form resposibility
stored procedure registration:
go to system adminstration responsibility
goto program menu--then select executable define executable
a name and select execution method as pl/sql stored program
then defin concurrent program
then goto security define resoponsibility
and then goto restquest group
and submit the concurrent program
| Is This Answer Correct ? | 17 Yes | 7 No |
Answer / fred
registering plsql store proceduer with parameters on oracle
apps
that is if there is a parameter with a bind variable '&1'
in the plsql statement, how do you go about it in the
define window in my plsql registeration window
| Is This Answer Correct ? | 1 Yes | 3 No |
How will u register concurrent request ?
How to create user and how u attach with responsibility.
Tell me where we find the status of order information?
can we use commit in trigger? If yes how?
explain p2p cycle? what are the tables used for this?
what are the profiles
what are the receipt types in Po?
what is the data type of lexical parameter?
what is the difference between multiorg views and multiorg tables
2 Answers Immense Source, Intelligroup, TCS,
how can we return morethan one parameters in procedure?
How you will Diaplay the Company LOGO In report.Can anyone knows please give solution
cursor 1 and cursor 2 are there did you open both the cursors at a time or not?