DBA Data[Home] [Help]

APPS.HR_TPC_SHD SQL Statements

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

Line: 48

    select
       topic_id
      ,topic_key
      ,handler
      ,object_version_number
    from        hr_ki_topics
    where       topic_id = p_topic_id;
Line: 117

    select
       topic_id
      ,topic_key
      ,handler
      ,object_version_number
    from        hr_ki_topics
    where       topic_id = p_topic_id
    for update nowait;