DBA Data[Home] [Help]

APPS.HR_TIC_SHD SQL Statements

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

Line: 66

    select
       template_item_context_id
      ,object_version_number
      ,template_item_id
      ,context_type
      ,item_context_id
    from	hr_template_item_contexts_b
    where	template_item_context_id = p_template_item_context_id;
Line: 136

    select
       template_item_context_id
      ,object_version_number
      ,template_item_id
      ,context_type
      ,item_context_id
    from	hr_template_item_contexts_b
    where	template_item_context_id = p_template_item_context_id
    for	update nowait;