DBA Data[Home] [Help]

APPS.CSD_MASS_RCV_PVT dependencies on CSD_GEN_ERRMSGS_PVT

Line 139: csd_gen_errmsgs_pvt.purge_entity_msgs

135: '-----purging the previous processing errors----'
136: );
137: END IF;
138:
139: csd_gen_errmsgs_pvt.purge_entity_msgs
140: (p_api_version => 1.0,
141: x_return_status => l_return_status,
142: x_msg_count => l_msg_count,
143: x_msg_data => l_msg_data,

Line 160: '---after the call to CSD_GEN_ERRMSGS_PVT.PURGE_ENTITY_MSGS-----'

156: THEN
157: fnd_log.STRING
158: (l_event_level,
159: 'CSD.PLSQL.CSD_MASS_RCV_PVT.MASS_CREATE_RO',
160: '---after the call to CSD_GEN_ERRMSGS_PVT.PURGE_ENTITY_MSGS-----'
161: );
162: END IF;
163:
164:

Line 306: csd_gen_errmsgs_pvt.save_fnd_msgs

302: ELSE
303: --Rollback to Save point Process_RO
304: ROLLBACK TO sp_process_ro_start;
305: -- Select error messages from stack and insert into CSD_MASS_RO_SN_ERRORS
306: csd_gen_errmsgs_pvt.save_fnd_msgs
307: (p_api_version => 1.0,
308: x_return_status => l_return_status,
309: x_msg_count => l_msg_count,
310: x_msg_data => l_msg_data,

Line 403: csd_gen_errmsgs_pvt.save_fnd_msgs

399: ELSE
400: --Rollback to Save point Process_RO
401: ROLLBACK TO sp_process_ro_start;
402: -- Select error messages from stack and insert into CSD_MASS_RO_SN_ERRORS
403: csd_gen_errmsgs_pvt.save_fnd_msgs
404: (p_api_version => 1.0,
405: x_return_status => l_return_status,
406: x_msg_count => l_msg_count,
407: x_msg_data => l_msg_data,