DBA Data[Home] [Help]

APPS.RCV_CHARGES_GRP dependencies on PO_CURRENCY_SV

Line 276: po_currency_sv.validate_currency_info(l_currency_record);

272: RETURN;
273: END IF;
274:
275: l_currency_record.currency_code := p_charge_record.currency_code;
276: po_currency_sv.validate_currency_info(l_currency_record);
277:
278: IF l_currency_record.error_record.error_status = 'E' THEN
279: IF l_currency_record.error_record.error_message IN
280: ('CURRENCY_DISABLED', 'CURRENCY_INVALID')