DBA Data[Home] [Help]

APPS.PAY_KR_ENTRIES_PKG dependencies on FND_DATE

Line 368: fnd_date.date_to_displaydate(p_effective_date));

364: p_session_date => p_effective_date);
365: if p_element_link_id is NULL then
366: hr_utility.set_message(801,'HR_7027_ELE_ENTRY_EL_NOT_EXST');
367: hr_utility.set_message_token('DATE',
368: fnd_date.date_to_displaydate(p_effective_date));
369: hr_utility.raise_error;
370: end if;
371: --
372: -- At first, checks whether the entry is available.

Line 451: l_inputs(l_counter).value := fnd_date.date_to_canonical(p_date_earned);

447: l_inputs(l_counter).value := fnd_number.number_to_canonical(p_business_group_id);
448: elsif l_inputs(l_counter).name = 'ASSIGNMENT_ID' then
449: l_inputs(l_counter).value := fnd_number.number_to_canonical(p_assignment_id);
450: elsif l_inputs(l_counter).name = 'DATE_EARNED' then
451: l_inputs(l_counter).value := fnd_date.date_to_canonical(p_date_earned);
452: elsif l_inputs(l_counter).name = 'ENTRY_VALUE' then
453: l_inputs(l_counter).value := p_entry_value;
454: end if;
455: l_counter := l_inputs.next(l_counter);