DBA Data[Home] [Help]

APPS.GHR_CPDF_DYNRPT dependencies on FND_FILE

Line 2317: fnd_file.put(fnd_file.log,l_mesgbuff1);

2313: p_message => l_log_text
2314: );
2315:
2316: l_mesgbuff1:='No Records found for the period '||p_start_Date||' - '||p_end_date;
2317: fnd_file.put(fnd_file.log,l_mesgbuff1);
2318: fnd_file.new_line(fnd_file.log);
2319: END IF;
2320:
2321: ELSE -- DATES are not proper

Line 2318: fnd_file.new_line(fnd_file.log);

2314: );
2315:
2316: l_mesgbuff1:='No Records found for the period '||p_start_Date||' - '||p_end_date;
2317: fnd_file.put(fnd_file.log,l_mesgbuff1);
2318: fnd_file.new_line(fnd_file.log);
2319: END IF;
2320:
2321: ELSE -- DATES are not proper
2322: l_message_name:= 'CHECK_REPORT_FROM_TO_DATES';