DBA Data[Home] [Help]

APPS.GL_ALLOC_FORMULAS_PKG dependencies on GL_ALLOC_BATCHES_PKG

Line 141: x_allocation_batch_id := gl_alloc_batches_pkg.get_unique_id;

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