DBA Data[Home] [Help]

APPS.FA_XML_REPORT_PKG dependencies on FA_CACHE_PKG

Line 4: g_print_debug boolean := fa_cache_pkg.fa_print_debug;

1: PACKAGE BODY FA_XML_REPORT_PKG AS
2: /* $Header: FAXREXTB.pls 120.15.12020000.2 2012/07/19 12:40:02 mswetha ship $ */
3:
4: g_print_debug boolean := fa_cache_pkg.fa_print_debug;
5:
6: G_PKG_NAME CONSTANT VARCHAR2(30) := 'FA_XML_REPORT_PKG';
7: G_MSG_UERROR CONSTANT NUMBER := FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR;
8: G_MSG_ERROR CONSTANT NUMBER := FND_MSG_PUB.G_MSG_LVL_ERROR;

Line 211: if not fa_cache_pkg.fazcsob

207: -- set the given set of books id for MRC_V
208: fnd_client_info.set_currency_context (to_char(p_set_of_books_id));
209:
210: -- get the book type code P,R or N
211: if not fa_cache_pkg.fazcsob
212: (x_set_of_books_id => p_set_of_books_id
213: ,x_mrc_sob_type_code => l_reporting_flag)
214: then
215: raise FND_API.G_EXC_UNEXPECTED_ERROR;

Line 218: if not FA_CACHE_PKG.fazcbc(X_book => p_book_type_code, p_log_level_rec => null) then

214: then
215: raise FND_API.G_EXC_UNEXPECTED_ERROR;
216: end if;
217: /*Bug#12803924 */
218: if not FA_CACHE_PKG.fazcbc(X_book => p_book_type_code, p_log_level_rec => null) then
219: raise FND_API.G_EXC_UNEXPECTED_ERROR;
220: end if;
221: if fa_cache_pkg.fazcbc_record.sorp_enabled_flag = 'Y' then
222: l_user_lang := userenv('LANG') ;

Line 221: if fa_cache_pkg.fazcbc_record.sorp_enabled_flag = 'Y' then

217: /*Bug#12803924 */
218: if not FA_CACHE_PKG.fazcbc(X_book => p_book_type_code, p_log_level_rec => null) then
219: raise FND_API.G_EXC_UNEXPECTED_ERROR;
220: end if;
221: if fa_cache_pkg.fazcbc_record.sorp_enabled_flag = 'Y' then
222: l_user_lang := userenv('LANG') ;
223: open c_get_impair_class(l_user_lang);
224: loop
225: fetch c_get_impair_class into l_code,l_meaning;

Line 604: if not fa_cache_pkg.fazcsob

600: -- set the given set of books id for MRC_V
601: fnd_client_info.set_currency_context (to_char(p_set_of_books_id));
602:
603: -- get the book type code P,R or N
604: if not fa_cache_pkg.fazcsob
605: (x_set_of_books_id => p_set_of_books_id
606: ,x_mrc_sob_type_code => l_reporting_flag)
607: then
608: raise FND_API.G_EXC_UNEXPECTED_ERROR;