DBA Data[Home] [Help]

APPS.PAY_KR_YEA_MAGTAPE_PKG dependencies on PAY_ASSIGNMENT_ACTIONS

Line 109: from pay_assignment_actions paa,

105: and hoi3.organization_id = hoi2.organization_id
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

Line 147: pay_assignment_actions paa,

143: 'REPORT_CATEGORY=P', ppa.report_category
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,