DBA Data[Home] [Help]

APPS.QP_DEALS_UTIL SQL Statements

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

Line: 81

            l_sql := 'select 1 from dual' || l_db_link;
Line: 97

    select user_name into l_usr_name
    from fnd_user_view
    where user_id = fnd_global.user_id;
Line: 113

        l_sql := 'select user_id from fnd_user_view' || l_db_link
        || ' where user_name = :1' ;
Line: 117

        l_sql := 'select application_id, responsibility_id from fnd_responsibility' || l_db_link;