DBA Data[Home] [Help]

APPS.PER_DIF_STMT_REPORT dependencies on FND_DATE

Line 64: l_date_from := fnd_date.canonical_to_date(p_date_from);

60: xml_table.delete;
61: hr_utility.set_location('Deleted rows in xml table', 20);
62: --
63: -- Set the date values
64: l_date_from := fnd_date.canonical_to_date(p_date_from);
65: l_date_to := fnd_date.canonical_to_date(p_date_to);
66: --
67: -- Get a list of employees for this establishment
68: -- and accrual plan, if any

Line 65: l_date_to := fnd_date.canonical_to_date(p_date_to);

61: hr_utility.set_location('Deleted rows in xml table', 20);
62: --
63: -- Set the date values
64: l_date_from := fnd_date.canonical_to_date(p_date_from);
65: l_date_to := fnd_date.canonical_to_date(p_date_to);
66: --
67: -- Get a list of employees for this establishment
68: -- and accrual plan, if any
69: -- Build the query dynamically

Line 472: and fnd_date.canonical_to_date(decode(substr(piv2.uom, 1, 1),'D',

468: and ncr.date_input_value_id = piv2.input_value_id
469: and pee.element_type_id = piv2.element_type_id
470: and c_end_date between piv2.effective_start_date
471: and piv2.effective_end_date
472: and fnd_date.canonical_to_date(decode(substr(piv2.uom, 1, 1),'D',
473: pev1.screen_entry_value, Null))
474: between c_start_date and c_end_date);
475: --
476: BEGIN