DBA Data[Home] [Help]

APPS.BEN_EXTRACT_SEED dependencies on FND_USER

Line 616: from fnd_user

612: where event_group_id = p_val
613: ;
614:
615: cursor cx is select user_name
616: from fnd_user
617: where user_id = p_val
618: and trunc(sysdate) between nvl(start_date, trunc(sysdate))
619: and nvl(end_date, trunc(sysdate));
620:

Line 1383: from fnd_user

1379: = nvl(p_business_group_id,-1)
1380: ;
1381:
1382: cursor cx is select user_id
1383: from fnd_user
1384: where user_name = p_meaning
1385: and trunc(sysdate) between nvl(start_date, trunc(sysdate))
1386: and nvl(end_date, trunc(sysdate));
1387: