DBA Data[Home] [Help]

APPS.BEN_ECC_SHD SQL Statements

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

Line: 74

    select
		elctbl_chc_ctfn_id,
	enrt_ctfn_typ_cd,
	rqd_flag,
	elig_per_elctbl_chc_id,
	enrt_bnft_id,
	business_group_id,
	ecc_attribute_category,
	ecc_attribute1,
	ecc_attribute2,
	ecc_attribute3,
	ecc_attribute4,
	ecc_attribute5,
	ecc_attribute6,
	ecc_attribute7,
	ecc_attribute8,
	ecc_attribute9,
	ecc_attribute10,
	ecc_attribute11,
	ecc_attribute12,
	ecc_attribute13,
	ecc_attribute14,
	ecc_attribute15,
	ecc_attribute16,
	ecc_attribute17,
	ecc_attribute18,
	ecc_attribute19,
	ecc_attribute20,
	ecc_attribute21,
	ecc_attribute22,
	ecc_attribute23,
	ecc_attribute24,
	ecc_attribute25,
	ecc_attribute26,
	ecc_attribute27,
	ecc_attribute28,
	ecc_attribute29,
	ecc_attribute30,
        susp_if_ctfn_not_prvd_flag,
        ctfn_determine_cd,
	request_id,
	program_application_id,
	program_id,
	program_update_date,
	object_version_number
    from	ben_elctbl_chc_ctfn
    where	elctbl_chc_ctfn_id = p_elctbl_chc_ctfn_id;
Line: 188

    select 	elctbl_chc_ctfn_id,
	enrt_ctfn_typ_cd,
	rqd_flag,
	elig_per_elctbl_chc_id,
	enrt_bnft_id,
	business_group_id,
	ecc_attribute_category,
	ecc_attribute1,
	ecc_attribute2,
	ecc_attribute3,
	ecc_attribute4,
	ecc_attribute5,
	ecc_attribute6,
	ecc_attribute7,
	ecc_attribute8,
	ecc_attribute9,
	ecc_attribute10,
	ecc_attribute11,
	ecc_attribute12,
	ecc_attribute13,
	ecc_attribute14,
	ecc_attribute15,
	ecc_attribute16,
	ecc_attribute17,
	ecc_attribute18,
	ecc_attribute19,
	ecc_attribute20,
	ecc_attribute21,
	ecc_attribute22,
	ecc_attribute23,
	ecc_attribute24,
	ecc_attribute25,
	ecc_attribute26,
	ecc_attribute27,
	ecc_attribute28,
	ecc_attribute29,
	ecc_attribute30,
        susp_if_ctfn_not_prvd_flag,
        ctfn_determine_cd,
	request_id,
	program_application_id,
	program_id,
	program_update_date,
	object_version_number
    from	ben_elctbl_chc_ctfn
    where	elctbl_chc_ctfn_id = p_elctbl_chc_ctfn_id
    for	update nowait;
Line: 326

	p_program_update_date           in date,
	p_object_version_number         in number
	)
	Return g_rec_type is
--
  l_rec	  g_rec_type;
Line: 382

  l_rec.program_update_date              := p_program_update_date;