DBA Data[Home] [Help]

APPS.PAY_US_ARCHIVE dependencies on PER_ASSIGNMENT_EXTRA_INFO

Line 3774: from per_assignment_extra_info

3770: select aei_information1,
3771: aei_information2,
3772: aei_information3,
3773: aei_information4
3774: from per_assignment_extra_info
3775: where information_type = 'PAY_US_PENSION_REPORTING'
3776: and assignment_id = cp_assignment_id;
3777:
3778: CURSOR c_get_1099_distribution_info(cp_person_id in number,

Line 3825: from per_assignment_extra_info

3821: /* This cursor is removed because now the NJ Disablily Plan ID will be stored in segment19 of
3822: Soft Coded KFF.
3823: CURSOR c_get_disability_plan_eit_info(cp_assignment_id in number) IS
3824: select aei_information1
3825: from per_assignment_extra_info
3826: where information_type = 'PAY_US_DISABILITY_PLAN_INFO'
3827: and assignment_id = cp_assignment_id;
3828: */
3829: