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 |
what is pl/sql table and pl/sql records? what is the use of that?
What do you understand by concurrent programs?
HOW U DISPLAY THE FLEXFIELD DATA IN APPS?
in sql loader,i have 100 records in my flatefile, i want to skip the 80 to 90 records .please help me
what is the use of format trigger?a
What are the Major differences between appcore.pll and appcore2.pll
5 Answers Infosys, Sierra Atlantica,
whats the use of after parameter form and before report?
What r the validation done in ap inbound ?
what are the prerequisites for costing transactions?
can we get profile values in report without using user exists is it possible how?
INBOUND INTERFACE: Suppose I have 100 Records of employees in flat file.When moving the records from flat file to STAGING table using .CTl file, I want to restrict the records whose salary is less than 500.what are the validations(or conditions) you write to achieve this.
what is the difference between credit memo and debit memo?...