DBA Data[Home] [Help]

APPS.RCV_HEADERS_INTERFACE_SV dependencies on PO_CURRENCY_SV

Line 619: po_currency_sv.validate_currency_info(currency_record);

615: AND p_header_record.header_record.asn_type = 'ASBN'
616: AND p_header_record.header_record.currency_code IS NOT NULL THEN
617: currency_record.currency_code := p_header_record.header_record.currency_code;
618: currency_record.error_record := p_header_record.error_record;
619: po_currency_sv.validate_currency_info(currency_record);
620: p_header_record.error_record.error_status := currency_record.error_record.error_status;
621:
622: /* po_currency_s doesn't follow error paradigm */
623: IF (currency_record.error_record.error_message IN('CURRENCY_DISABLED', 'CURRENCY_INVALID')) THEN