DBA Data[Home] [Help]

APPS.RCV_ACCRUALUTILITIES_GRP dependencies on FND_MESSAGE

Line 255: FND_MESSAGE.set_name('PO','INVALID_SOURCE_DOCUMENT');

251: WHERE rt.transaction_id = p_rcv_transaction_id
252: AND rt.po_line_location_id = poll.line_location_id;
253:
254: IF l_source_doc_code <> 'PO' THEN
255: FND_MESSAGE.set_name('PO','INVALID_SOURCE_DOCUMENT');
256: FND_MSG_pub.add;
257: IF l_errorLog THEN
258: FND_LOG.message(FND_LOG.LEVEL_ERROR,G_LOG_HEAD || '.'||l_api_name||l_stmt_num,FALSE);
259: END IF;