DBA Data[Home] [Help]

APPS.FA_XML_REPORT_PKG dependencies on FND_CLIENT_INFO

Line 208: fnd_client_info.set_currency_context (to_char(p_set_of_books_id));

204:
205: fnd_profile.get('GL_SET_OF_BKS_ID',l_orig_set_of_books_id);
206:
207: -- set the given set of books id for MRC_V
208: fnd_client_info.set_currency_context (to_char(p_set_of_books_id));
209:
210: -- get the book type code P,R or N
211: if not fa_cache_pkg.fazcsob
212: (x_set_of_books_id => p_set_of_books_id

Line 522: fnd_client_info.set_currency_context (l_orig_currency_context);

518:
519: put_endtag('IMPAIRMENT_REPORT');
520:
521: -- set back to original environment when the procedure is finished
522: fnd_client_info.set_currency_context (l_orig_currency_context);
523: fnd_profile.put('GL_SET_OF_BKS_ID', l_orig_set_of_books_id);
524:
525: EXCEPTION
526:

Line 544: fnd_client_info.set_currency_context (l_orig_currency_context);

540: fa_srvr_msg.add_sql_error
541: (calling_fn => l_calling_fn);
542:
543: -- set back to original environment when the procedure is finished
544: fnd_client_info.set_currency_context (l_orig_currency_context);
545: fnd_profile.put('GL_SET_OF_BKS_ID', l_orig_set_of_books_id);
546:
547: APP_EXCEPTION.RAISE_EXCEPTION;
548:

Line 601: fnd_client_info.set_currency_context (to_char(p_set_of_books_id));

597: l_orig_currency_context := substrb(userenv('CLIENT_INFO'),45,10);
598: fnd_profile.get('GL_SET_OF_BKS_ID',l_orig_set_of_books_id);
599:
600: -- set the given set of books id for MRC_V
601: fnd_client_info.set_currency_context (to_char(p_set_of_books_id));
602:
603: -- get the book type code P,R or N
604: if not fa_cache_pkg.fazcsob
605: (x_set_of_books_id => p_set_of_books_id

Line 793: fnd_client_info.set_currency_context (l_orig_currency_context);

789:
790: put_endtag('LIST_ASSETS_REPORT');
791:
792: -- set back to original environment when the procedure is finished
793: fnd_client_info.set_currency_context (l_orig_currency_context);
794: fnd_profile.put('GL_SET_OF_BKS_ID', l_orig_set_of_books_id);
795:
796: EXCEPTION
797:

Line 815: fnd_client_info.set_currency_context (l_orig_currency_context);

811: fa_srvr_msg.add_sql_error
812: (calling_fn => l_calling_fn);
813:
814: -- set back to original environment when the procedure is finished
815: fnd_client_info.set_currency_context (l_orig_currency_context);
816: fnd_profile.put('GL_SET_OF_BKS_ID', l_orig_set_of_books_id);
817:
818: APP_EXCEPTION.RAISE_EXCEPTION;
819: