DBA Data[Home] [Help]

APPS.PAY_JP_ENTRIES_PKG dependencies on FND_DATE

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

330: p_element_type_id => l_element_type_id,
331: p_session_date => p_effective_date);
332: if p_element_link_id is NULL then
333: hr_utility.set_message(801,'HR_7027_ELE_ENTRY_EL_NOT_EXST');
334: hr_utility.set_message_token('DATE',fnd_date.date_to_displaydate(p_effective_date));
335: hr_utility.raise_error;
336: end if;
337: --
338: -- At first, checks whether the entry is available.

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

423: l_inputs(l_counter).value := fnd_number.number_to_canonical(p_business_group_id);
424: elsif l_inputs(l_counter).name = 'ASSIGNMENT_ID' then
425: l_inputs(l_counter).value := fnd_number.number_to_canonical(p_assignment_id);
426: elsif l_inputs(l_counter).name = 'DATE_EARNED' then
427: l_inputs(l_counter).value := fnd_date.date_to_canonical(p_date_earned);
428: elsif l_inputs(l_counter).name = 'ENTRY_VALUE' then
429: l_inputs(l_counter).value := p_entry_value;
430: end if;
431: l_counter := l_inputs.next(l_counter);