DBA Data[Home] [Help]

APPS.HXC_ULD_SHD SQL Statements

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

Line: 54

    select
       layout_comp_definition_id
      ,component_type
      ,component_class
      ,render_type
      ,object_version_number
    from	hxc_layout_comp_definitions
    where	layout_comp_definition_id = p_layout_comp_definition_id;
Line: 124

    select
       layout_comp_definition_id
      ,component_type
      ,component_class
      ,render_type
      ,object_version_number
    from	hxc_layout_comp_definitions
    where	layout_comp_definition_id = p_layout_comp_definition_id
    for	update nowait;