Hi!
This is the program:
DECLARE
v_file_name VARCHAR2(1000);
v_pot VARCHAR2(1000);
--
file_locked EXCEPTION;
PRAGMA EXCEPTION_INIT(file_locked,-302000);
--
BEGIN
v_pot := ZNPV_PCK.Get_Pot_Navodila;
IF v_pot is null then
DO_KEY('HELP');
v_file_name := null...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.