DBA Data[Home] [Help]

APPS.PAY_ZA_TYE_ARCHIVE_PKG dependencies on FND_DATE

Line 2865: select nvl(min(paaf.effective_start_date), fnd_date.canonical_to_date('1001/01/01 00:00:00'))

2861:
2862: l_days_in_tax_year := l_tax_year_end_date - l_tax_year_start_date + 1 ;
2863:
2864:
2865: select nvl(min(paaf.effective_start_date), fnd_date.canonical_to_date('1001/01/01 00:00:00'))
2866: , nvl(max(paaf.effective_end_date), fnd_date.canonical_to_date('4712/12/31 00:00:00'))
2867: into l_asg_hire_date
2868: , l_asg_term_date
2869: from per_assignment_status_types past,

Line 2866: , nvl(max(paaf.effective_end_date), fnd_date.canonical_to_date('4712/12/31 00:00:00'))

2862: l_days_in_tax_year := l_tax_year_end_date - l_tax_year_start_date + 1 ;
2863:
2864:
2865: select nvl(min(paaf.effective_start_date), fnd_date.canonical_to_date('1001/01/01 00:00:00'))
2866: , nvl(max(paaf.effective_end_date), fnd_date.canonical_to_date('4712/12/31 00:00:00'))
2867: into l_asg_hire_date
2868: , l_asg_term_date
2869: from per_assignment_status_types past,
2870: per_all_assignments_f paaf