DBA Data[Home] [Help]

APPS.BEN_WYP_SHD SQL Statements

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

Line: 69

    select
        wthn_yr_perd_id,
    strt_day,
    end_day,
    strt_mo,
    end_mo,
        tm_uom,
    yr_perd_id,
    business_group_id,
    wyp_attribute_category,
    wyp_attribute1,
    wyp_attribute2,
    wyp_attribute3,
    wyp_attribute4,
    wyp_attribute5,
    wyp_attribute6,
    wyp_attribute7,
    wyp_attribute8,
    wyp_attribute9,
    wyp_attribute10,
    wyp_attribute11,
    wyp_attribute12,
    wyp_attribute13,
    wyp_attribute14,
    wyp_attribute15,
    wyp_attribute16,
    wyp_attribute17,
    wyp_attribute18,
    wyp_attribute19,
    wyp_attribute20,
    wyp_attribute21,
    wyp_attribute22,
    wyp_attribute23,
    wyp_attribute24,
    wyp_attribute25,
    wyp_attribute26,
    wyp_attribute27,
    wyp_attribute28,
    wyp_attribute29,
    wyp_attribute30,
    object_version_number
    from    ben_wthn_yr_perd
    where   wthn_yr_perd_id = p_wthn_yr_perd_id;
Line: 179

    select  wthn_yr_perd_id,
    strt_day,
    end_day,
    strt_mo,
    end_mo,
        tm_uom,
    yr_perd_id,
    business_group_id,
    wyp_attribute_category,
    wyp_attribute1,
    wyp_attribute2,
    wyp_attribute3,
    wyp_attribute4,
    wyp_attribute5,
    wyp_attribute6,
    wyp_attribute7,
    wyp_attribute8,
    wyp_attribute9,
    wyp_attribute10,
    wyp_attribute11,
    wyp_attribute12,
    wyp_attribute13,
    wyp_attribute14,
    wyp_attribute15,
    wyp_attribute16,
    wyp_attribute17,
    wyp_attribute18,
    wyp_attribute19,
    wyp_attribute20,
    wyp_attribute21,
    wyp_attribute22,
    wyp_attribute23,
    wyp_attribute24,
    wyp_attribute25,
    wyp_attribute26,
    wyp_attribute27,
    wyp_attribute28,
    wyp_attribute29,
    wyp_attribute30,
    object_version_number
    from    ben_wthn_yr_perd
    where   wthn_yr_perd_id = p_wthn_yr_perd_id
    for update nowait;