DBA Data[Home] [Help]

APPS.BEN_DPNT_EGD_SHD SQL Statements

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

Line: 71

    select
  eligy_criteria_dpnt_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,
allow_range_validation_flag,
user_defined_flag,
business_group_id,
egd_attribute_category,
egd_attribute1,
egd_attribute2,
egd_attribute3,
egd_attribute4,
egd_attribute5,
egd_attribute6,
egd_attribute7,
egd_attribute8,
egd_attribute9,
egd_attribute10,
egd_attribute11,
egd_attribute12,
egd_attribute13,
egd_attribute14,
egd_attribute15,
egd_attribute16,
egd_attribute17,
egd_attribute18,
egd_attribute19,
egd_attribute20,
egd_attribute21,
egd_attribute22,
egd_attribute23,
egd_attribute24,
egd_attribute25,
egd_attribute26,
egd_attribute27,
egd_attribute28,
egd_attribute29,
egd_attribute30,
object_version_number,
allow_range_validation_flag2,
time_access_calc_rule1,
time_access_calc_rule2
    from	ben_eligy_criteria_dpnt
    where	eligy_criteria_dpnt_id = p_eligy_criteria_dpnt_id;
Line: 200

    select
    eligy_criteria_dpnt_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,
    allow_range_validation_flag,
    user_defined_flag,
    business_group_id,
    egd_attribute_category,
    egd_attribute1,
    egd_attribute2,
    egd_attribute3,
    egd_attribute4,
    egd_attribute5,
    egd_attribute6,
    egd_attribute7,
    egd_attribute8,
    egd_attribute9,
    egd_attribute10,
    egd_attribute11,
    egd_attribute12,
    egd_attribute13,
    egd_attribute14,
    egd_attribute15,
    egd_attribute16,
    egd_attribute17,
    egd_attribute18,
    egd_attribute19,
    egd_attribute20,
    egd_attribute21,
    egd_attribute22,
    egd_attribute23,
    egd_attribute24,
    egd_attribute25,
    egd_attribute26,
    egd_attribute27,
    egd_attribute28,
    egd_attribute29,
    egd_attribute30,
    object_version_number,
    allow_range_validation_flag2,
    time_access_calc_rule1,
    time_access_calc_rule2
    from	ben_eligy_criteria_dpnt
    where	eligy_criteria_dpnt_id = p_eligy_criteria_dpnt_id
    for	update nowait;