DBA Data[Home] [Help]

APPS.FA_GAINLOSS_UND_PKG dependencies on FND_CLIENT_INFO

Line 507: fnd_client_info.set_currency_context(h_set_of_books_id);

503: -- end if;
504:
505: -- bug 5089559
506: fnd_profile.put('GL_SET_OF_BKS_ID',h_set_of_books_id);
507: fnd_client_info.set_currency_context(h_set_of_books_id);
508:
509:
510: /* Fix for Bug#2821938 */
511: if not fa_cache_pkg.fazcbc (x_book => h_book) then

Line 1062: fnd_client_info.set_currency_context(fa_cache_pkg.fazcbc_record.set_of_books_id);

1058:
1059: END LOOP; -- out_tax_books_dr
1060: -- bug 5089559
1061: fnd_profile.put('GL_SET_OF_BKS_ID',fa_cache_pkg.fazcbc_record.set_of_books_id);
1062: fnd_client_info.set_currency_context(fa_cache_pkg.fazcbc_record.set_of_books_id);
1063:
1064:
1065: -- comenting the following if condition for bug no. 3831503
1066: -- if (ret.mrc_sob_type_code <> 'R') then