DBA Data[Home] [Help]

APPS.BEN_EXT_FMT dependencies on FND_USER

Line 113: from fnd_user

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