DBA Data[Home] [Help]

APPS.WIP_JSI_VALIDATOR dependencies on FND_USER

Line 680: from fnd_user

676:
677: procedure created_by is begin
678: select 1
679: into g_dummy
680: from fnd_user
681: where user_id = wjsi_row.created_by
682: and sysdate between start_date and nvl(end_date, sysdate);
683: exception
684: when others then

Line 692: from fnd_user

688:
689: procedure last_updated_by is begin
690: select 1
691: into g_dummy
692: from fnd_user
693: where user_id = wjsi_row.last_updated_by
694: and sysdate between start_date and nvl(end_date, sysdate);
695: exception
696: when others then