DBA Data[Home] [Help]

APPS.HR_HU_CONTINGENT_WORKER_API dependencies on PER_BUSINESS_GROUPS

Line 149: from per_business_groups pbg

145: l_legislation_code varchar2(2);
146: --
147: cursor csr_bg is
148: select legislation_code
149: from per_business_groups pbg
150: where pbg.business_group_id = p_business_group_id;
151: --
152: begin
153: hr_utility.set_location('Entering:'|| l_proc, 5);