DBA Data[Home] [Help]

APPS.FA_DELETION_PUB dependencies on FND_CLIENT_INFO

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

143: fnd_profile.get ('GL_SET_OF_BKS_ID',l_orig_set_of_books_id);
144: l_orig_currency_context := SUBSTRB(USERENV('CLIENT_INFO'),45,10);
145:
146: fnd_profile.put('GL_SET_OF_BKS_ID', px_asset_hdr_rec.set_of_books_id);
147: fnd_client_info.set_currency_context (px_asset_hdr_rec.set_of_books_id);
148:
149: -- Account for transaction submitted from a responsibility
150: -- that is not tied to a SOB_ID by getting the value from
151: -- the book struct

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

232:
233:
234: -- set the gl sob info for the primary tax book
235: fnd_profile.put('GL_SET_OF_BKS_ID', l_asset_hdr_rec.set_of_books_id);
236: fnd_client_info.set_currency_context (l_asset_hdr_rec.set_of_books_id);
237:
238: if not do_all_books
239: (px_asset_hdr_rec => l_asset_hdr_rec , -- tax
240: p_asset_type_rec => l_asset_type_rec,

Line 266: fnd_client_info.set_currency_context (l_orig_currency_context);

262: when del_err then
263: ROLLBACK TO do_delete;
264:
265: fnd_profile.put('GL_SET_OF_BKS_ID', l_orig_set_of_books_id);
266: fnd_client_info.set_currency_context (l_orig_currency_context);
267:
268: fa_srvr_msg.add_message(calling_fn => l_calling_fn
269: ,p_log_level_rec => g_log_level_rec);
270:

Line 283: fnd_client_info.set_currency_context (l_orig_currency_context);

279: when others then
280: ROLLBACK TO do_delete;
281:
282: fnd_profile.put('GL_SET_OF_BKS_ID', l_orig_set_of_books_id);
283: fnd_client_info.set_currency_context (l_orig_currency_context);
284:
285: fa_srvr_msg.add_sql_error(
286: calling_fn => l_calling_fn
287: ,p_log_level_rec => g_log_level_rec);