DBA Data[Home] [Help]

APPS.RCV_SEEDEVENTS_PVT dependencies on FND_MESSAGE

Line 1344: FND_MESSAGE.set_name('PO','PO_INVALID_ITEM');

1340: WHERE MSI.inventory_item_id = p_rcv_event.item_id
1341: AND MSI.organization_id = p_rcv_event.organization_id;
1342:
1343: IF(l_item_exists = 0) THEN
1344: FND_MESSAGE.set_name('PO','PO_INVALID_ITEM');
1345: FND_MSG_pub.add;
1346: IF G_DEBUG = 'Y' AND FND_LOG.LEVEL_ERROR >= FND_LOG.G_CURRENT_RUNTIME_LEVEL THEN
1347: FND_LOG.message(FND_LOG.LEVEL_ERROR,G_LOG_HEAD || '.'||l_api_name||l_stmt_num,FALSE);
1348: END IF;

Line 1365: FND_MESSAGE.set_name('PO','PO_INVALID_ITEM');

1361: AND MSI.organization_id = POLL.ship_to_organization_id
1362: AND POLL.line_location_id = p_rcv_event.po_line_location_id;
1363: EXCEPTION
1364: WHEN NO_DATA_FOUND THEN
1365: FND_MESSAGE.set_name('PO','PO_INVALID_ITEM');
1366: FND_MSG_pub.add;
1367: IF G_DEBUG = 'Y' AND FND_LOG.LEVEL_ERROR >= FND_LOG.G_CURRENT_RUNTIME_LEVEL THEN
1368: FND_LOG.message(FND_LOG.LEVEL_ERROR,G_LOG_HEAD || '.'||l_api_name||l_stmt_num,FALSE);
1369: END IF;

Line 2874: FND_MESSAGE.set_name('PO','PO_INVALID_ACCOUNT');

2870: FND_LOG.string(FND_LOG.LEVEL_STATEMENT,G_LOG_HEAD||'.'||l_api_name||'.'||l_stmt_num
2871: ,l_api_message);
2872: END IF;
2873:
2874: FND_MESSAGE.set_name('PO','PO_INVALID_ACCOUNT');
2875: FND_MSG_pub.add;
2876: IF G_DEBUG = 'Y' AND FND_LOG.LEVEL_ERROR >= FND_LOG.G_CURRENT_RUNTIME_LEVEL THEN
2877: FND_LOG.message(FND_LOG.LEVEL_ERROR,G_LOG_HEAD || '.'||l_api_name||l_stmt_num,FALSE);
2878: END IF;

Line 3055: FND_MESSAGE.set_name('PO','PO_INVALID_ACCOUNT');

3051: AND COD.chart_of_accounts_id = GCC.chart_of_accounts_id
3052: AND GCC.code_combination_id = l_dist_acct_id;
3053:
3054: IF(l_account_flag = 0)THEN
3055: FND_MESSAGE.set_name('PO','PO_INVALID_ACCOUNT');
3056: FND_MSG_pub.add;
3057: IF G_DEBUG = 'Y' AND FND_LOG.LEVEL_ERROR >= FND_LOG.G_CURRENT_RUNTIME_LEVEL THEN
3058: FND_LOG.message(FND_LOG.LEVEL_ERROR,G_LOG_HEAD || '.'||l_api_name||l_stmt_num,FALSE);
3059: END IF;