DBA Data[Home] [Help]

APPS.POA_DBI_REQ_F_C dependencies on POA_CURRENCY_PKG

Line 117: if(poa_currency_pkg.display_secondary_currency_yn)

113: l_rate_type := bis_common_parameters.get_rate_type;
114: l_global_cur_code := bis_common_parameters.get_currency_code;
115: l_sglobal_cur_code := bis_common_parameters.get_secondary_currency_code;
116: l_srate_type := bis_common_parameters.get_secondary_rate_type;
117: if(poa_currency_pkg.display_secondary_currency_yn)
118: then
119: l_sec_cur_yn := 1;
120: else
121: l_sec_cur_yn := 0;

Line 621: poa_currency_pkg.get_dbi_global_rate(

617: SELECT
618: txn_cur_code,
619: func_cur_code,
620: rate_date,
621: poa_currency_pkg.get_dbi_global_rate(
622: l_rate_type,
623: func_cur_code,
624: rate_date,
625: txn_cur_code

Line 629: poa_currency_pkg.get_dbi_sglobal_rate (

625: txn_cur_code
626: ) global_cur_conv_rate,
627: ( case when l_sec_cur_yn = 0 then null
628: else
629: poa_currency_pkg.get_dbi_sglobal_rate (
630: l_srate_type,
631: func_cur_code,
632: rate_date,
633: txn_cur_code

Line 665: IF (poa_currency_pkg.g_missing_cur) THEN

661:
662:
663: /* missing currency handling */
664:
665: IF (poa_currency_pkg.g_missing_cur) THEN
666: poa_currency_pkg.g_missing_cur := false;
667: errbuf := 'There are missing currencies\n';
668: raise_application_error (-20000, 'Error in INC table collection: ' || errbuf);
669: END IF;

Line 666: poa_currency_pkg.g_missing_cur := false;

662:
663: /* missing currency handling */
664:
665: IF (poa_currency_pkg.g_missing_cur) THEN
666: poa_currency_pkg.g_missing_cur := false;
667: errbuf := 'There are missing currencies\n';
668: raise_application_error (-20000, 'Error in INC table collection: ' || errbuf);
669: END IF;
670: