DBA Data[Home] [Help]

APPS.HR_PERSON_DEPLOYMENT_API dependencies on PER_BUSINESS_GROUPS

Line 97: from per_business_groups pbg

93: l_proc varchar2(72) := g_package||'create_person_deployment';
94: --
95: cursor csr_derive_legislation(p_business_group_id number) is
96: select pbg.legislation_code
97: from per_business_groups pbg
98: where pbg.business_group_id = p_business_group_id;
99: begin
100: hr_utility.set_location('Entering:'|| l_proc, 10);
101: --