DBA Data[Home] [Help]

APPS.BEN_EXTRACT_SEED dependencies on FND_FILE

Line 193: fnd_file.put_line(fnd_file.log,l_string || p_err_msg);

189: end if ;
190:
191: if g_business_group_id is not null and fnd_global.conc_request_id <> -1 then
192: if p_err_msg is not null then
193: fnd_file.put_line(fnd_file.log,l_string || p_err_msg);
194: elsif p_err_num is not null then
195: fnd_message.set_name(substr(p_err_num,1,3),p_err_num);
196: end if ;
197: end if ;

Line 202: fnd_file.put_line(fnd_file.log, fnd_message.get);

198:
199:
200: if g_errors_count > g_max_errors_allowed then
201: fnd_message.set_name('BEN','BEN_91947_EXT_MX_ERR_NUM');
202: fnd_file.put_line(fnd_file.log, fnd_message.get);
203: fnd_message.raise_error;
204: end if ;
205:
206: End write_err ;

Line 2142: fnd_file.put_line(fnd_file.log, fnd_message.get);

2138: --for the business group extract dont allow to upload if the extract layout already exist
2139: if nvl(fnd_global.conc_request_id,-1) <> -1 and
2140: ( l_new_business_group_id is not null and g_override <> 'Y' ) then
2141: fnd_message.set_name('BEN','BEN_93741_EXT_FILE_EXISTS');
2142: fnd_file.put_line(fnd_file.log, fnd_message.get);
2143: fnd_message.raise_error;
2144: end if ;
2145: --- data exist and global and xml_tag name is not matching
2146: --- update the extract file layout