DBA Data[Home] [Help]

APPS.FF_FFN_SHD SQL Statements

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

Line: 69

    select
       function_id
      ,business_group_id
      ,legislation_code
      ,class
      ,name
      ,alias_name
      ,data_type
      ,definition
      ,description
      ,object_version_number
    from        ff_functions
    where       function_id = p_function_id;
Line: 144

    select
       function_id
      ,business_group_id
      ,legislation_code
      ,class
      ,name
      ,alias_name
      ,data_type
      ,definition
      ,description
      ,object_version_number
    from        ff_functions
    where       function_id = p_function_id
    for update nowait;