DBA Data[Home] [Help]

APPS.HXC_ULC_SHD SQL Statements

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

Line: 64

    select
       layout_component_id
      ,layout_id
      ,parent_component_id
      ,component_name
      ,component_value
      ,sequence
      ,name_value_string
      ,region_code
      ,region_code_app_id
      ,attribute_code
      ,attribute_code_app_id
      ,object_version_number
      ,layout_comp_definition_id
      ,component_alias
      ,parent_bean
      ,attribute1
      ,attribute2
      ,attribute3
      ,attribute4
      ,attribute5
    from	hxc_layout_components
    where	layout_component_id = p_layout_component_id;
Line: 149

    select
       layout_component_id
      ,layout_id
      ,parent_component_id
      ,component_name
      ,component_value
      ,sequence
      ,name_value_string
      ,region_code
      ,region_code_app_id
      ,attribute_code
      ,attribute_code_app_id
      ,object_version_number
      ,layout_comp_definition_id
      ,component_alias
      ,parent_bean
      ,attribute1
      ,attribute2
      ,attribute3
      ,attribute4
      ,attribute5
    from	hxc_layout_components
    where	layout_component_id = p_layout_component_id
    for	update nowait;