DBA Data[Home] [Help]

APPS.BIS_TARGET_LEVEL_PUB dependencies on FND_USER

Line 410: from fnd_user where user_name = p_user_name

406: BEGIN
407: x_return_status := FND_API.G_RET_STS_SUCCESS;
408:
409: select user_id into x_user_id
410: from fnd_user where user_name = p_user_name
411: and start_date <= sysdate
412: and NVL(end_date,sysdate) >= sysdate;
413:
414: