DBA Data[Home] [Help]

APPS.PV_REFERRAL_GENERAL_PUB dependencies on PV_CHECK_MATCH_PUB

Line 1144: l_customer_budget := '' || pv_check_match_pub.Currency_Conversion(

1140: /*l_customer_budget := SUBSTR(l_customer_budget,
1141: 1,
1142: INSTR(l_customer_budget, ':::') - 1);
1143: */
1144: l_customer_budget := '' || pv_check_match_pub.Currency_Conversion(
1145: l_customer_budget,
1146: l_currency_code);
1147:
1148: END IF;