DBA Data[Home] [Help]

APPS.GMF_FND_GET_USERID SQL Statements

The following lines contain the word 'select', 'insert', 'update' or 'delete':

Line: 5

        SELECT   user_id
           FROM     fnd_user
        WHERE    lower(user_name) LIKE lower(usr_name)   AND
               creation_date BETWEEN
              nvl(start_date,creation_date) AND
              nvl(end_date,creation_date);