DBA Data[Home] [Help]

APPS.GL_ALLOC_BATCHES_PKG dependencies on GL_ALLOC_FORMULAS_PKG

Line 226: gl_alloc_formulas_pkg.delete_rows(

222:
223: CLOSE chk_autoalloc_set;
224:
225: -- Delete all of the associated formulas
226: gl_alloc_formulas_pkg.delete_rows(
227: allocation_batch_id);
228:
229: DELETE FROM GL_ALLOC_BATCHES
230: WHERE rowid = X_Rowid;