DBA Data[Home] [Help]

APPS.PQH_RHA_SHD SQL Statements

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

Line: 58

    select
       routing_hist_attrib_id
      ,routing_history_id
      ,attribute_id
      ,from_char
      ,from_date
      ,from_number
      ,to_char
      ,to_date
      ,to_number
      ,object_version_number
      ,range_type_cd
      ,value_date
      ,value_number
      ,value_char
    from	pqh_routing_hist_attribs
    where	routing_hist_attrib_id = p_routing_hist_attrib_id;
Line: 137

    select
       routing_hist_attrib_id
      ,routing_history_id
      ,attribute_id
      ,from_char
      ,from_date
      ,from_number
      ,to_char
      ,to_date
      ,to_number
      ,object_version_number
      ,range_type_cd
      ,value_date
      ,value_number
      ,value_char
    from	pqh_routing_hist_attribs
    where	routing_hist_attrib_id = p_routing_hist_attrib_id
    for	update nowait;