DBA Data[Home] [Help]

APPS.PO_RETROACTIVE_PRICING_PVT dependencies on FND_MESSAGE

Line 2350: FND_MESSAGE.set_name('PO', 'PO_RETRO_PRICING_NOT_ALLOWED');

2346: l_po_line_id,
2347: p_po_line_location_id) = 'N')
2348: THEN
2349:
2350: FND_MESSAGE.set_name('PO', 'PO_RETRO_PRICING_NOT_ALLOWED');
2351: l_error_message := FND_MESSAGE.get;
2352: IF (FND_LOG.G_CURRENT_RUNTIME_LEVEL <= FND_LOG.LEVEL_EXCEPTION) THEN
2353: FND_LOG.STRING(FND_LOG.LEVEL_EXCEPTION,l_module,l_error_message);
2354: END IF;

Line 2351: l_error_message := FND_MESSAGE.get;

2347: p_po_line_location_id) = 'N')
2348: THEN
2349:
2350: FND_MESSAGE.set_name('PO', 'PO_RETRO_PRICING_NOT_ALLOWED');
2351: l_error_message := FND_MESSAGE.get;
2352: IF (FND_LOG.G_CURRENT_RUNTIME_LEVEL <= FND_LOG.LEVEL_EXCEPTION) THEN
2353: FND_LOG.STRING(FND_LOG.LEVEL_EXCEPTION,l_module,l_error_message);
2354: END IF;
2355: PO_DEBUG.put_line(l_error_message);