DBA Data[Home] [Help]

APPS.IGI_XLA_ACCOUNTING_MAIN_PKG dependencies on IGI_IAC_EXTRACT_PKG

Line 53: IGI_IAC_EXTRACT_PKG.extract(p_application_id,p_accounting_mode);

49: l_procedure_name varchar2(80) := 'extract';
50:
51: BEGIN
52: if p_application_id in (140,8400) then
53: IGI_IAC_EXTRACT_PKG.extract(p_application_id,p_accounting_mode);
54: end if;
55: END extract;
56:
57: ----------------------------------------------------------------------------------