DBA Data[Home] [Help]

APPS.PAY_US_W2_INFO_PKG dependencies on PAY_US_ARCHIVE_UTIL

Line 537: pay_us_archive_util.get_archive_value(p_asg_action_id,

533:
534: /* Code to print Amended/amended date on W-2 */
535:
536: l_corrected_date := fnd_date.canonical_to_date(
537: pay_us_archive_util.get_archive_value(p_asg_action_id,
538: 'A_ARCHIVE_DATE',
539: p_tax_unit_id));
540:
541: hr_utility.trace('Archive Date : ' || l_corrected_date);

Line 568: pay_us_archive_util.get_archive_value(l_payroll_action_id,

564: ELSE
565: --- changed th date format for bug 5656018
566: l_profile_date_string :=-- fnd_date.canonical_to_date(
567: -- fnd_date.chardate_to_date(
568: pay_us_archive_util.get_archive_value(l_payroll_action_id,
569: 'A_VIEW_ONLINE_W2',
570: p_tax_unit_id);
571:
572: hr_utility.trace('l_profile_date '||l_profile_date_string);

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

582:
583: END IF;
584: END IF;
585:
586: l_w2_corrected :=pay_us_archive_util.get_archive_value(p_asg_action_id,
587: 'A_W2_CORRECTED',
588: p_tax_unit_id);
589:
590: hr_utility.trace('View Online W2 Profile date'||l_live_profile_option);

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

1043:
1044: /* Code to print NJ DI.P.P. # */
1045: -- Bug 4544792
1046: If l_nj_state_printed = 'Y' then
1047: l_nj_planid := pay_us_archive_util.get_archive_value(p_asg_action_id,
1048: 'A_SCL_ASG_US_NJ_PLAN_ID', --A_EXTRA_ASSIGNMENT_INFORMATION_PAY_US_DISABILITY_PLAN_INFO_DF_PLAN_ID'
1049: p_tax_unit_id) ;
1050: If l_nj_planid IS NOT NULL then
1051: hr_utility.trace('NJ DIPP plan id: ' || l_nj_planid);