DBA Data[Home] [Help]

APPS.FA_RETIREMENT_PVT dependencies on FND_PROFILE

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

4049: l_sob_tbl(l_sob_index),p_log_level_rec);
4050: end if;
4051:
4052: -- set the sob_id and currency context for reporting book(sob)
4053: fnd_profile.put('GL_SET_OF_BKS_ID', l_sob_tbl(l_sob_index));
4054: fnd_client_info.set_currency_context(to_char(l_sob_tbl(l_sob_index)));
4055:
4056: if not fa_cache_pkg.fazcbcs(x_book => p_book_type_code,
4057: p_log_level_rec => p_log_level_rec) then