DBA Data[Home] [Help]

APPS.PQP_EXCP_RPT dependencies on FND_DATE

Line 331: ,fnd_date.canonical_to_date(p_report_date)

327: --
328: OPEN c_get_payroll_name(r_excp_rpt_data.payroll_id
329: ,r_excp_rpt_data.consolidation_set_id
330: ,r_excp_rpt_data.business_group_id
331: ,fnd_date.canonical_to_date(p_report_date)
332: );
333: FETCH c_get_payroll_name INTO l_payroll_name;
334: CLOSE c_get_payroll_name;
335: -- Close cursor

Line 478: fnd_file.put_line(fnd_file.output,fnd_date.canonical_to_date(p_report_date) || '"');

474: --
475: IF NOT l_header_printed THEN
476: fnd_file.put(fnd_file.output,'"Effective Date","');
477: -- BUG #3008584, changed from Payroll date to report parameter date.
478: fnd_file.put_line(fnd_file.output,fnd_date.canonical_to_date(p_report_date) || '"');
479:
480: fnd_file.put(fnd_file.output,'"Business Group Name","');
481: fnd_file.put_line(fnd_file.output,l_business_group_name||'"');
482: