DBA Data[Home] [Help]

APPS.HR_PDE_BUS dependencies on PER_BUSINESS_GROUPS_PERF

Line 29: from per_business_groups_perf pbg

25: -- Declare cursor
26: --
27: cursor csr_leg_code is
28: select pbg.legislation_code
29: from per_business_groups_perf pbg
30: , hr_person_deplymt_eits pde
31: , hr_person_deployments pdt
32: where pde.person_deplymt_eit_id = p_person_deplymt_eit_id
33: and pde.person_deployment_id = pdt.person_deployment_id

Line 292: per_business_groups_perf bg

288: --
289: cursor csr_get_host_bg_leg is
290: select legislation_code
291: from hr_person_deployments pdt,
292: per_business_groups_perf bg
293: where pdt.person_deployment_id = p_person_deployment_id
294: and pdt.to_business_group_id = bg.business_group_id;
295: --
296: begin