DBA Data[Home] [Help]

APPS.CSM_DEBRIEF_EXPENSES_PKG dependencies on FND_MSG_PUB

Line 256: fnd_msg_pub.Add_Exc_Msg( g_object_name, 'APPLY_INSERT', sqlerrm);

252: CLOSE c_chk_task_status;
253:
254: exception
255: when others then
256: fnd_msg_pub.Add_Exc_Msg( g_object_name, 'APPLY_INSERT', sqlerrm);
257: p_error_msg := CSM_UTIL_PKG.GET_ERROR_MESSAGE_TEXT
258: (
259: p_api_error => TRUE
260: );

Line 397: fnd_msg_pub.Add_Exc_Msg( g_object_name, 'APPLY_UPDATE', sqlerrm);

393: end if;
394:
395: exception
396: when others then
397: fnd_msg_pub.Add_Exc_Msg( g_object_name, 'APPLY_UPDATE', sqlerrm);
398: p_error_msg := CSM_UTIL_PKG.GET_ERROR_MESSAGE_TEXT
399: (
400: p_api_error => TRUE
401: );

Line 422: FND_MSG_PUB.INITIALIZE;

418: ) IS
419: BEGIN
420: /*** initialize return status and message list ***/
421: x_return_status := FND_API.G_RET_STS_SUCCESS;
422: FND_MSG_PUB.INITIALIZE;
423:
424: IF p_record.dmltype$$='I' THEN
425: -- Process insert
426: APPLY_INSERT

Line 462: fnd_msg_pub.Add_Exc_Msg( g_object_name, 'APPLY_RECORD', sqlerrm);

458: CSM_UTIL_PKG.LOG
459: ( 'Exception occurred in CSM_DEBRIEF_EXPENSES_PKG.APPLY_RECORD:' || ' ' || sqlerrm
460: || ' for PK ' || p_record.debrief_line_id ,'CSM_DEBRIEF_EXPENSES_PKG.APPLY_RECORD',FND_LOG.LEVEL_EXCEPTION );
461:
462: fnd_msg_pub.Add_Exc_Msg( g_object_name, 'APPLY_RECORD', sqlerrm);
463: p_error_msg := CSM_UTIL_PKG.GET_ERROR_MESSAGE_TEXT
464: (
465: p_api_error => TRUE
466: );