DBA Data[Home] [Help]

APPS.PO_RETROACTIVE_PRICING_PVT dependencies on FND_MESSAGE

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

2373: l_po_line_id,
2374: p_po_line_location_id) = 'N')
2375: THEN
2376:
2377: FND_MESSAGE.set_name('PO', 'PO_RETRO_PRICING_NOT_ALLOWED');
2378: l_error_message := FND_MESSAGE.get;
2379: IF (FND_LOG.G_CURRENT_RUNTIME_LEVEL <= FND_LOG.LEVEL_EXCEPTION) THEN
2380: FND_LOG.STRING(FND_LOG.LEVEL_EXCEPTION,l_module,l_error_message);
2381: END IF;

Line 2378: l_error_message := FND_MESSAGE.get;

2374: p_po_line_location_id) = 'N')
2375: THEN
2376:
2377: FND_MESSAGE.set_name('PO', 'PO_RETRO_PRICING_NOT_ALLOWED');
2378: l_error_message := FND_MESSAGE.get;
2379: IF (FND_LOG.G_CURRENT_RUNTIME_LEVEL <= FND_LOG.LEVEL_EXCEPTION) THEN
2380: FND_LOG.STRING(FND_LOG.LEVEL_EXCEPTION,l_module,l_error_message);
2381: END IF;
2382: PO_DEBUG.put_line(l_error_message);