DBA Data[Home] [Help]

APPS.PAY_NZ_EDF dependencies on HR_LOCATIONS

Line 320: hr_locations l,

316: SUM(decode(pbt.balance_name,'KiwiSaver Employer Contributions',target.result_value * feed.scale,0)) kiwisaver_employer_deductions
317: FROM
318: hr_organization_units o,
319: hr_organization_information i,
320: hr_locations l,
321: hr_soft_coding_keyflex scl,
322: per_assignments_f asg,
323: pay_balance_types pbt,
324: pay_run_result_values target,