DBA Data[Home] [Help]

APPS.PER_CNF_SHD SQL Statements

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

Line: 48

    select
       configuration_code
      ,configuration_type
      ,configuration_status
      ,object_version_number
    from        per_ri_configurations
    where       configuration_code = p_configuration_code;
Line: 117

    select
       configuration_code
      ,configuration_type
      ,configuration_status
      ,object_version_number
    from        per_ri_configurations
    where       configuration_code = p_configuration_code
    for update nowait;