DBA Data[Home] [Help]

APPS.PAY_KR_YEA_DON_EFILE_PKG dependencies on PAY_PAYROLL_ACTIONS

Line 90: pay_payroll_actions ppa

86: and hoi3.org_information_context = 'KR_INCOME_TAX_OFFICE'
87: and exists(
88: select null
89: from pay_assignment_actions paa,
90: pay_payroll_actions ppa
91: where ppa.report_type = 'YEA'
92: and ppa.report_qualifier = 'KR'
93: and ppa.business_group_id = bp1.business_group_id
94: -- Bug 3248513

Line 115: pay_payroll_actions ppa,

111: 'DATE_EARNED=C', fnd_date.date_to_canonical(ppa.effective_date),
112: 'EFFECTIVE_DATE=P', fnd_date.date_to_canonical(ppa.effective_date)
113: from per_assignments_f pa,
114: pay_assignment_actions paa,
115: pay_payroll_actions ppa,
116: hr_organization_units bp,
117: hr_organization_information hoi1,
118: hr_organization_information hoi2
119: where hoi1.org_information2 = p_bp_number