DBA Data[Home] [Help]

APPS.PAY_KR_DIM_PKG dependencies on HR_ORGANIZATION_INFORMATION

Line 246: from hr_organization_information hoi,

242: is
243: l_fiscal_year_start_date date;
244: cursor csr_fiscal_year_start_date is
245: select fnd_date.canonical_to_date(hoi.org_information11)
246: from hr_organization_information hoi,
247: pay_payroll_actions ppa
248: where ppa.payroll_action_id = p_payroll_action_id
249: and hoi.organization_id = ppa.business_group_id
250: and hoi.org_information_context = 'Business Group Information';