DBA Data[Home] [Help]

APPS.PAY_KR_YEA_DON_EFILE_PKG dependencies on PAY_ASSIGNMENT_ACTIONS

Line 89: from pay_assignment_actions paa,

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

Line 114: pay_assignment_actions paa,

110: 'ASSIGNMENT_ACTION_ID=C', to_char(paa.assignment_action_id),
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