DBA Data[Home] [Help]

APPS.HR_HU_CONTACT_API dependencies on PER_BUSINESS_GROUPS

Line 122: from per_business_groups pbg

118: l_legislation_code varchar2(2);
119: --
120: cursor csr_bg is
121: select legislation_code
122: from per_business_groups pbg
123: where pbg.business_group_id = p_business_group_id;
124: --
125: begin
126: hr_utility.set_location('Entering:'|| l_proc, 5);