DBA Data[Home] [Help]

APPS.HR_NZ_ROUTES dependencies on HR_ORGANIZATION_INFORMATION

Line 77: from hr_organization_information hoi

73: return date is
74: --
75: cursor csr_fiscal_start is
76: select to_date(hoi.org_information11,'yyyy/mm/dd hh24:mi:ss')
77: from hr_organization_information hoi
78: where lower(hoi.org_information_context) = 'business group information'
79: and hoi.organization_id = p_business_group_id;
80: --
81: l_fiscal_start varchar2(11);