DBA Data[Home] [Help]

APPS.GL_DAILY_BALANCES_PKG dependencies on GL_TRANS_TRACKING_PKG

Line 33: GL_TRANS_TRACKING_PKG.set_outdated_period(x_chart_of_accounts_id,

29: AND bal.CURRENCY_CODE = x_currency
30: AND (bal.PERIOD_YEAR * 1000 + bal.PERIOD_NUM) >=
31: (x_period_year * 1000 + x_period_num);
32:
33: GL_TRANS_TRACKING_PKG.set_outdated_period(x_chart_of_accounts_id,
34: x_ccid,
35: x_ledger_id,
36: x_currency,
37: x_period_year,