DBA Data[Home] [Help]

APPS.WIP_JSI_VALIDATOR dependencies on FND_USER

Line 685: from fnd_user

681:
682: procedure created_by is begin
683: select 1
684: into g_dummy
685: from fnd_user
686: where user_id = wjsi_row.created_by
687: and sysdate between start_date and nvl(end_date, sysdate);
688: exception
689: when others then

Line 697: from fnd_user

693:
694: procedure last_updated_by is begin
695: select 1
696: into g_dummy
697: from fnd_user
698: where user_id = wjsi_row.last_updated_by
699: and sysdate between start_date and nvl(end_date, sysdate);
700: exception
701: when others then