DBA Data[Home] [Help]

APPS.PAY_ZA_EMP201 dependencies on FND_DATE

Line 342: l_effective_date := fnd_date.canonical_to_date(l_calendar_month);

338: p_token_name => 'CALENDAR_MONTH',
339: p_token_value => l_calendar_month
340: );
341:
342: l_effective_date := fnd_date.canonical_to_date(l_calendar_month);
343:
344:
345: -- Bug 16174886
346: -- Retrieve the Legal_Entity from legislative parameters from the payroll action

Line 495: l_month_start := add_months(fnd_date.canonical_to_date(l_calendar_month), -1)+1;

491: );
492:
493: hr_utility.set_location('l_calendar_month '||l_calendar_month, 10);
494:
495: l_month_start := add_months(fnd_date.canonical_to_date(l_calendar_month), -1)+1;
496: l_month_end := fnd_date.canonical_to_date(l_calendar_month) ;
497:
498: hr_utility.set_location('l_month_start '||to_char(l_month_start, 'dd/mm/yyyy'), 10);
499: hr_utility.set_location('l_month_end '||to_char(l_month_end, 'dd/mm/yyyy'), 10);

Line 496: l_month_end := fnd_date.canonical_to_date(l_calendar_month) ;

492:
493: hr_utility.set_location('l_calendar_month '||l_calendar_month, 10);
494:
495: l_month_start := add_months(fnd_date.canonical_to_date(l_calendar_month), -1)+1;
496: l_month_end := fnd_date.canonical_to_date(l_calendar_month) ;
497:
498: hr_utility.set_location('l_month_start '||to_char(l_month_start, 'dd/mm/yyyy'), 10);
499: hr_utility.set_location('l_month_end '||to_char(l_month_end, 'dd/mm/yyyy'), 10);
500:

Line 972: l_month_end := fnd_date.canonical_to_date(l_calendar_month) ;

968: p_token_name => 'CALENDAR_MONTH',
969: p_token_value => l_calendar_month
970: );
971:
972: l_month_end := fnd_date.canonical_to_date(l_calendar_month) ;
973:
974: l_effective_date := l_month_end ;
975:
976: -- Retrieve the employee details