DBA Data[Home] [Help]

APPS.PAY_US_W2_INFO_PKG dependencies on PAY_US_ARCHIVE_UTIL

Line 561: pay_us_archive_util.get_archive_value(p_asg_action_id,

557:
558: /* Code to print Amended/amended date on W-2 */
559:
560: l_corrected_date := fnd_date.canonical_to_date(
561: pay_us_archive_util.get_archive_value(p_asg_action_id,
562: 'A_ARCHIVE_DATE',
563: p_tax_unit_id));
564:
565: hr_utility.trace('Archive Date : ' || l_corrected_date);

Line 592: pay_us_archive_util.get_archive_value(l_payroll_action_id,

588: ELSE
589: --- changed th date format for bug 5656018
590: l_profile_date_string :=-- fnd_date.canonical_to_date(
591: -- fnd_date.chardate_to_date(
592: pay_us_archive_util.get_archive_value(l_payroll_action_id,
593: 'A_VIEW_ONLINE_W2',
594: p_tax_unit_id);
595:
596: hr_utility.trace('l_profile_date '||l_profile_date_string);

Line 610: l_w2_corrected :=pay_us_archive_util.get_archive_value(p_asg_action_id,

606:
607: END IF;
608: END IF;
609:
610: l_w2_corrected :=pay_us_archive_util.get_archive_value(p_asg_action_id,
611: 'A_W2_CORRECTED',
612: p_tax_unit_id);
613:
614: hr_utility.trace('View Online W2 Profile date'||l_live_profile_option);

Line 1123: l_nj_planid := pay_us_archive_util.get_archive_value(p_asg_action_id,

1119:
1120: /* Code to print NJ DI.P.P. # */
1121: -- Bug 4544792
1122: If l_nj_state_printed = 'Y' then
1123: l_nj_planid := pay_us_archive_util.get_archive_value(p_asg_action_id,
1124: 'A_SCL_ASG_US_NJ_PLAN_ID', --A_EXTRA_ASSIGNMENT_INFORMATION_PAY_US_DISABILITY_PLAN_INFO_DF_PLAN_ID'
1125: p_tax_unit_id) ;
1126: If l_nj_planid IS NOT NULL then
1127: hr_utility.trace('NJ DIPP plan id: ' || l_nj_planid);