DBA Data[Home] [Help]

APPS.FVFCSGLB dependencies on FV_FACTS_USSGL_ACCOUNTS

Line 34: from fv_facts_ussgl_accounts;

30: return;
31: ELSE
32: select count(*)
33: into v_sgl_inserted
34: from fv_facts_ussgl_accounts;
35:
36: v_message := v_sgl_inserted||' - '||'US SGL Accounts Succesfully Created';
37: errbuf := v_message;
38: END IF;