DBA Data[Home] [Help]

APPS.FA_TRANSFER_PVT dependencies on FND_CLIENT_INFO

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

1261: end if;
1262:
1263: -- set the gl_sob profile to this reporting book
1264: fnd_profile.put('GL_SET_OF_BKS_ID', c_rec.sob_id);
1265: fnd_client_info.set_currency_context (c_rec.sob_id);
1266:
1267: for row_ctr in 1..p_asset_dist_tbl.count loop --C3
1268: row_ctr_temp := row_ctr; --bug# 5523484
1269: dist_total_deprn := 0;

Line 1485: fnd_client_info.set_currency_context (l_currency_context);

1481: end loop; -- end of mrc loop
1482:
1483: --put back the old value
1484: fnd_profile.put('GL_SET_OF_BKS_ID', l_profile_sob_id);
1485: fnd_client_info.set_currency_context (l_currency_context);
1486:
1487: return (TRUE);
1488:
1489: <>

Line 1507: fnd_client_info.set_currency_context (l_currency_context);

1503: fa_srvr_msg.add_message(calling_fn => l_calling_fn
1504: ,p_log_level_rec => p_log_level_rec);
1505: --put back the old value
1506: fnd_profile.put('GL_SET_OF_BKS_ID', l_profile_sob_id);
1507: fnd_client_info.set_currency_context (l_currency_context);
1508:
1509: return (FALSE);
1510:
1511: when others then

Line 1518: fnd_client_info.set_currency_context (l_currency_context);

1514: ,p_log_level_rec => p_log_level_rec);
1515:
1516: --put back the old value
1517: fnd_profile.put('GL_SET_OF_BKS_ID', l_profile_sob_id);
1518: fnd_client_info.set_currency_context (l_currency_context);
1519:
1520: return (FALSE);
1521:
1522: end FADPPT;