DBA Data[Home] [Help]

APPS.AR_NOTIFICATION_STANDARD SQL Statements

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

Line: 5

    select 'FND_RESP1:'||to_char(responsibility_id) role_name
    from fnd_responsibility_tl
    where application_id = 1;
Line: 10

    select name role_name
    from   wf_roles
    where  name = fnd_global.user_name; */
Line: 17

    cursor func is select function_id from fnd_form_functions_vl
                   where function_name = p_function;
Line: 290

    l_parameter_list.DELETE;