DBA Data[Home] [Help]

APPS.PAY_US_W2_INFO_PKG dependencies on FND_PROFILE

Line 566: /* l_profile_option := fnd_profile.value('HR_VIEW_ONLINE_W2');

562: 'A_ARCHIVE_DATE',
563: p_tax_unit_id));
564:
565: hr_utility.trace('Archive Date : ' || l_corrected_date);
566: /* l_profile_option := fnd_profile.value('HR_VIEW_ONLINE_W2');
567: IF (l_profile_option is null) or (l_profile_option = '') THEN
568: l_profile_date := fnd_date.canonical_to_date('4712/12/31');
569: ELSE
570: */

Line 583: l_live_profile_option := fnd_profile.value('HR_VIEW_ONLINE_W2');

579: otherwise check if the archive profile option exist then use the archive
580: profile option date else continue using the old logic of appending year,
581:
582: */
583: l_live_profile_option := fnd_profile.value('HR_VIEW_ONLINE_W2');
584: hr_utility.trace('View Online W2 Profile date'||l_live_profile_option);
585:
586: IF (l_live_profile_option is null) or (l_live_profile_option = '') THEN
587: l_profile_date := fnd_date.canonical_to_date('4712/12/31');