DBA Data[Home] [Help]

APPS.HR_ASSIGNMENT_INTERNAL dependencies on FND_DATE

Line 6889: fnd_date.date_to_canonical(l_effective_start_date)

6885: -- an assignment. It is within its own block because we don't
6886: -- want to rollback the update to the assignment in the event that
6887: -- the FTE processing fails for some reason.
6888: hr_utility.trace('Inside '||l_proc||l_assignment_id||' on '||
6889: fnd_date.date_to_canonical(l_effective_start_date)
6890: );
6891: FOR this_abvm IN csr_abvm_uoms_to_process
6892: (p_business_group_id => l_business_group_id
6893: ,p_legislation_code => l_legislation_code

Line 6933: fnd_date.date_to_canonical(l_effective_start_date));

6929: END LOOP; -- FOR this_abvm IN csr_abvm_uoms_to_process
6930:
6931: IF g_debug THEN
6932: hr_utility.trace('Leaving '||l_proc||' for '|| l_assignment_id||' on '||
6933: fnd_date.date_to_canonical(l_effective_start_date));
6934: END IF;
6935: END IF; -- IF (l_assignment_id IS NOT NULL AND l_assignment_type = 'E')
6936: END;
6937:

Line 6941: fnd_date.date_to_canonical(l_effective_start_date));

6937:
6938: EXCEPTION
6939: WHEN OTHERS THEN
6940: hr_utility.trace('Error in '||l_proc||' for '||l_assignment_id||' on '||
6941: fnd_date.date_to_canonical(l_effective_start_date));
6942: l_error_message := fnd_message.get;
6943: l_error_message := NVL(RTRIM(LTRIM(l_error_message)),'SQLERRM:'||SQLERRM);
6944: IF g_debug THEN
6945: hr_utility.trace(l_proc||' : Error msg '||l_error_message);