DBA Data[Home] [Help]

APPS.CSM_MATERIAL_TRANSACTION_PKG dependencies on FND_MSG_PUB

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

144: ( module => g_object_name
145: , message => p_record.TRANSACTION_ID || ' Exception occurred in APPLY_INSERT:' || fnd_global.local_chr(10) || sqlerrm
146: , log_level => FND_LOG.LEVEL_ERROR);
147:
148: fnd_msg_pub.Add_Exc_Msg( g_object_name, 'APPLY_INSERT', sqlerrm);
149: p_error_msg := CSM_UTIL_PKG.GET_ERROR_MESSAGE_TEXT
150: (
151: p_api_error => TRUE
152: );

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

182: ( module => g_object_name
183: , message => p_record.TRANSACTION_ID || ' Exception occurred in APPLY_UPDATE:' || fnd_global.local_chr(10) || sqlerrm
184: , log_level => FND_LOG.LEVEL_ERROR);
185:
186: fnd_msg_pub.Add_Exc_Msg( g_object_name, 'APPLY_UPDATE', sqlerrm);
187: p_error_msg := CSM_UTIL_PKG.GET_ERROR_MESSAGE_TEXT
188: (
189: p_api_error => TRUE
190: );

Line 207: FND_MSG_PUB.INITIALIZE;

203: ) IS
204: BEGIN
205: /*** initialize return status and message list ***/
206: x_return_status := FND_API.G_RET_STS_SUCCESS;
207: FND_MSG_PUB.INITIALIZE;
208:
209: CSM_UTIL_PKG.LOG
210: ( module => g_object_name
211: , message => 'Entering ' || g_object_name || '.APPLY_RECORD and processing TRANSACTION_ID = ' || p_record.TRANSACTION_ID || fnd_global.local_chr(10) ||

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

248: ( module => g_object_name
249: , message => p_record.TRANSACTION_ID || ' Exception occurred in APPLY_RECORD:' || fnd_global.local_chr(10) || sqlerrm
250: , log_level => FND_LOG.LEVEL_ERROR);
251:
252: fnd_msg_pub.Add_Exc_Msg( g_object_name, 'APPLY_RECORD', sqlerrm);
253: p_error_msg := CSM_UTIL_PKG.GET_ERROR_MESSAGE_TEXT
254: (
255: p_api_error => TRUE
256: );