DBA Data[Home] [Help]

APPS.JG_ZZ_TURNOVER_AR_PKG dependencies on XLE_ENTITY_PROFILES

Line 240: FROM xle_entity_profiles

236: END;
237: BEGIN
238: SELECT activity_code
239: INTO l_activity_code
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);