DBA Data[Home] [Help]

APPS.HR_NI_CHK_PKG dependencies on HR_ORGANIZATION_INFORMATION

Line 541: FROM hr_organization_information

537: hr_utility.set_location('Entering:'|| l_proc, 5);
538: --
539: SELECT org_information9
540: INTO l_legislation_code
541: FROM hr_organization_information
542: WHERE org_information_context = 'Business Group Information'
543: AND organization_id = p_business_group_id;
544: --
545: --