DBA Data[Home] [Help]

APPS.GL_ALLOC_FORM_LINES_PKG dependencies on GL_ALLOC_FORMULAS_PKG

Line 313: x_allocation_formula_id := gl_alloc_formulas_pkg.get_unique_id;

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