need help with create_phone procedure
hi,
we are working in oracle applications 11i, database release 9i.
need help with pl/sql
i have created a procedure with no parameters that calls procedure CREATE_PHONE from Interface HR_PHONE_API from a cursor for loop.
how do you suggest i need to deal with the out parameters of the create_phone procedure:
P_OBJECT_VERSION_NUMBER NUMBER Out
P_PHONE_ID NUMBER Out
thank you
we are working in oracle applications 11i, database release 9i.
need help with pl/sql
i have created a procedure with no parameters that calls procedure CREATE_PHONE from Interface HR_PHONE_API from a cursor for loop.
how do you suggest i need to deal with the out parameters of the create_phone procedure:
P_OBJECT_VERSION_NUMBER NUMBER Out
P_PHONE_ID NUMBER Out
thank you
Tagged:
0