DBA Data[Home] [Help]

APPS.JA_CN_CFS_CLT_SLA_PKG dependencies on GL_LEDGERS

Line 386: l_period_type gl_ledgers.accounted_period_type%TYPE;

382: l_period_num_to gl_periods.period_num%TYPE;
383: l_date_from gl_periods.start_date%TYPE;
384: l_date_to gl_periods.end_date%TYPE;
385: l_func_currency_code fnd_currencies.currency_code%TYPE;
386: l_period_type gl_ledgers.accounted_period_type%TYPE;
387: --l_source fnd_application.application_short_name%TYPE;
388: l_source_id fnd_application.application_id%TYPE;
389:
390: -- the interim variables for activities all table

Line 575: FROM gl_ledgers

571:
572: --Get base currency code
573: SELECT currency_code, accounted_period_type
574: INTO l_func_currency_code, l_period_type
575: FROM gl_ledgers
576: WHERE ledger_id = p_ledger_id;
577:
578: -- Get l_date_from, l_date_to
579: BEGIN