DBA Data[Home] [Help]

APPS.BEN_EXTRACT_SEED dependencies on FND_FILE

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

136: end if ;
137:
138: if g_business_group_id is not null and fnd_global.conc_request_id <> -1 then
139: if p_err_msg is not null then
140: fnd_file.put_line(fnd_file.log,l_string || p_err_msg);
141: elsif p_err_num is not null then
142: fnd_message.set_name(substr(p_err_num,1,3),p_err_num);
143: end if ;
144: end if ;

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

145:
146:
147: if g_errors_count > g_max_errors_allowed then
148: fnd_message.set_name('BEN','BEN_91947_EXT_MX_ERR_NUM');
149: fnd_file.put_line(fnd_file.log, fnd_message.get);
150: fnd_message.raise_error;
151: end if ;
152:
153: End write_err ;

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

2082: --for the business group extract dont allow to upload if the extract layout already exist
2083: if nvl(fnd_global.conc_request_id,-1) <> -1 and
2084: ( l_new_business_group_id is not null and g_override <> 'Y' ) then
2085: fnd_message.set_name('BEN','BEN_93741_EXT_FILE_EXISTS');
2086: fnd_file.put_line(fnd_file.log, fnd_message.get);
2087: fnd_message.raise_error;
2088: end if ;
2089: --- data exist and global and xml_tag name is not matching
2090: --- update the extract file layout