DBA Data[Home] [Help]

APPS.HXC_MAP_SHD SQL Statements

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

Line: 61

    select
       mapping_id
      ,name
      ,object_version_number
    from	hxc_mappings
    where	mapping_id = p_mapping_id;
Line: 129

    select
       mapping_id
      ,name
      ,object_version_number
    from	hxc_mappings
    where	mapping_id = p_mapping_id
    for	update nowait;