DBA Data[Home] [Help]

APPS.PQH_WKS_BUDGET dependencies on FND_DATE

Line 693: hr_utility.set_message_token('STARTDATE',fnd_date.date_to_chardate(p_wks_start_date));

689: hr_utility.raise_error;
690: elsif p_wks_start_date > p_wks_end_date then
691: hr_utility.set_message(8302,'PQH_INVALID_END_DT');
692: /* Commented and added as a part of Bug#10239077 Starts
693: hr_utility.set_message_token('STARTDATE',fnd_date.date_to_chardate(p_wks_start_date));
694: hr_utility.set_message_token('ENDDATE',fnd_date.date_to_chardate(p_wks_end_date)); */
695: hr_utility.set_message_token('STARTDATE',fnd_date.date_to_chardate(p_wks_start_date, calendar_aware => FND_DATE.calendar_aware_alt));
696: hr_utility.set_message_token('ENDDATE',fnd_date.date_to_chardate(p_wks_end_date, calendar_aware => FND_DATE.calendar_aware_alt));
697: /* Commented and added as a part of Bug#10239077 Ends*/

Line 694: hr_utility.set_message_token('ENDDATE',fnd_date.date_to_chardate(p_wks_end_date)); */

690: elsif p_wks_start_date > p_wks_end_date then
691: hr_utility.set_message(8302,'PQH_INVALID_END_DT');
692: /* Commented and added as a part of Bug#10239077 Starts
693: hr_utility.set_message_token('STARTDATE',fnd_date.date_to_chardate(p_wks_start_date));
694: hr_utility.set_message_token('ENDDATE',fnd_date.date_to_chardate(p_wks_end_date)); */
695: hr_utility.set_message_token('STARTDATE',fnd_date.date_to_chardate(p_wks_start_date, calendar_aware => FND_DATE.calendar_aware_alt));
696: hr_utility.set_message_token('ENDDATE',fnd_date.date_to_chardate(p_wks_end_date, calendar_aware => FND_DATE.calendar_aware_alt));
697: /* Commented and added as a part of Bug#10239077 Ends*/
698: hr_utility.raise_error;

Line 695: hr_utility.set_message_token('STARTDATE',fnd_date.date_to_chardate(p_wks_start_date, calendar_aware => FND_DATE.calendar_aware_alt));

691: hr_utility.set_message(8302,'PQH_INVALID_END_DT');
692: /* Commented and added as a part of Bug#10239077 Starts
693: hr_utility.set_message_token('STARTDATE',fnd_date.date_to_chardate(p_wks_start_date));
694: hr_utility.set_message_token('ENDDATE',fnd_date.date_to_chardate(p_wks_end_date)); */
695: hr_utility.set_message_token('STARTDATE',fnd_date.date_to_chardate(p_wks_start_date, calendar_aware => FND_DATE.calendar_aware_alt));
696: hr_utility.set_message_token('ENDDATE',fnd_date.date_to_chardate(p_wks_end_date, calendar_aware => FND_DATE.calendar_aware_alt));
697: /* Commented and added as a part of Bug#10239077 Ends*/
698: hr_utility.raise_error;
699: end if;

Line 696: hr_utility.set_message_token('ENDDATE',fnd_date.date_to_chardate(p_wks_end_date, calendar_aware => FND_DATE.calendar_aware_alt));

692: /* Commented and added as a part of Bug#10239077 Starts
693: hr_utility.set_message_token('STARTDATE',fnd_date.date_to_chardate(p_wks_start_date));
694: hr_utility.set_message_token('ENDDATE',fnd_date.date_to_chardate(p_wks_end_date)); */
695: hr_utility.set_message_token('STARTDATE',fnd_date.date_to_chardate(p_wks_start_date, calendar_aware => FND_DATE.calendar_aware_alt));
696: hr_utility.set_message_token('ENDDATE',fnd_date.date_to_chardate(p_wks_end_date, calendar_aware => FND_DATE.calendar_aware_alt));
697: /* Commented and added as a part of Bug#10239077 Ends*/
698: hr_utility.raise_error;
699: end if;
700: if p_budget_version_id is not null then