DBA Data[Home] [Help]

APPS.GL_AUTO_ALLOC_SET_PKG dependencies on GL_ALLOC_FORMULA_LINES

Line 470: gl_alloc_formula_lines afl,

466:
467: CURSOR ma_ledger (random_bid number) IS
468: SELECT lgr.ledger_id
469: FROM gl_alloc_formulas af,
470: gl_alloc_formula_lines afl,
471: gl_ledger_set_assignments lsa,
472: gl_ledgers lgr
473: WHERE af.allocation_batch_id = random_bid
474: AND afl.allocation_formula_id = af.allocation_formula_id

Line 487: gl_alloc_formula_lines afl,

483:
484: CURSOR mb_ledger (random_bid number)IS
485: SELECT lgr.ledger_id
486: FROM gl_alloc_formulas af,
487: gl_alloc_formula_lines afl,
488: gl_ledger_set_assignments lsa,
489: gl_ledgers lgr
490: WHERE af.allocation_batch_id = random_bid
491: AND afl.allocation_formula_id = af.allocation_formula_id