APPS.CSE_DEPLOYMENT_GRP dependencies on FND_GLOBAL
Line 12: IF nvl(fnd_global.conc_request_id, -1) <> -1 THEN
8: IS
9: BEGIN
10: IF l_debug = 'Y' THEN
11: cse_debug_pub.add(p_message); 12: IF nvl(fnd_global.conc_request_id, -1) <> -1 THEN 13: fnd_file.put_line(fnd_file.log,p_message);
14: END IF;
15: END IF;
16: