DBA Data[Home] [Help]

APPS.GHR_CPDF_DYNRPT dependencies on FND_FILE

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

2466: p_message => l_log_text
2467: );
2468:
2469: l_mesgbuff1:='No Records found for the period '||p_start_Date||' - '||p_end_date;
2470: fnd_file.put(fnd_file.log,l_mesgbuff1);
2471: fnd_file.new_line(fnd_file.log);
2472: END IF;
2473:
2474: ELSE -- DATES are not proper

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

2467: );
2468:
2469: l_mesgbuff1:='No Records found for the period '||p_start_Date||' - '||p_end_date;
2470: fnd_file.put(fnd_file.log,l_mesgbuff1);
2471: fnd_file.new_line(fnd_file.log);
2472: END IF;
2473:
2474: ELSE -- DATES are not proper
2475: l_message_name:= 'CHECK_REPORT_FROM_TO_DATES';