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
What are the different components you should consider while defining a responsibility in oracle apps?
What is instead of trigger in where we will use?
Tell me how to find the custom directory in front end?
Is soa a part of oracle fusion middleware?
What do you understand by concurrent programs?
What is a flexfield? List out its types.
please any one provide the oracle erp technical interview questions on modules(PO,AP,AR,INV,GL,OM)wise to my mail id..narendra_609@yahoo.co.in
What are the Standard Reports and Forms in HRMS?
Do you know what are user profiles in apps. Any examples you can give?
Tell me how to debug the report?
what are the balancing segments in AR?
what is pay run id ?
how can develope the po variance and po summary report? with tables mandatory columns and query please?
What is count(*) from po_vendors(any table)?
What do you understand by soa?