DBA Data[Home] [Help]

APPS.JTF_AUTH_PRINCIPALS_B_UPDATE SQL Statements

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

Line: 35

       select 'Y' into l_exists from JTF_AUTH_PRINCIPALS_B
       where principal_name = old_user_name;
Line: 44

       update JTF_AUTH_PRINCIPALS_B
       set principal_name = l_event_key
       where  principal_name = old_user_name;