DBA Data[Home] [Help]

APPS.RCV_SEEDEVENTS_PVT dependencies on FND_MESSAGE

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

1347: WHERE MSI.inventory_item_id = p_rcv_event.item_id
1348: AND MSI.organization_id = p_rcv_event.organization_id;
1349:
1350: IF(l_item_exists = 0) THEN
1351: FND_MESSAGE.set_name('PO','PO_INVALID_ITEM');
1352: FND_MSG_pub.add;
1353: IF G_DEBUG = 'Y' AND FND_LOG.LEVEL_ERROR >= FND_LOG.G_CURRENT_RUNTIME_LEVEL THEN
1354: FND_LOG.message(FND_LOG.LEVEL_ERROR,G_LOG_HEAD || '.'||l_api_name||l_stmt_num,FALSE);
1355: END IF;

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

1368: AND MSI.organization_id = POLL.ship_to_organization_id
1369: AND POLL.line_location_id = p_rcv_event.po_line_location_id;
1370: EXCEPTION
1371: WHEN NO_DATA_FOUND THEN
1372: FND_MESSAGE.set_name('PO','PO_INVALID_ITEM');
1373: FND_MSG_pub.add;
1374: IF G_DEBUG = 'Y' AND FND_LOG.LEVEL_ERROR >= FND_LOG.G_CURRENT_RUNTIME_LEVEL THEN
1375: FND_LOG.message(FND_LOG.LEVEL_ERROR,G_LOG_HEAD || '.'||l_api_name||l_stmt_num,FALSE);
1376: END IF;

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

2879: FND_LOG.string(FND_LOG.LEVEL_STATEMENT,G_LOG_HEAD||'.'||l_api_name||'.'||l_stmt_num
2880: ,l_api_message);
2881: END IF;
2882:
2883: FND_MESSAGE.set_name('PO','PO_INVALID_ACCOUNT');
2884: FND_MSG_pub.add;
2885: IF G_DEBUG = 'Y' AND FND_LOG.LEVEL_ERROR >= FND_LOG.G_CURRENT_RUNTIME_LEVEL THEN
2886: FND_LOG.message(FND_LOG.LEVEL_ERROR,G_LOG_HEAD || '.'||l_api_name||l_stmt_num,FALSE);
2887: END IF;

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

3060: AND COD.chart_of_accounts_id = GCC.chart_of_accounts_id
3061: AND GCC.code_combination_id = l_dist_acct_id;
3062:
3063: IF(l_account_flag = 0)THEN
3064: FND_MESSAGE.set_name('PO','PO_INVALID_ACCOUNT');
3065: FND_MSG_pub.add;
3066: IF G_DEBUG = 'Y' AND FND_LOG.LEVEL_ERROR >= FND_LOG.G_CURRENT_RUNTIME_LEVEL THEN
3067: FND_LOG.message(FND_LOG.LEVEL_ERROR,G_LOG_HEAD || '.'||l_api_name||l_stmt_num,FALSE);
3068: END IF;