DBA Data[Home] [Help]

APPS.FVFCATTB dependencies on FVFCRT7B

Line 42: FVFCRT7B.MAIN(v_errbuf,v_retcode);

38: from fv_facts_attributes;
39:
40: END IF;
41:
42: FVFCRT7B.MAIN(v_errbuf,v_retcode);
43: IF v_retcode = -1 THEN
44: v_message := v_errbuf;
45: v_retcode := 1;
46: retcode := v_retcode;