DBA Data[Home] [Help]

APPS.BIS_COMPUTED_TARGET_PVT SQL Statements

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

Line: 17

    select function_id,function_name, user_function_name
    from fnd_form_functions_vl
 where parameters like G_BISTAR_CLAUSE ;
Line: 69

    select 1
    from fnd_form_functions_vl
    where function_id = p_Computed_Target_ID
  and parameters like G_BISTAR_CLAUSE ;
Line: 141

    select function_id into x_Computed_Target_ID
    from fnd_form_functions_vl
    where function_name = p_Computed_Target_Short_Name
 and parameters like G_BISTAR_CLAUSE;
Line: 150

    select function_id into x_Computed_Target_ID
    from fnd_form_functions_vl
    where user_function_name = p_Computed_Target_Name
 and parameters like G_BISTAR_CLAUSE ;