DBA Data[Home] [Help]

APPS.HR_CA_APPLICANT_API dependencies on PER_BUSINESS_GROUPS

Line 127: from per_business_groups pbg

123: l_orig_hire_warning boolean;
124: --
125: cursor csr_bg is
126: select legislation_code
127: from per_business_groups pbg
128: where pbg.business_group_id = p_business_group_id;
129: --
130: begin
131: hr_utility.set_location('Entering:'|| l_proc, 45);