DBA Data[Home] [Help]

APPS.JL_ZZ_FA_DEPRN_ADJ_PKG dependencies on FA_CALENDAR_TYPES

Line 53: g_calendar_type FA_CALENDAR_TYPES.CALENDAR_TYPE%TYPE;

49: g_curr_precision NUMBER;
50: g_step VARCHAR2(30);
51: g_user_je_category_name GL_INTERFACE.USER_JE_CATEGORY_NAME%TYPE;
52: g_user_je_source_name GL_INTERFACE.USER_JE_SOURCE_NAME%TYPE;
53: g_calendar_type FA_CALENDAR_TYPES.CALENDAR_TYPE%TYPE;
54: g_je_retirement_category FA_BOOK_CONTROLS.JE_RETIREMENT_CATEGORY%TYPE;
55: g_last_period_counter FA_BOOK_CONTROLS.LAST_PERIOD_COUNTER%TYPE;
56: g_distribution_source_book FA_BOOK_CONTROLS.DISTRIBUTION_SOURCE_BOOK%TYPE;
57: g_reserve_acct NUMBER(15);

Line 275: FROM fa_calendar_types

271:
272:
273: SELECT number_per_fiscal_year
274: INTO g_number_per_fy
275: FROM fa_calendar_types
276: WHERE calendar_type = g_calendar_type;
277:
278:
279: ------------------------------------------------------------