DBA Data[Home] [Help]

APPS.PY_ZA_TX_01032009 dependencies on PER_ASSIGNMENT_EXTRA_INFO

Line 5634: from per_assignment_extra_info paei

5630: -- If ZA_SPECIFIC_INFO is not filled for an assignment, we default it to Percentage of Specific Income
5631: begin
5632: select paei.AEI_INFORMATION8
5633: into trc_PenBasis
5634: from per_assignment_extra_info paei
5635: where paei.assignment_id = con_ASG_ID
5636: and paei.information_type = 'ZA_SPECIFIC_INFO';
5637: hr_utility.set_location('Pension Basis: '||to_char(trc_PenBasis),2);
5638: exception