DBA Data[Home] [Help]

APPS.PQP_FFA_SHD SQL Statements

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

Line: 50

    select
       flxdu_func_attribute_id
      ,flxdu_func_name
      ,flxdu_func_source_type
      ,flxdu_func_integrator_code
      ,flxdu_func_xml_data
      ,legislation_code
      ,description
      ,object_version_number
    from        pqp_flxdu_func_attributes
    where       flxdu_func_attribute_id = p_flxdu_func_attribute_id;
Line: 123

    select
       flxdu_func_attribute_id
      ,flxdu_func_name
      ,flxdu_func_source_type
      ,flxdu_func_integrator_code
      ,flxdu_func_xml_data
      ,legislation_code
      ,description
      ,object_version_number
    from        pqp_flxdu_func_attributes
    where       flxdu_func_attribute_id = p_flxdu_func_attribute_id
    for update nowait;