DBA Data[Home] [Help]

APPS.PER_ENV_SHD SQL Statements

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

Line: 48

    select
       cal_entry_value_id
      ,calendar_entry_id
      ,hierarchy_node_id
      ,idvalue
      ,org_structure_element_id
      ,organization_id
      ,usage_flag
      ,override_name
      ,override_type
      ,parent_entry_value_id
      ,identifier_key
      ,object_version_number
    from        per_cal_entry_values
    where       cal_entry_value_id = p_cal_entry_value_id;
Line: 125

    select
       cal_entry_value_id
      ,calendar_entry_id
      ,hierarchy_node_id
      ,idvalue
      ,org_structure_element_id
      ,organization_id
      ,usage_flag
      ,override_name
      ,override_type
      ,parent_entry_value_id
      ,identifier_key
      ,object_version_number
    from        per_cal_entry_values
    where       cal_entry_value_id = p_cal_entry_value_id
    for update nowait;