DBA Data[Home] [Help]

APPS.GL_ALLOC_FORMULAS_PKG dependencies on GL_ALLOC_FORMULA_LINES

Line 21: FROM gl_alloc_formula_lines

17: --
18: PROCEDURE check_ledger_selection(X_Allocation_Formula_Id NUMBER) IS
19: CURSOR to_ledger_selection IS
20: SELECT count(DISTINCT nvl(ledger_id, -1))
21: FROM gl_alloc_formula_lines
22: WHERE allocation_formula_id = X_Allocation_Formula_Id
23: AND line_number in (4, 5);
24: counts NUMBER;
25: BEGIN