DBA Data[Home] [Help]

APPS.HR_PDC_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_contacts pdc
31: , hr_person_deployments pdt
32: where pdc.person_deplymt_contact_id = p_person_deplymt_contact_id
33: and pdc.person_deployment_id = pdt.person_deployment_id