DBA Data[Home] [Help]

APPS.HXC_ATC_SHD SQL Statements

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

Line: 49

    select
       alias_type_component_id
      ,component_name
      ,component_type
      ,mapping_component_id
      ,alias_type_id
      ,object_version_number
    from        hxc_alias_type_components
    where       alias_type_component_id = p_alias_type_component_id;
Line: 120

    select
       alias_type_component_id
      ,component_name
      ,component_type
      ,mapping_component_id
      ,alias_type_id
      ,object_version_number
    from        hxc_alias_type_components
    where       alias_type_component_id = p_alias_type_component_id
    for update nowait;