DBA Data[Home] [Help]

APPS.PER_PEA_BUS dependencies on PER_BUSINESS_GROUPS

Line 895: from per_business_groups pbg,

891: -- Curson to find legislation code.
892: --
893: cursor csr_leg_code is
894: select legislation_code
895: from per_business_groups pbg,
896: per_person_analyses ppa
897: where ppa.person_analysis_id = p_person_analysis_id
898: and pbg.business_group_id = ppa.business_group_id;
899: --