DBA Data[Home] [Help]

APPS.HR_RU_APPLICANT_API dependencies on PER_BUSINESS_GROUPS

Line 133: from per_business_groups pbg

129: l_legislation_code varchar2(2);
130: --
131: cursor csr_bg is
132: select legislation_code
133: from per_business_groups pbg
134: where pbg.business_group_id = p_business_group_id;
135: --
136: begin
137: hr_utility.set_location('Entering:'|| l_proc, 45);