DBA Data[Home] [Help]

APPS.PY_ZA_TX_01032011 dependencies on PER_ASSIGNMENT_EXTRA_INFO

Line 5721: from per_assignment_extra_info paei

5717: -- If ZA_SPECIFIC_INFO is not filled for an assignment, we default it to Percentage of Specific Income
5718: begin
5719: select paei.AEI_INFORMATION8
5720: into trc_PenBasis
5721: from per_assignment_extra_info paei
5722: where paei.assignment_id = con_ASG_ID
5723: and paei.information_type = 'ZA_SPECIFIC_INFO';
5724: hr_utility.set_location('Pension Basis: '||to_char(trc_PenBasis),2);
5725: exception