293: FROM xle_entity_profiles
294: WHERE legal_entity_id = l_legal_entity_id;
295: EXCEPTION
296: WHEN NO_DATA_FOUND THEN
297: fnd_file.put_line(fnd_file.log,'Cannot find Activity Code (Standard Inductry Classification Code for Legal Entity:'||l_legal_entity_id);
298: WHEN OTHERS THEN
299: fnd_file.put_line(fnd_file.log,'Error While retriving Activity Code for Legal Entity:'||l_legal_entity_id);
300: fnd_file.put_line(fnd_file.log,'Error Message :'||SUBSTR(SQLERRM,1,200));
301: END;