DBA Data[Home] [Help]

APPS.PAY_KR_YEA_MAGTAPE_PKG dependencies on PAY_PAYROLL_ACTIONS

Line 110: pay_payroll_actions ppa

106: and hoi3.org_information_context = 'KR_INCOME_TAX_OFFICE'
107: and exists(
108: select null
109: from pay_assignment_actions paa,
110: pay_payroll_actions ppa
111: where ppa.report_type = 'YEA'
112: and ppa.report_qualifier = 'KR'
113: and ppa.business_group_id = bp1.business_group_id
114: -- Bug 3248513

Line 148: pay_payroll_actions ppa,

144: from per_people_f pp,
145: per_periods_of_service pds,
146: per_assignments_f pa,
147: pay_assignment_actions paa,
148: pay_payroll_actions ppa,
149: hr_organization_units bp,
150: fnd_territories ft,
151: per_addresses adr,
152: hr_organization_information hoi1,