DBA Data[Home] [Help]

APPS.CSM_DEBRIEF_LABOR_PKG dependencies on FND_MSG_PUB

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

257: when others then
258: CSM_UTIL_PKG.log( 'Exception in ' || g_object_name || '.APPLY_INSERT:'
259: || ' for PK ' || p_record.DEBRIEF_LINE_ID ,'CSM_DEBRIEF_LABOR_PKG.APPLY_INSERT',FND_LOG.LEVEL_EXCEPTION);
260:
261: fnd_msg_pub.Add_Exc_Msg( g_object_name, 'APPLY_INSERT', sqlerrm);
262: p_error_msg := CSM_UTIL_PKG.GET_ERROR_MESSAGE_TEXT
263: (
264: p_api_error => TRUE
265: );

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

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

Line 425: FND_MSG_PUB.INITIALIZE;

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

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

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