DBA Data[Home] [Help]

APPS.JG_ZZ_TURNOVER_AR_PKG dependencies on STANDARD

Line 244: fnd_file.put_line(fnd_file.log,'Cannot find Activity Code (Standard Inductry Classification Code for Legal Entity:'||l_legal_entity_id);

240: FROM xle_entity_profiles
241: WHERE legal_entity_id = l_legal_entity_id;
242: EXCEPTION
243: WHEN NO_DATA_FOUND THEN
244: fnd_file.put_line(fnd_file.log,'Cannot find Activity Code (Standard Inductry Classification Code for Legal Entity:'||l_legal_entity_id);
245: WHEN OTHERS THEN
246: fnd_file.put_line(fnd_file.log,'Error While retrieving Activity Code for Legal Entity:'||l_legal_entity_id);
247: fnd_file.put_line(fnd_file.log,'Error Message :'||SUBSTR(SQLERRM,1,200));
248: END;