DBA Data[Home] [Help]

APPS.BEN_EXTRACT_SEED dependencies on FND_USER

Line 563: from fnd_user

559: where event_group_id = p_val
560: ;
561:
562: cursor cx is select user_name
563: from fnd_user
564: where user_id = p_val
565: and trunc(sysdate) between nvl(start_date, trunc(sysdate))
566: and nvl(end_date, trunc(sysdate));
567:

Line 1330: from fnd_user

1326: = nvl(p_business_group_id,-1)
1327: ;
1328:
1329: cursor cx is select user_id
1330: from fnd_user
1331: where user_name = p_meaning
1332: and trunc(sysdate) between nvl(start_date, trunc(sysdate))
1333: and nvl(end_date, trunc(sysdate));
1334: