DBA Data[Home] [Help]

APPS.FV_FACTS1_GL_PKG dependencies on FV_FLATFILES

Line 1690: fv_flatfiles.create_flat_file(l_stmt);

1686: AND l.period_year = ' || gbl_period_year || '
1687: and b.je_batch_id = h.je_batch_id
1688: ORDER BY l.record_category, h.je_category ';
1689:
1690: fv_flatfiles.create_flat_file(l_stmt);
1691:
1692: EXCEPTION WHEN OTHERS THEN
1693: gbl_err_code := 2 ;
1694: gbl_err_buff := l_module_name||' - When others exception - ' ||