DBA Data[Home] [Help]

APPS.FA_DEPRN_ROLLBACK_PUB dependencies on FND_CLIENT_INFO

Line 196: fnd_client_info.set_currency_context (l_orig_currency_context);

192: end if;
193:
194: -- Reset the gl_sob profile
195: fnd_profile.put('GL_SET_OF_BKS_ID', l_orig_set_of_books_id);
196: fnd_client_info.set_currency_context (l_orig_currency_context);
197:
198:
199: -- Standard call to get message count and if count is 1 get message info.
200: fnd_msg_pub.count_and_get (

Line 214: fnd_client_info.set_currency_context (l_orig_currency_context);

210: ROLLBACK TO do_rollback;
211:
212: -- set back to original environment when the procedure is finished
213: fnd_profile.put('GL_SET_OF_BKS_ID', l_orig_set_of_books_id);
214: fnd_client_info.set_currency_context (l_orig_currency_context);
215:
216: fa_srvr_msg.add_message
217: (calling_fn => l_calling_fn,
218: p_log_level_rec => g_log_level_rec); -- Bug:5475024

Line 233: fnd_client_info.set_currency_context (l_orig_currency_context);

229: ROLLBACK TO do_rollback;
230:
231: -- set back to original environment when the procedure is finished
232: fnd_profile.put('GL_SET_OF_BKS_ID', l_orig_set_of_books_id);
233: fnd_client_info.set_currency_context (l_orig_currency_context);
234:
235: fa_srvr_msg.add_sql_error
236: (calling_fn => l_calling_fn,
237: p_log_level_rec => g_log_level_rec); -- Bug:5475024

Line 286: fnd_client_info.set_currency_context (px_asset_hdr_rec.set_of_books_id);

282:
283:
284: -- Set the gl_sob profile to this book
285: fnd_profile.put('GL_SET_OF_BKS_ID', px_asset_hdr_rec.set_of_books_id);
286: fnd_client_info.set_currency_context (px_asset_hdr_rec.set_of_books_id);
287: l_sysdate := sysdate;
288:
289: if (NOT FA_UTIL_PVT.get_period_rec (
290: p_book => px_asset_hdr_rec.book_type_code,

Line 444: fnd_client_info.set_currency_context (

440:
441: -- Set the gl_sob profile to this reporting book
442: fnd_profile.put('GL_SET_OF_BKS_ID',
443: l_mrc_asset_hdr_rec.set_of_books_id);
444: fnd_client_info.set_currency_context (
445: l_mrc_asset_hdr_rec.set_of_books_id);
446:
447: -- Need to always call fazcbcs
448: if (NOT fa_cache_pkg.fazcbcs (