DBA Data[Home] [Help]

APPS.CSM_AUTO_SYNC_NFN_PKG dependencies on FND_MSG_PUB

Line 278: fnd_msg_pub.add;

274: END IF;
275:
276: fnd_message.set_name ('CSM', 'CSM_AUTO_SYNC_NFN');
277: fnd_message.set_token ('NOTIFICATION_ID', p_record.notification_id);
278: fnd_msg_pub.add;
279: RAISE no_data_found;
280: END IF;
281:
282: IF (c_auto_sync_nfn%ISOPEN)THEN

Line 356: FND_MSG_PUB.INITIALIZE;

352: BEGIN
353:
354: /*** initialize return status and message list ***/
355: x_return_status := FND_API.G_RET_STS_SUCCESS;
356: FND_MSG_PUB.INITIALIZE;
357:
358:
359: IF p_record.dmltype$$='I' THEN
360: -- Process insert

Line 404: fnd_msg_pub.Add_Exc_Msg( g_object_name, 'APPLY_RECORD', SQLERRM);

400: || ' for PK ' || p_record.notification_id ,
401: g_object_name || '.APPLY_RECORD',
402: FND_LOG.LEVEL_EXCEPTION);
403: -- temp -- find more detail --remove comment
404: fnd_msg_pub.Add_Exc_Msg( g_object_name, 'APPLY_RECORD', SQLERRM);
405: p_error_msg := CSM_UTIL_PKG.GET_ERROR_MESSAGE_TEXT
406: (
407: p_api_error => TRUE
408: );