[Home] [Help]
134: WHERE attr_group_id = l_attr_group_id;
135: EXCEPTION
136: WHEN no_data_found THEN
137: -- Bug 14807469: Should continue publishing valid UDAs if the current one is invalid. Skip the current iteration.
138: fnd_file.put_line(fnd_file.log,'Attribute Group id: ' || l_attr_group_id || ' Not found in EGO_ATTR_GROUPS_V');
139: CONTINUE;
140: WHEN OTHERS THEN
141: EXIT;
142: END;