DBA Data[Home] [Help]

APPS.HR_PL_CONTACT_API dependencies on PER_BUSINESS_GROUPS

Line 346: from per_business_groups pbg

342:
343: --
344: cursor csr_bg is
345: select legislation_code
346: from per_business_groups pbg
347: where pbg.business_group_id = p_business_group_id;
348: Begin
349: l_proc := g_package||'create_pl_person';
350: hr_utility.set_location('Entering:'|| l_proc, 45);