DBA Data[Home] [Help]

APPS.GL_ALLOC_BATCHES_PKG dependencies on GL_ALLOC_FORMULAS_PKG

Line 239: gl_alloc_formulas_pkg.delete_rows(

235:
236: CLOSE chk_autoalloc_set;
237:
238: -- Delete all of the associated formulas
239: gl_alloc_formulas_pkg.delete_rows(
240: allocation_batch_id);
241:
242: DELETE FROM GL_ALLOC_BATCHES
243: WHERE rowid = X_Rowid;