DBA Data[Home] [Help]

APPS.FA_INV_XFR_PUB dependencies on FND_CLIENT_INFO

Line 622: fnd_client_info.set_currency_context (l_orig_currency_context);

618: COMMIT WORK;
619: end if;
620:
621: fnd_profile.put('GL_SET_OF_BKS_ID', l_orig_sob_id);
622: fnd_client_info.set_currency_context (l_orig_currency_context);
623:
624: x_return_status := FND_API.G_RET_STS_SUCCESS;
625:
626: EXCEPTION

Line 634: fnd_client_info.set_currency_context (l_orig_currency_context);

630:
631: ROLLBACK to do_transfer;
632:
633: fnd_profile.put('GL_SET_OF_BKS_ID', l_orig_sob_id);
634: fnd_client_info.set_currency_context (l_orig_currency_context);
635:
636: fa_srvr_msg.add_message(
637: CALLING_FN => l_calling_fn,
638: NAME => 'FA_TFRINV_NO_COST_CLR',

Line 652: fnd_client_info.set_currency_context (l_orig_currency_context);

648: when inv_xfr_err then
649: ROLLBACK to do_transfer;
650:
651: fnd_profile.put('GL_SET_OF_BKS_ID', l_orig_sob_id);
652: fnd_client_info.set_currency_context (l_orig_currency_context);
653:
654: fa_srvr_msg.add_message(
655: calling_fn => l_calling_fn,
656: p_log_level_rec => g_log_level_rec);

Line 669: fnd_client_info.set_currency_context (l_orig_currency_context);

665: when others then
666: ROLLBACK to do_transfer;
667:
668: fnd_profile.put('GL_SET_OF_BKS_ID', l_orig_sob_id);
669: fnd_client_info.set_currency_context (l_orig_currency_context);
670:
671: fa_srvr_msg.add_sql_error(
672: calling_fn => l_calling_fn
673: ,p_log_level_rec => g_log_level_rec);