DBA Data[Home] [Help]

APPS.CSM_HZ_LOCATION_PKG dependencies on FND_MSG_PUB

Line 262: fnd_msg_pub.Add_Exc_Msg( g_object_name, 'APPLY_INSERT', substr(sqlerrm,1,2000));

258: 'CSM_HZ_LOCATION_PKG.APPLY_INSERT',FND_LOG.LEVEL_PROCEDURE);
259: x_return_status := FND_API.G_RET_STS_SUCCESS;
260:
261: EXCEPTION WHEN OTHERS THEN
262: fnd_msg_pub.Add_Exc_Msg( g_object_name, 'APPLY_INSERT', substr(sqlerrm,1,2000));
263: p_error_msg := CSM_UTIL_PKG.GET_ERROR_MESSAGE_TEXT
264: (
265: p_api_error => TRUE
266: );

Line 288: FND_MSG_PUB.INITIALIZE;

284: l_access_id NUMBER;
285: BEGIN
286: /*** initialize return status and message list ***/
287: x_return_status := FND_API.G_RET_STS_SUCCESS;
288: FND_MSG_PUB.INITIALIZE;
289:
290: CSM_UTIL_PKG.LOG('Entering CSM_HZ_LOCATION_PKG.APPLY_RECORD for Special Location Id ' || p_record.LOCATION_ID ,
291: 'CSM_HZ_LOCATION_PKG.APPLY_RECORD',FND_LOG.LEVEL_PROCEDURE);
292:

Line 320: fnd_msg_pub.Add_Exc_Msg( g_object_name, 'APPLY_RECORD', substr(sqlerrm,1,2000));

316:
317: CSM_UTIL_PKG.LOG('Leaving CSM_HZ_LOCATION_PKG.APPLY_RECORD for Locaton ID ' || p_record.LOCATION_ID ,
318: 'CSM_HZ_LOCATION_PKG.APPLY_RECORD',FND_LOG.LEVEL_PROCEDURE);
319: EXCEPTION WHEN OTHERS THEN
320: fnd_msg_pub.Add_Exc_Msg( g_object_name, 'APPLY_RECORD', substr(sqlerrm,1,2000));
321: p_error_msg := CSM_UTIL_PKG.GET_ERROR_MESSAGE_TEXT
322: (
323: p_api_error => TRUE
324: );