DBA Data[Home] [Help]

APPS.FA_TXRSV_PKG dependencies on FND_CLIENT_INFO

Line 1054: fnd_client_info.set_currency_context (c_rec.sob_id);

1050: end if;
1051:
1052: -- set the profile and currency context for each iteration
1053: fnd_profile.put('GL_SET_OF_BKS_ID', c_rec.sob_id);
1054: fnd_client_info.set_currency_context (c_rec.sob_id);
1055:
1056: -- calculate /populate amounts based on whether this is reporting or primary
1057: if (c_rec.index_id = 1) then
1058:

Line 1178: fnd_client_info.set_currency_context (l_currency_context);

1174:
1175:
1176: -- reset the sob to original values
1177: fnd_profile.put('GL_SET_OF_BKS_ID', l_profile_sob_id);
1178: fnd_client_info.set_currency_context (l_currency_context);
1179:
1180: return (TRUE);
1181:
1182: exception

Line 1186: fnd_client_info.set_currency_context (l_currency_context);

1182: exception
1183: when faxtxa_err then
1184: -- reset the sob to original values
1185: fnd_profile.put('GL_SET_OF_BKS_ID', l_profile_sob_id);
1186: fnd_client_info.set_currency_context (l_currency_context);
1187:
1188: fa_srvr_msg.add_sql_error (
1189: calling_fn => 'fa_txrsv_pkg.faxtxa');
1190: return (FALSE);

Line 1195: fnd_client_info.set_currency_context (l_currency_context);

1191:
1192: when others then
1193: -- reset the sob to original values
1194: fnd_profile.put('GL_SET_OF_BKS_ID', l_profile_sob_id);
1195: fnd_client_info.set_currency_context (l_currency_context);
1196:
1197: fa_srvr_msg.add_sql_error (
1198: calling_fn => 'fa_txrsv_pkg.faxtxa');
1199: return (FALSE);