DBA Data[Home] [Help]

APPS.PV_ATTRIBUTE_UTIL dependencies on PV_CHECK_MATCH_PUB

Line 208: l_value := pv_check_match_pub.Currency_Conversion(

204: l_value:= SUBSTR(l_attr_value, 1, INSTR(l_attr_value, ':::') - 1) ||
205: ' ' || l_curr_code || ', ';
206:
207: /*
208: l_value := pv_check_match_pub.Currency_Conversion(
209: to_number(SUBSTR(l_attr_value, 1, INSTR(l_attr_value, ':::') - 1)),
210: l_curr_code,
211: --p_currency_conversion_date IN DATE := SYSDATE,
212: gl_user_currency_code

Line 216: l_value := pv_check_match_pub.Currency_Conversion(

212: gl_user_currency_code
213:
214: ) || ' ' || gl_user_currency_code || ', ';
215:
216: l_value := pv_check_match_pub.Currency_Conversion(
217: l_attr_value,
218: gl_user_currency_code
219:
220: ) || ' ' || gl_user_currency_code || ', ';

Line 661: l_value := l_value || pv_check_match_pub.Currency_Conversion(

657: else
658: select name into l_curr_value from fnd_currencies_vl
659: where currency_code=gl_user_currency_code;
660:
661: l_value := l_value || pv_check_match_pub.Currency_Conversion(
662: l_attr_value,
663: gl_user_currency_code
664:
665: ) || ':::' || gl_user_currency_code || ':::' || l_curr_value || ', ';

Line 740: l_value := pv_check_match_pub.Currency_Conversion(

736: ':::' || l_curr_code || ', ';
737: */
738: --dbms_output.put_line('curr_val:' || l_value);
739: /*
740: l_value := pv_check_match_pub.Currency_Conversion(
741: to_number(SUBSTR(l_attr_value, 1, INSTR(l_attr_value, ':::') - 1)),
742: l_curr_code,
743: --p_currency_conversion_date IN DATE := SYSDATE,
744: gl_user_currency_code

Line 752: l_value := pv_check_match_pub.Currency_Conversion(

748: else
749: select name into l_curr_value from fnd_currencies_vl
750: where currency_code=gl_user_currency_code;
751:
752: l_value := pv_check_match_pub.Currency_Conversion(
753: l_attr_value,
754: gl_user_currency_code
755:
756: ) || ':::' || gl_user_currency_code || ':::' || l_curr_value || ', ';