DBA Data[Home] [Help]

APPS.PSP_PI_IMPORT_DATA dependencies on FND_GLOBAL

Line 199: errbuf := l_error_api_name || fnd_global.local_chr(10) || l_dist_message;

195: WHEN RECORD_ALREADY_LOCKED THEN
196: fnd_message.set_name('PSP', 'PSP_PI_BATCH_IN_PROGRESS');
197: fnd_message.set_token('BATCH_NAME', v_batch_name);
198: l_dist_message := fnd_message.get;
199: errbuf := l_error_api_name || fnd_global.local_chr(10) || l_dist_message;
200: retcode:= 2;
201: -- End of Enh. fix 2094036
202: when FND_API.G_EXC_UNEXPECTED_ERROR Then
203: fnd_msg_pub.get(p_msg_index => FND_MSG_PUB.G_FIRST,

Line 210: errbuf := substr(l_error_api_name || fnd_global.local_chr(10) || l_msg_data || fnd_global.local_chr(10) || l_dist_message, 1, 232);

206: p_msg_index_out => l_msg_count);
207: fnd_message.set_name('PSP','PSP_PI_IMPORT_GENERAL');
208: fnd_message.set_token('PROCEDURE_NAME',l_error_api_name);
209: l_dist_message := fnd_message.get;
210: errbuf := substr(l_error_api_name || fnd_global.local_chr(10) || l_msg_data || fnd_global.local_chr(10) || l_dist_message, 1, 232);
211: retCode := 2;
212: rollback;
213:
214:

Line 226: errbuf := substr(l_error_api_name || fnd_global.local_chr(10) || l_msg_data || fnd_global.local_chr(10) || l_dist_message, 1, 232);

222: fnd_message.set_name('PSP','PSP_PI_IMPORT_GENERAL');
223: fnd_message.set_token('PROCEDURE_NAME',l_error_api_name);
224: l_dist_message := fnd_message.get;
225:
226: errbuf := substr(l_error_api_name || fnd_global.local_chr(10) || l_msg_data || fnd_global.local_chr(10) || l_dist_message, 1, 232);
227: retCode := 2;
228: rollback;
229: End Imp_Rec;
230: /***********************************Change_To_Transfer************************************