DBA Data[Home] [Help]

APPS.PY_ZA_TX_01032012 dependencies on PER_ASSIGNMENT_EXTRA_INFO

Line 7881: from per_assignment_extra_info paei

7877: -- If ZA_SPECIFIC_INFO is not filled for an assignment, we default it to Percentage of Specific Income
7878: begin
7879: select paei.AEI_INFORMATION8
7880: into trc_PenBasis
7881: from per_assignment_extra_info paei
7882: where paei.assignment_id = con_ASG_ID
7883: and paei.information_type = 'ZA_SPECIFIC_INFO';
7884: hr_utility.set_location('Pension Basis: '||to_char(trc_PenBasis),2);
7885: exception