DBA Data[Home] [Help]

APPS.PQH_BDGT dependencies on FND_DATE

Line 886: hr_utility.set_message_token('STARTDATE',fnd_date.date_to_chardate(p_date_from));

882: hr_utility.set_message(8302,'PQH_END_DT_NULL');
883: hr_utility.raise_error;
884: elsif p_date_from > p_date_to then
885: hr_utility.set_message(8302,'PQH_INVALID_END_DT');
886: hr_utility.set_message_token('STARTDATE',fnd_date.date_to_chardate(p_date_from));
887: hr_utility.set_message_token('ENDDATE',fnd_date.date_to_chardate(p_date_to));
888: hr_utility.raise_error;
889: end if;
890: -- we are here to correct a existing version or checking for the new version to be entered.

Line 887: hr_utility.set_message_token('ENDDATE',fnd_date.date_to_chardate(p_date_to));

883: hr_utility.raise_error;
884: elsif p_date_from > p_date_to then
885: hr_utility.set_message(8302,'PQH_INVALID_END_DT');
886: hr_utility.set_message_token('STARTDATE',fnd_date.date_to_chardate(p_date_from));
887: hr_utility.set_message_token('ENDDATE',fnd_date.date_to_chardate(p_date_to));
888: hr_utility.raise_error;
889: end if;
890: -- we are here to correct a existing version or checking for the new version to be entered.
891: open c0;