DBA Data[Home] [Help]

APPS.BEN_EGL_SHD SQL Statements

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

Line: 71

    select
  eligy_criteria_id,
name,
short_code,
description,
criteria_type,
crit_col1_val_type_cd,
crit_col1_datatype,
col1_lookup_type,
col1_value_set_id,
access_table_name1,
access_column_name1,
time_entry_access_table_name1,
time_entry_access_col_name1,
crit_col2_val_type_cd,
crit_col2_datatype,
col2_lookup_type,
col2_value_set_id,
access_table_name2,
access_column_name2,
time_entry_access_table_name2,
time_entry_access_col_name2,
access_calc_rule,
allow_range_validation_flag,
user_defined_flag,
business_group_id,
legislation_code,
egl_attribute_category,
egl_attribute1,
egl_attribute2,
egl_attribute3,
egl_attribute4,
egl_attribute5,
egl_attribute6,
egl_attribute7,
egl_attribute8,
egl_attribute9,
egl_attribute10,
egl_attribute11,
egl_attribute12,
egl_attribute13,
egl_attribute14,
egl_attribute15,
egl_attribute16,
egl_attribute17,
egl_attribute18,
egl_attribute19,
egl_attribute20,
egl_attribute21,
egl_attribute22,
egl_attribute23,
egl_attribute24,
egl_attribute25,
egl_attribute26,
egl_attribute27,
egl_attribute28,
egl_attribute29,
egl_attribute30,
object_version_number,
allow_range_validation_flag2,
access_calc_rule2,
time_access_calc_rule1,
time_access_calc_rule2
    from	ben_eligy_criteria
    where	eligy_criteria_id = p_eligy_criteria_id;
Line: 203

    select
    eligy_criteria_id,
    name,
    short_code,
    description,
    criteria_type,
    crit_col1_val_type_cd,
    crit_col1_datatype,
    col1_lookup_type,
    col1_value_set_id,
    access_table_name1,
    access_column_name1,
    time_entry_access_table_name1,
    time_entry_access_col_name1,
    crit_col2_val_type_cd,
    crit_col2_datatype,
    col2_lookup_type,
    col2_value_set_id,
    access_table_name2,
    access_column_name2,
    time_entry_access_table_name2,
    time_entry_access_col_name2,
    access_calc_rule,
    allow_range_validation_flag,
    user_defined_flag,
    business_group_id,
    legislation_code,
    egl_attribute_category,
    egl_attribute1,
    egl_attribute2,
    egl_attribute3,
    egl_attribute4,
    egl_attribute5,
    egl_attribute6,
    egl_attribute7,
    egl_attribute8,
    egl_attribute9,
    egl_attribute10,
    egl_attribute11,
    egl_attribute12,
    egl_attribute13,
    egl_attribute14,
    egl_attribute15,
    egl_attribute16,
    egl_attribute17,
    egl_attribute18,
    egl_attribute19,
    egl_attribute20,
    egl_attribute21,
    egl_attribute22,
    egl_attribute23,
    egl_attribute24,
    egl_attribute25,
    egl_attribute26,
    egl_attribute27,
    egl_attribute28,
    egl_attribute29,
    egl_attribute30,
    object_version_number,
    allow_range_validation_flag2,
    access_calc_rule2,
    time_access_calc_rule1,
    time_access_calc_rule2
    from	ben_eligy_criteria
    where	eligy_criteria_id = p_eligy_criteria_id
    for	update nowait;