DBA Data[Home] [Help]

APPS.IGW_EDI_PROCESSING dependencies on FND_MSG_PUB

Line 148: errbuf:= errbuf||fnd_msg_pub.get(p_msg_index => 1, p_encoded => 'TRUE');

144: retcode := 2;
145: if l_return_status = 'U' then
146: errbuf := l_msg_data||l_procedure_name;
147: else
148: errbuf:= errbuf||fnd_msg_pub.get(p_msg_index => 1, p_encoded => 'TRUE');
149: end if;
150:
151: when others then
152: retcode := 2;