Answer Posted / ranjith
If a stored procedure(Function or Procedure) need to be
called inside another stored procedure in the same package
then the called procedure should be declared before the
calling procedure. This declartion is called Forward
Reference.
Example:
CREATE OR REPLACE PACKAGE BODY pkg_FR_Test
.
.
Begin
prc_FR_Procedure(p_P1 NUMBER, p_P2 VARCHAR2);--> FR
.
.
prc_Call_Procedure(p_Param1 NUMBER)
BEGIN
.
.
prc_FR_Procedure(20, 'Account');
.
.
END prc_FR_Procedure;
END
Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
Tell me where we find the status of order information?
testing tools?
how can i print random rows in plsql table
Explain oracle apps architecture.
What is a value set? List its various types.
how can develope the po variance and po summary report? with tables mandatory columns and query please?
What do you understand by soa?
Can u give the Documentation of Custom.pll in oracle apps
How can a process be deployed in soa?
What do you understand by concurrent programs?
Hi Friends this is preetham, i am searching for job on oracle apps(technical) i put 3 years fake exp, so any one please could you help me for realtime interview questions and 9739782164 this is my no srpsrp777@gmail.Com please guys please provide your no for contact i have a doubts i want to clarify
List of all the modules under Manufacturing, Finance and Distribution in oracle applications?
What is count(*) from po_vendors(any table)?
What is oracle soa suite?
what is global tempory table?