DBA Data[Home] [Help]

APPS.PAY_KR_ENTRIES_PKG dependencies on FND_DATE

Line 371: fnd_date.date_to_displaydate(p_effective_date));

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

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

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