DBA Data[Home] [Help]

APPS.PAY_US_REPORTING_UTILS_PKG dependencies on PAY_US_GET_ITEM_DATA_PKG

Line 537: sp_out_1 := pay_us_get_item_data_pkg.get_contact_person_info(

533: --
534: -- Following function is called to fetch Contact Person info
535: --
536: hr_utility.trace('Calling get_cr_person_info');
537: sp_out_1 := pay_us_get_item_data_pkg.get_contact_person_info(
538: p_assignment_id,
539: p_date_earned,
540: p_tax_unit_id,
541: p_effective_date,

Line 568: sp_out_1 := pay_us_get_item_data_pkg.get_contact_person_info(

564: -- vmkulkar - Contact person Title should we displayed in the MD RV Record.
565: -- So using p_contact_prsn_email(out4) for passing TITLE back to the formula.
566: -- ITEM NAME used is 'CS_PERSON'
567:
568: sp_out_1 := pay_us_get_item_data_pkg.get_contact_person_info(
569: p_assignment_id,
570: p_date_earned,
571: p_tax_unit_id,
572: p_effective_date,

Line 596: sp_out_1 := pay_us_get_item_data_pkg.get_mmref_employee_address(

592: --
593: -- Following function is called to fetch Employee Address
594: --
595: hr_utility.trace('EE_ADDRESS Calling get_mmref_employee_address');
596: sp_out_1 := pay_us_get_item_data_pkg.get_mmref_employee_address(
597: p_assignment_id,
598: p_date_earned,
599: p_tax_unit_id,
600: p_effective_date,

Line 630: sp_out_1 := pay_us_get_item_data_pkg.get_mmref_employer_address(

626: --
627: -- Following function is called to fetch Employer Address
628: --
629: hr_utility.trace('ER_ADDRESS Calling get_mmref_employer_address');
630: sp_out_1 := pay_us_get_item_data_pkg.get_mmref_employer_address(
631: p_assignment_id,
632: p_date_earned,
633: p_tax_unit_id,
634: p_effective_date,