DBA Data[Home] [Help]

APPS.CSM_AUTO_SYNC_LOG_PKG dependencies on FND_MSG_PUB

Line 281: fnd_msg_pub.add;

277: END IF;
278:
279: fnd_message.set_name ('CSM', 'CSM_AUTO_SYNC_LOG');
280: fnd_message.set_token ('NOTIFICATION_ID', p_record.notification_id);
281: fnd_msg_pub.add;
282: RAISE no_data_found;
283: END IF;
284:
285: IF (c_auto_sync_log%ISOPEN)THEN

Line 357: FND_MSG_PUB.INITIALIZE;

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

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

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