DBA Data[Home] [Help]

APPS.PQH_REFRESH_DATA dependencies on PER_BUSINESS_GROUPS

Line 70: from per_business_groups

66: IS
67: l_leg_code varchar2(30);
68: cursor c1 is
69: select legislation_code
70: from per_business_groups
71: where business_group_id = p_business_group_id;
72: BEGIN
73: open c1;
74: fetch c1 into l_leg_code;