DBA Data[Home] [Help]

APPS.FA_ADDITION_PUB dependencies on FND_CLIENT_INFO

Line 258: fnd_client_info.set_currency_context (l_asset_hdr_rec.set_of_books_id);

254: end if;
255:
256: -- Set the gl_sob profile to this book
257: fnd_profile.put('GL_SET_OF_BKS_ID', l_asset_hdr_rec.set_of_books_id);
258: fnd_client_info.set_currency_context (l_asset_hdr_rec.set_of_books_id);
259:
260: if (NOT FA_UTIL_PVT.get_period_rec (
261: p_book => l_asset_hdr_rec.book_type_code,
262: p_effective_date => NULL,

Line 514: fnd_client_info.set_currency_context (

510:
511: -- Set the gl_sob profile to this reporting book
512: fnd_profile.put('GL_SET_OF_BKS_ID',
513: l_mrc_asset_hdr_rec.set_of_books_id);
514: fnd_client_info.set_currency_context (
515: l_mrc_asset_hdr_rec.set_of_books_id);
516:
517: -- Need to always call fazcbcs
518: if (NOT fa_cache_pkg.fazcbcs (

Line 847: fnd_client_info.set_currency_context (l_orig_currency_context);

843:
844: -- BUG# 2376085
845: -- reset GL sob id to original value before moving to next book
846: fnd_profile.put('GL_SET_OF_BKS_ID', l_orig_set_of_books_id);
847: fnd_client_info.set_currency_context (l_orig_currency_context);
848:
849: end loop;
850:
851: -- call to workflow business event

Line 902: fnd_client_info.set_currency_context (l_orig_currency_context);

898: end if;
899:
900: -- Reset the gl_sob profile
901: fnd_profile.put('GL_SET_OF_BKS_ID', l_orig_set_of_books_id);
902: fnd_client_info.set_currency_context (l_orig_currency_context);
903:
904: -- Standard call to get message count and if count is 1 get message info.
905: fnd_msg_pub.count_and_get (
906: p_count => x_msg_count,

Line 919: fnd_client_info.set_currency_context (l_orig_currency_context);

915: ROLLBACK TO do_addition;
916:
917: -- set back to original environment when the procedure is finished
918: fnd_profile.put('GL_SET_OF_BKS_ID', l_orig_set_of_books_id);
919: fnd_client_info.set_currency_context (l_orig_currency_context);
920:
921: fa_srvr_msg.add_message
922: (calling_fn => 'fa_addition_pub.do_addition'
923: ,p_log_level_rec => g_log_level_rec);

Line 939: fnd_client_info.set_currency_context (l_orig_currency_context);

935: ROLLBACK TO do_addition;
936:
937: -- set back to original environment when the procedure is finished
938: fnd_profile.put('GL_SET_OF_BKS_ID', l_orig_set_of_books_id);
939: fnd_client_info.set_currency_context (l_orig_currency_context);
940:
941: fa_srvr_msg.add_message
942: (calling_fn => 'fa_addition_pub.do_addition'
943: ,p_log_level_rec => g_log_level_rec);

Line 956: fnd_client_info.set_currency_context (l_orig_currency_context);

952: ROLLBACK TO do_addition;
953:
954: -- set back to original environment when the procedure is finished
955: fnd_profile.put('GL_SET_OF_BKS_ID', l_orig_set_of_books_id);
956: fnd_client_info.set_currency_context (l_orig_currency_context);
957:
958: fa_srvr_msg.add_message(calling_fn => l_calling_fn
959: ,p_log_level_rec => g_log_level_rec);
960:

Line 975: fnd_client_info.set_currency_context (l_orig_currency_context);

971: ROLLBACK TO do_addition;
972:
973: -- set back to original environment when the procedure is finished
974: fnd_profile.put('GL_SET_OF_BKS_ID', l_orig_set_of_books_id);
975: fnd_client_info.set_currency_context (l_orig_currency_context);
976:
977: fa_srvr_msg.add_sql_error
978: (calling_fn => 'fa_addition_pub.do_addition'
979: ,p_log_level_rec => g_log_level_rec);