DBA Data[Home] [Help]

APPS.HR_TCP_SHD SQL Statements

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

Line: 58

    select
       template_item_context_page_id
      ,object_version_number
      ,template_item_context_id
      ,template_tab_page_id
    from	hr_template_item_context_pages
    where	template_item_context_page_id = p_template_item_context_page_i;
Line: 127

    select
       template_item_context_page_id
      ,object_version_number
      ,template_item_context_id
      ,template_tab_page_id
    from	hr_template_item_context_pages
    where	template_item_context_page_id = p_template_item_context_page_i
    for	update nowait;