DBA Data[Home] [Help]

APPS.IRC_LCV_SHD SQL Statements

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

Line: 48

    select
       location_criteria_value_id
      ,search_criteria_id
      ,derived_locale
      ,object_version_number
    from        irc_location_criteria_values
    where       location_criteria_value_id = p_location_criteria_value_id;
Line: 117

    select
       location_criteria_value_id
      ,search_criteria_id
      ,derived_locale
      ,object_version_number
    from        irc_location_criteria_values
    where       location_criteria_value_id = p_location_criteria_value_id
    for update nowait;