DBA Data[Home] [Help]

APPS.FA_GAINLOSS_PKG dependencies on FND_CLIENT_INFO

Line 107: --fnd_client_info.set_currency_context(fa_cache_pkg.fazcbc_record.set_of_books_id);

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:
111: OPEN c_assets;

Line 598: fnd_client_info.set_currency_context(to_char(l_sob_tbl(l_sob_index)));

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
602: raise gainloss_err;

Line 691: fnd_client_info.set_currency_context(fa_cache_pkg.fazcbc_record.set_of_books_id);

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:
695: