DBA Data[Home] [Help]

APPS.OTA_LRNG_PATH_UTIL dependencies on FND_USER

Line 159: FROM fnd_user

155: SELECT employee_id,
156: customer_id
157: INTO l_login_person,
158: l_login_customer
159: FROM fnd_user
160: WHERE user_id = fnd_profile.value('USER_ID');
161:
162: hr_utility.set_location(' Step:'|| l_proc, 20);
163: IF l_login_person IS NOT NULL THEN