DBA Data[Home] [Help]

APPS.HXC_HTS_SHD SQL Statements

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

Line: 61

    select
       time_source_id
      ,name
      ,object_version_number
    from	hxc_time_sources
    where	time_source_id = p_time_source_id;
Line: 129

    select
       time_source_id
      ,name
      ,object_version_number
    from	hxc_time_sources
    where	time_source_id = p_time_source_id
    for	update nowait;