Hi Friends,
I need to create two procedures as mentioned below:
CREATE OR REPLACE PROCEDURE A
IS
BEGIN
DBMS_OUTPUT.PUT_LINE('A');
B;
END;
CREATE OR REPLACE PROCEDURE B
IS
BEGIN
DBMS_OUTPUT.PUT_LINE('B');
A;
END;
How to create this.
Thanks in Advance
Yuvaraj
--
You received this message because you are subscribed to the Google
Groups "Oracle PL/SQL" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/Oracle-PLSQL?hl=en