DBA Data[Home] [Help]

APPS.PAY_US_W2_INFO_PKG dependencies on FND_PROFILE

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

538: 'A_ARCHIVE_DATE',
539: p_tax_unit_id));
540:
541: hr_utility.trace('Archive Date : ' || l_corrected_date);
542: /* l_profile_option := fnd_profile.value('HR_VIEW_ONLINE_W2');
543: IF (l_profile_option is null) or (l_profile_option = '') THEN
544: l_profile_date := fnd_date.canonical_to_date('4712/12/31');
545: ELSE
546: */

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

555: otherwise check if the archive profile option exist then use the archive
556: profile option date else continue using the old logic of appending year,
557:
558: */
559: l_live_profile_option := fnd_profile.value('HR_VIEW_ONLINE_W2');
560: hr_utility.trace('View Online W2 Profile date'||l_live_profile_option);
561:
562: IF (l_live_profile_option is null) or (l_live_profile_option = '') THEN
563: l_profile_date := fnd_date.canonical_to_date('4712/12/31');