DBA Data[Home] [Help]

APPS.HR_PERSON dependencies on PER_BUSINESS_GROUPS_PERF

Line 955: from per_business_groups_perf -- #3907786 - Changed to per_business_groups_perf

951: and object_type = 'PACKAGE';
952:
953: cursor csr_leg_cod is
954: select legislation_code
955: from per_business_groups_perf -- #3907786 - Changed to per_business_groups_perf
956: where business_group_id = p_business_group_id;
957:
958: l_leg_code VARCHAR2(150);
959: -- l_cursor NUMBER;