DBA Data[Home] [Help]

APPS.HXC_HSD_SHD SQL Statements

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

Line: 49

    select
       object_id
      ,object_type
      ,hxc_required
      ,owner_application_id
    from        hxc_seeddata_by_level
    where       object_id = p_object_id
    and   object_type = p_object_type;
Line: 115

    select
       object_id
      ,object_type
      ,hxc_required
      ,owner_application_id
    from        hxc_seeddata_by_level
    where       object_id = p_object_id
    and   object_type = p_object_type
    for update nowait;