DBA Data[Home] [Help]

APPS.CUG_SR_ATTRIBUTE_INTF dependencies on FND_MESSAGE

Line 529: Errbuf := fnd_message.get||' '||SQLERRM;

525: fnd_msg_pub.count_and_get(p_count => x_msg_count, p_data => x_msg_data);
526: retcode :=2;
527:
528: WHEN OTHERS THEN
529: Errbuf := fnd_message.get||' '||SQLERRM;
530: Retcode := 2;
531: fnd_file.put_line(fnd_file.log,'others '||sqlerrm||to_char(sqlcode));
532:
533: END CREATE_ATTR_TEMPLATE;

Line 710: Errbuf := fnd_message.get||' '||SQLERRM;

706: close c_cug_sr_attr_ListName;
707:
708: EXCEPTION
709: WHEN OTHERS THEN
710: Errbuf := fnd_message.get||' '||SQLERRM;
711: Retcode := 2;
712: fnd_file.put_line(fnd_file.log,'others '||sqlerrm||to_char(sqlcode));
713:
714: END Update_Attr_ListName;