DBA Data[Home] [Help]

APPS.GHR_462 dependencies on FND_DATE

Line 24: l_from_date:= fnd_date.canonical_to_date(p_from_date);

20: -- To clear the PL/SQL Table values.
21: vXMLTable.DELETE;
22: vCtr := 1;
23: -- Changing the date parameters from canonical format to date format.
24: l_from_date:= fnd_date.canonical_to_date(p_from_date);
25: l_to_date := fnd_date.canonical_to_date(p_to_date);
26: l_fiscal_year := to_number(to_char(l_to_date,'YYYY'));
27: -- Populate the Part 1 of 462 Report
28: fnd_file.put_line(fnd_file.log,'Calling Procedure to Populate Part1');

Line 25: l_to_date := fnd_date.canonical_to_date(p_to_date);

21: vXMLTable.DELETE;
22: vCtr := 1;
23: -- Changing the date parameters from canonical format to date format.
24: l_from_date:= fnd_date.canonical_to_date(p_from_date);
25: l_to_date := fnd_date.canonical_to_date(p_to_date);
26: l_fiscal_year := to_number(to_char(l_to_date,'YYYY'));
27: -- Populate the Part 1 of 462 Report
28: fnd_file.put_line(fnd_file.log,'Calling Procedure to Populate Part1');
29: populate_part1(