DBA Data[Home] [Help]

APPS.FA_GAINLOSS_PKG dependencies on FND_PROFILE

Line 106: --fnd_profile.put('GL_SET_OF_BKS_ID', fa_cache_pkg.fazcbc_record.set_of_books_id);

102: value => '', p_log_level_rec => g_log_level_rec);
103: end if;
104:
105: -- set the sob_id and currency context
106: --fnd_profile.put('GL_SET_OF_BKS_ID', fa_cache_pkg.fazcbc_record.set_of_books_id);
107: --fnd_client_info.set_currency_context(fa_cache_pkg.fazcbc_record.set_of_books_id);
108:
109: if (TRUE) then
110:

Line 597: fnd_profile.put('GL_SET_OF_BKS_ID', l_sob_tbl(l_sob_index));

593: p_log_level_rec => p_log_level_rec);
594: end if;
595:
596: -- set the sob_id and currency context for reporting book(sob)
597: fnd_profile.put('GL_SET_OF_BKS_ID', l_sob_tbl(l_sob_index));
598: fnd_client_info.set_currency_context(to_char(l_sob_tbl(l_sob_index)));
599:
600: if not fa_cache_pkg.fazcbcs(x_book => l_asset_hdr_rec.book_type_code,
601: p_log_level_rec => p_log_level_rec) then

Line 690: fnd_profile.put('GL_SET_OF_BKS_ID',fa_cache_pkg.fazcbc_record.set_of_books_id);

686: --for bug no.3831503
687: if not fa_cache_pkg.fazcbc(X_book => l_asset_hdr_rec.book_type_code) then
688: raise gainloss_err;
689: end if;
690: fnd_profile.put('GL_SET_OF_BKS_ID',fa_cache_pkg.fazcbc_record.set_of_books_id);
691: fnd_client_info.set_currency_context(fa_cache_pkg.fazcbc_record.set_of_books_id);
692:
693: end if; -- if this is a primary book
694: