DBA Data[Home] [Help]

APPS.PAY_JP_ENTRIES_PKG dependencies on FND_DATE

Line 318: hr_utility.set_message_token('DATE',fnd_date.date_to_displaydate(p_effective_date));

314: p_element_type_id => l_element_type_id,
315: p_session_date => p_effective_date);
316: if p_element_link_id is NULL then
317: hr_utility.set_message(801,'HR_7027_ELE_ENTRY_EL_NOT_EXST');
318: hr_utility.set_message_token('DATE',fnd_date.date_to_displaydate(p_effective_date));
319: hr_utility.raise_error;
320: end if;
321: --
322: -- At first, checks whether the entry is available.

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

407: l_inputs(l_counter).value := fnd_number.number_to_canonical(p_business_group_id);
408: elsif l_inputs(l_counter).name = 'ASSIGNMENT_ID' then
409: l_inputs(l_counter).value := fnd_number.number_to_canonical(p_assignment_id);
410: elsif l_inputs(l_counter).name = 'DATE_EARNED' then
411: l_inputs(l_counter).value := fnd_date.date_to_canonical(p_date_earned);
412: elsif l_inputs(l_counter).name = 'ENTRY_VALUE' then
413: l_inputs(l_counter).value := p_entry_value;
414: end if;
415: l_counter := l_inputs.next(l_counter);