DBA Data[Home] [Help]

APPS.FA_SLA_CURRENT_PERIOD_UPG_PKG dependencies on FND_CLIENT_INFO

Line 141: fnd_client_info.set_currency_context (l_set_of_books_id(i));

137: for i in 1..l_thid.count loop
138:
139: --Added for bug# 5213257
140: fnd_profile.put('GL_SET_OF_BKS_ID', l_set_of_books_id(i));
141: fnd_client_info.set_currency_context (l_set_of_books_id(i));
142:
143: -- call the cache
144: if not (fa_cache_pkg.fazcbc(x_book => l_book_type_code(i))) then
145: raise error_found;

Line 189: fnd_client_info.set_currency_context (l_set_of_books_id(i)); */

185: end if;
186:
187: /* commented for bug# 5213257
188: fnd_profile.put('GL_SET_OF_BKS_ID', l_set_of_books_id(i));
189: fnd_client_info.set_currency_context (l_set_of_books_id(i)); */
190:
191: l_sum_payables_cost := 0;
192:
193: -- process invoices first

Line 455: fnd_client_info.set_currency_context (l_set_of_books_id(i));

451: for i in 1..l_thid.count loop
452:
453: -- Added for bug# 5213257
454: fnd_profile.put('GL_SET_OF_BKS_ID', l_set_of_books_id(i));
455: fnd_client_info.set_currency_context (l_set_of_books_id(i));
456:
457: -- call the cache
458: if not (fa_cache_pkg.fazcbc(x_book => l_book_type_code(i))) then
459: raise error_found;

Line 500: fnd_client_info.set_currency_context (l_set_of_books_id(i)); */

496: end if;
497:
498: /* commented for bug# 5213257
499: fnd_profile.put('GL_SET_OF_BKS_ID', l_set_of_books_id(i));
500: fnd_client_info.set_currency_context (l_set_of_books_id(i)); */
501:
502: l_sum_payables_cost := 0;
503:
504: -- process invoices first

Line 1004: fnd_client_info.set_currency_context (l_set_of_books_id_tbl(i));

1000:
1001: for i in 1..l_transaction_header_id_tbl.count loop
1002:
1003: fnd_profile.put('GL_SET_OF_BKS_ID', l_set_of_books_id_tbl(i));
1004: fnd_client_info.set_currency_context (l_set_of_books_id_tbl(i));
1005:
1006: -- call the cache
1007: if not (fa_cache_pkg.fazcbc(x_book => l_book_type_code_tbl(i))) then
1008: raise error_found;

Line 1389: fnd_client_info.set_currency_context (l_set_of_books_id_tbl(i));

1385:
1386: for i in 1..l_transaction_header_id_tbl.count loop
1387:
1388: fnd_profile.put('GL_SET_OF_BKS_ID', l_set_of_books_id_tbl(i));
1389: fnd_client_info.set_currency_context (l_set_of_books_id_tbl(i));
1390:
1391: -- call the cache
1392: if not (fa_cache_pkg.fazcbc(x_book => l_book_type_code_tbl(i))) then
1393: raise error_found;