DBA Data[Home] [Help]

APPS.HXC_TKG_BUS dependencies on HR_ORGANIZATION_INFORMATION

Line 189: from hr_organization_information h1

185: l_dummy varchar2(1);
186: --
187: cursor c1 is
188: select null
189: from hr_organization_information h1
190: where h1.org_information_context = 'Business Group Information'
191: and h1.organization_id = p_business_group_id;
192: --
193: Begin