DBA Data[Home] [Help]

APPS.OTA_LRNG_PATH_UTIL dependencies on FND_USER

Line 163: FROM fnd_user

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