DBA Data[Home] [Help]

APPS.CSD_RECALLS_PVT dependencies on CSD_BULK_RECEIVE_UTIL

Line 845: csd_bulk_receive_util.write_to_conc_log(p_msg_count => x_msg_count,

841: IF (G_LEVEL_PROCEDURE >= G_RUNTIME_LEVEL) THEN
842: Fnd_Log.STRING(G_LEVEL_PROCEDURE, lc_api_name,'Error in CSD_PROCESS_PVT.process_service_request '||x_msg_data);
843: END IF;
844: -- write the error msg to fnd_log.out stream.
845: csd_bulk_receive_util.write_to_conc_log(p_msg_count => x_msg_count,
846: p_msg_data => x_msg_data);
847: RAISE fnd_api.g_exc_error;
848: END IF;
849: l_csd_recall_lines_tbl(l_index).incident_id := x_incident_id;

Line 1005: csd_bulk_receive_util.write_to_conc_log(p_msg_count => x_msg_count,

1001: IF (G_LEVEL_PROCEDURE >= G_RUNTIME_LEVEL) THEN
1002: Fnd_Log.STRING(G_LEVEL_PROCEDURE, lc_api_name,'Error in Create_Repair_Order '||x_msg_data);
1003: END IF;
1004: -- write the error msg to fnd_log.out stream.
1005: csd_bulk_receive_util.write_to_conc_log(p_msg_count => x_msg_count,
1006: p_msg_data => x_msg_data);
1007: RAISE fnd_api.g_exc_error;
1008: END IF;
1009:

Line 1196: csd_bulk_receive_util.write_to_conc_log(p_msg_count => x_msg_count,

1192: UPDATE csd_recall_lines SET processing_flag = 'N'
1193: WHERE processing_group_id = p_group_id;
1194: COMMIT;
1195: -- write the error msg to fnd_log.out stream.
1196: csd_bulk_receive_util.write_to_conc_log(p_msg_count => x_msg_count,
1197: p_msg_data => x_msg_data);
1198: RAISE;
1199:
1200: END PROCESS_RECALL_WORK;