DBA Data[Home] [Help]

APPS.PAY_US_REPORTING_UTILS_PKG dependencies on PAY_US_GET_ITEM_DATA_PKG

Line 551: sp_out_1 := pay_us_get_item_data_pkg.get_contact_person_info(

547: --
548: -- Following function is called to fetch Contact Person info
549: --
550: hr_utility.trace('Calling get_cr_person_info');
551: sp_out_1 := pay_us_get_item_data_pkg.get_contact_person_info(
552: p_assignment_id,
553: p_date_earned,
554: p_tax_unit_id,
555: p_effective_date,

Line 582: sp_out_1 := pay_us_get_item_data_pkg.get_contact_person_info(

578: -- vmkulkar - Contact person Title should we displayed in the MD RV Record.
579: -- So using p_contact_prsn_email(out4) for passing TITLE back to the formula.
580: -- ITEM NAME used is 'CS_PERSON'
581:
582: sp_out_1 := pay_us_get_item_data_pkg.get_contact_person_info(
583: p_assignment_id,
584: p_date_earned,
585: p_tax_unit_id,
586: p_effective_date,

Line 610: sp_out_1 := pay_us_get_item_data_pkg.get_mmref_employee_address(

606: --
607: -- Following function is called to fetch Employee Address
608: --
609: hr_utility.trace('EE_ADDRESS Calling get_mmref_employee_address');
610: sp_out_1 := pay_us_get_item_data_pkg.get_mmref_employee_address(
611: p_assignment_id,
612: p_date_earned,
613: p_tax_unit_id,
614: p_effective_date,

Line 644: sp_out_1 := pay_us_get_item_data_pkg.get_mmref_employer_address(

640: --
641: -- Following function is called to fetch Employer Address
642: --
643: hr_utility.trace('ER_ADDRESS Calling get_mmref_employer_address');
644: sp_out_1 := pay_us_get_item_data_pkg.get_mmref_employer_address(
645: p_assignment_id,
646: p_date_earned,
647: p_tax_unit_id,
648: p_effective_date,