DBA Data[Home] [Help]

APPS.PER_ZA_UTILITY_PKG dependencies on PER_BUSINESS_GROUPS

Line 114: from per_business_groups

110: begin
111: if g_cached = FALSE THEN
112: select legislation_code
113: into g_Legislation_Code
114: from per_business_groups
115: where business_group_id = P_Business_Group_id;
116: g_cached := TRUE;
117: end if;
118: end;