DBA Data[Home] [Help]

APPS.BEN_EXT_FMT dependencies on FND_USER

Line 112: from fnd_user

108: --
109: hr_utility.set_location('Entering:'||l_proc, 5);
110: --
111: select user_name into val_name
112: from fnd_user
113: where user_id = p_val_id;
114:
115: hr_utility.set_location(' Exiting:'||l_proc, 15);
116: return val_name;