DBA Data[Home] [Help]

APPS.HR_AU_ROUTES dependencies on HR_ORGANIZATION_INFORMATION

Line 83: from hr_organization_information hoi

79: return date is
80: --
81: cursor csr_fiscal_start is
82: select to_date(hoi.org_information11,'yyyy/mm/dd hh24:mi:ss')
83: from hr_organization_information hoi
84: where lower(hoi.org_information_context) = 'business group information'
85: and hoi.organization_id = p_business_group_id;
86: --
87: l_fiscal_start varchar2(11);