DBA Data[Home] [Help]

APPS.PAY_KR_YEA_MAGTAPE_PKG dependencies on PAY_ASSIGNMENT_ACTIONS

Line 106: from pay_assignment_actions paa,

102: and hoi3.organization_id = hoi2.organization_id
103: and hoi3.org_information_context = 'KR_INCOME_TAX_OFFICE'
104: and exists(
105: select null
106: from pay_assignment_actions paa,
107: pay_payroll_actions ppa
108: where ppa.report_type = 'YEA'
109: and ppa.report_qualifier = 'KR'
110: and ppa.business_group_id = bp1.business_group_id

Line 140: pay_assignment_actions paa,

136: 'DEPENDENT_COUNT=P', pay_kr_yea_magtape_fun_pkg.e_record_count(paa.assignment_id,ppa.effective_date) -- 4738717
137: from per_people_f pp,
138: per_periods_of_service pds,
139: per_assignments_f pa,
140: pay_assignment_actions paa,
141: pay_payroll_actions ppa,
142: hr_organization_units bp,
143: fnd_territories ft,
144: hr_organization_information hoi1,