DBA Data[Home] [Help]

APPS.PAY_US_PAYSLIP_SIMULATION_MAIN dependencies on PER_ASSIGNMENT_EXTRA_INFO

Line 162: table PER_ASSIGNMENT_EXTRA_INFO by Core Payroll. This

158: Purpose : This procedure is to update the Assignment related data as
159: per the modifications specified on Payroll Simulator page
160: so that Payroll calculations happen accordingly. The
161: details specified on Payroll Simulator page are stored to
162: table PER_ASSIGNMENT_EXTRA_INFO by Core Payroll. This
163: procedure determines the necessary updates to Assignment
164: data and carries them as required.
165: Important : The changes made in this procedure are on the actual data.
166: But since the entire Payroll simulation process is rolled

Line 269: FROM per_assignment_extra_info paei

265: paei.aei_information27,
266: paei.aei_information28,
267: paei.aei_information29,
268: paei.aei_information30
269: FROM per_assignment_extra_info paei
270: WHERE paei.assignment_id = cp_assignment_id
271: AND (paei.aei_information_category
272: LIKE '%'||cp_legislation_code||'_SIMULATION_REGION1'
273: OR