DBA Data[Home] [Help]

APPS.PY_ZA_TX_01032013 dependencies on PER_ASSIGNMENT_EXTRA_INFO

Line 4692: from per_assignment_extra_info paei

4688: -- If ZA_SPECIFIC_INFO is not filled for an assignment, we default it to Percentage of Specific Income
4689: begin
4690: select paei.AEI_INFORMATION8
4691: into trc_PenBasis
4692: from per_assignment_extra_info paei
4693: where paei.assignment_id = con_ASG_ID
4694: and paei.information_type = 'ZA_SPECIFIC_INFO';
4695: hr_utility.trace(' Pension Basis :'||to_char(trc_PenBasis));
4696: exception