DBA Data[Home] [Help]

APPS.GL_ALLOC_FORM_LINES_PKG dependencies on GL_ALLOC_FORMULAS_PKG

Line 314: x_allocation_formula_id := gl_alloc_formulas_pkg.get_unique_id;

310: BEGIN
311:
312: -- Get formula id if it was not provided
313: IF (x_allocation_formula_id IS NULL) THEN
314: x_allocation_formula_id := gl_alloc_formulas_pkg.get_unique_id;
315: END IF;
316:
317: INSERT INTO GL_ALLOC_FORMULA_LINES(
318: allocation_formula_id,