DBA Data[Home] [Help]

APPS.PYUDET dependencies on FND_DATE

Line 2056: p_entry_information1 => fnd_date.date_to_canonical(l_issue_date),

2052: p_num_entry_values => l_num_entry_values,
2053: p_input_value_id_tbl => l_input_value_id_tbl,
2054: p_entry_value_tbl => l_entry_value_tbl,
2055: p_entry_information_category => 'GB_PAYE',
2056: p_entry_information1 => fnd_date.date_to_canonical(l_issue_date),
2057: p_entry_information2 => fnd_date.date_to_canonical(l_message_date));
2058: end if;
2059:
2060: ---------------------------------------------------

Line 2057: p_entry_information2 => fnd_date.date_to_canonical(l_message_date));

2053: p_input_value_id_tbl => l_input_value_id_tbl,
2054: p_entry_value_tbl => l_entry_value_tbl,
2055: p_entry_information_category => 'GB_PAYE',
2056: p_entry_information1 => fnd_date.date_to_canonical(l_issue_date),
2057: p_entry_information2 => fnd_date.date_to_canonical(l_message_date));
2058: end if;
2059:
2060: ---------------------------------------------------
2061: -- If mode 3 or 4, update the tax code interface --