DBA Data[Home] [Help]

APPS.IEX_METRIC_PVT dependencies on GL_LEDGERS_PUBLIC_V

Line 78: gl_ledgers_public_v gll,

74: c.minimum_accountable_unit,
75: TRUNC(add_months(sysdate, - 12)) pastYearFrom ,
76: TRUNC(sysdate) pastYearTo
77: FROM ar_system_parameters sp,
78: gl_ledgers_public_v gll,
79: fnd_currencies c
80: WHERE gll.ledger_id = sp.set_of_books_id
81: AND gll.currency_code = c.currency_code;
82: --End bug#5208170 schekuri 29-May-2006

Line 550: --Replaced view gl_sets_of_books with gl_ledgers_public_v

546:
547: END Test_Metric;
548: BEGIN
549: --Strat MOAC
550: --Replaced view gl_sets_of_books with gl_ledgers_public_v
551: --Begin bug#5208170 schekuri 29-May-2006
552: --Removed this because it's not being used anywhere
553: /*SELECT gll.currency_code,
554: c.precision,

Line 560: gl_ledgers_public_v gll,

556: INTO g_curr_rec.base_currency,
557: g_curr_rec.base_precision,
558: g_curr_rec.base_min_acc_unit
559: FROM ar_system_parameters sysp,
560: gl_ledgers_public_v gll,
561: fnd_currencies c
562: WHERE gll.ledger_id = sysp.set_of_books_id
563: AND gll.currency_code = c.currency_code;*/
564: --End bug#5208170 schekuri 29-May-2006