DBA Data[Home] [Help]

APPS.HR_PERSON dependencies on PER_BUSINESS_GROUPS_PERF

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

900: and object_type = 'PACKAGE';
901:
902: cursor csr_leg_cod is
903: select legislation_code
904: from per_business_groups_perf -- #3907786 - Changed to per_business_groups_perf
905: where business_group_id = p_business_group_id;
906:
907: l_leg_code VARCHAR2(150);
908: -- l_cursor NUMBER;