DBA Data[Home] [Help]

APPS.GL_ALLOC_FORMULAS_PKG dependencies on GL_ALLOC_BATCHES_PKG

Line 140: x_allocation_batch_id := gl_alloc_batches_pkg.get_unique_id;

136: BEGIN
137:
138: -- Get batch id if it was not provided
139: IF (x_allocation_batch_id IS NULL) THEN
140: x_allocation_batch_id := gl_alloc_batches_pkg.get_unique_id;
141: END IF;
142:
143: -- Get formula id if it was not provided
144: IF (x_allocation_formula_id IS NULL) THEN