DBA Data[Home] [Help]

APPS.FV_FACTS1_GL_PKG dependencies on FV_FLATFILES

Line 1624: fv_flatfiles.create_flat_file(l_stmt);

1620: AND l.set_of_books_id = ' || gbl_sob_id || '
1621: AND l.period_year = ' || gbl_period_year || '
1622: and b.je_batch_id = h.je_batch_id
1623: ORDER BY l.record_category, h.je_category ';
1624: fv_flatfiles.create_flat_file(l_stmt);
1625: EXCEPTION
1626: WHEN OTHERS THEN
1627: gbl_err_code := 2 ;
1628: gbl_err_buff := l_module_name||' - When others exception - ' || TO_CHAR(SQLCODE) || ' - ' || SQLERRM;