DBA Data[Home] [Help]

APPS.CN_ADJ_DISP_PUB dependencies on FND_MESSAGE

Line 384: x_conv_status := fnd_message.get_string('CN', l_temp_sts);

380: );
381:
382:
383: if (l_temp_sts <> 'SUCCESS' AND x_conv_status is null) then
384: x_conv_status := fnd_message.get_string('CN', l_temp_sts);
385: end if;
386:
387: x_total_sales_credit := x_total_sales_credit + l_conv_sc;
388: x_total_commission := x_total_commission + l_conv_ca;