DBA Data[Home] [Help]

APPS.GHR_CPL_SHD SQL Statements

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

Line: 48

    select
       compl_person_id
      ,person_id
      ,complaint_id
      ,role_code
      ,start_date
      ,end_date
      ,object_version_number
    from        ghr_compl_people
    where       compl_person_id = p_compl_person_id;
Line: 120

    select
       compl_person_id
      ,person_id
      ,complaint_id
      ,role_code
      ,start_date
      ,end_date
      ,object_version_number
    from        ghr_compl_people
    where       compl_person_id = p_compl_person_id
    for update nowait;