DBA Data[Home] [Help]

APPS.GME_ERES_UTILS dependencies on FND_MESSAGE

Line 33: x_phantom := fnd_message.get_string('GME','GME_PHANTOM');

29: FETCH cur_get_phant INTO l_exists;
30: CLOSE cur_get_phant;
31:
32: IF l_exists > 0 THEN
33: x_phantom := fnd_message.get_string('GME','GME_PHANTOM');
34: ELSE
35: x_phantom := NULL;
36: END IF;
37: END get_phantom_or_not;