DBA Data[Home] [Help]

APPS.JA_CN_ACP_EXPORT_PKG dependencies on GL_LEDGERS

Line 58: FROM gl_periods gp, gl_ledgers gl

54:
55: -- to get accounting periods
56: CURSOR accounting_periods_cur(ln_accounting_year NUMBER, ln_ledger_id NUMBER) IS
57: SELECT gp.period_year, gp.period_num, gp.start_date, gp.end_date
58: FROM gl_periods gp, gl_ledgers gl
59: WHERE gp.period_year = ln_accounting_year
60: AND gp.period_set_name = gl.period_set_name
61: -- choli fix bug 12639817
62: AND gp.period_type = gl.accounted_period_type