DBA Data[Home] [Help]

APPS.BIX_KPI_CLS_RPT_PKG dependencies on FND_CURRENCY

Line 222: l_format_mask := fnd_currency.get_format_mask(p_user_currency, 30);

218: l_format_mask VARCHAR2(50);
219: logfile UTL_FILE.file_type;
220: BEGIN
221: /* Get the format mask for the user currency */
222: l_format_mask := fnd_currency.get_format_mask(p_user_currency, 30);
223:
224: /* Form and execute the SQL statement to insert into the temp table */
225: /* all the rows coreesponding to the classifications user has chosen */
226: form_sqlstmt(p_total_row_ind, p_classification_id, p_site_id);