DBA Data[Home] [Help]

APPS.PAY_KR_SEP_FORM_PKG dependencies on FND_DATE

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

938: l_inputs(l_counter).value := fnd_number.number_to_canonical(p_business_group_id);
939: elsif l_inputs(l_counter).name = 'ASSIGNMENT_ID' then
940: l_inputs(l_counter).value := fnd_number.number_to_canonical(p_assignment_id);
941: elsif l_inputs(l_counter).name = 'DATE_EARNED' then
942: l_inputs(l_counter).value := fnd_date.date_to_canonical(p_date_earned);
943: elsif l_inputs(l_counter).name = 'ENTRY_VALUE' then
944: l_inputs(l_counter).value := p_entry_value;
945: end if;
946: l_counter := l_inputs.next(l_counter);

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

1885: p_session_date => p_effective_date);
1886: --
1887: if p_element_link_id is null then
1888: hr_utility.set_message(801,'HR_7027_ELE_ENTRY_EL_NOT_EXST');
1889: hr_utility.set_message_token('DATE',fnd_date.date_to_displaydate(p_effective_date));
1890: hr_utility.raise_error;
1891: end if;
1892: --
1893: chk_entry(