DBA Data[Home] [Help]

APPS.HR_ES_CONTACT_API dependencies on PER_BUSINESS_GROUPS

Line 123: from per_business_groups pbg

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