DBA Data[Home] [Help]

APPS.HXC_HAT_SHD SQL Statements

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

Line: 49

    select
       alias_type_id
      ,alias_type
      ,reference_object
      ,object_version_number
    from        hxc_alias_types
    where       alias_type_id = p_alias_type_id;
Line: 118

    select
       alias_type_id
      ,alias_type
      ,reference_object
      ,object_version_number
    from        hxc_alias_types
    where       alias_type_id = p_alias_type_id
    for update nowait;