DBA Data[Home] [Help]

APPS.GHR_CAD_SHD SQL Statements

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

Line: 48

    select
       compl_adr_id
      ,complaint_id
      ,stage
      ,start_date
      ,end_date
      ,adr_resource
      ,technique
      ,outcome
      ,adr_offered
      ,date_accepted
      ,object_version_number
    from        ghr_compl_adrs
    where       compl_adr_id = p_compl_adr_id;
Line: 124

    select
       compl_adr_id
      ,complaint_id
      ,stage
      ,start_date
      ,end_date
      ,adr_resource
      ,technique
      ,outcome
      ,adr_offered
      ,date_accepted
      ,object_version_number
    from        ghr_compl_adrs
    where       compl_adr_id = p_compl_adr_id
    for update nowait;