DBA Data[Home] [Help]

APPS.HZ_DNBUI_PVT dependencies on DUAL

Line 495: from dual;

491: null, null,
492: nvl(HZ_DNBUI_PVT.get_financial_number_currency(p_financial_name, p_financial_report_id), 'USD') || ' ' ||
493: HZ_DNBUI_PVT.GET_FINANCIAL_NUMBER(p_financial_name, p_financial_report_id))
494: into l_financial_symbol_number
495: from dual;
496:
497: RETURN l_financial_symbol_number;
498: EXCEPTION WHEN NO_DATA_FOUND THEN
499: RETURN to_char(NULL);