DBA Data[Home] [Help]

APPS.FVFCSGLB dependencies on FVFCSGL2

Line 23: FVFCSGL2.MAIN(v_errbuf,v_retcode);

19: return;
20: ELSE
21: null;
22: END IF;
23: FVFCSGL2.MAIN(v_errbuf,v_retcode);
24: IF v_retcode = -1 THEN
25: v_message := v_errbuf;
26: v_retcode := 1;
27: retcode := v_retcode;