DBA Data[Home] [Help]

APPS.BEN_PCG_SHD SQL Statements

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

Line: 74

    select
		prtt_clm_gd_or_svc_typ_id,
	prtt_reimbmt_rqst_id,
	gd_or_svc_typ_id,
	business_group_id,
	pcg_attribute_category,
	pcg_attribute1,
	pcg_attribute2,
	pcg_attribute3,
	pcg_attribute4,
	pcg_attribute5,
	pcg_attribute6,
	pcg_attribute7,
	pcg_attribute8,
	pcg_attribute9,
	pcg_attribute10,
	pcg_attribute11,
	pcg_attribute12,
	pcg_attribute13,
	pcg_attribute14,
	pcg_attribute15,
	pcg_attribute16,
	pcg_attribute17,
	pcg_attribute18,
	pcg_attribute19,
	pcg_attribute20,
	pcg_attribute21,
	pcg_attribute22,
	pcg_attribute23,
	pcg_attribute24,
	pcg_attribute25,
	pcg_attribute26,
	pcg_attribute27,
	pcg_attribute28,
	pcg_attribute29,
	pcg_attribute30,
	object_version_number,
        pl_gd_or_svc_id
    from	ben_prtt_clm_gd_or_svc_typ
    where	prtt_clm_gd_or_svc_typ_id = p_prtt_clm_gd_or_svc_typ_id;
Line: 181

    select 	prtt_clm_gd_or_svc_typ_id,
	prtt_reimbmt_rqst_id,
	gd_or_svc_typ_id,
	business_group_id,
	pcg_attribute_category,
	pcg_attribute1,
	pcg_attribute2,
	pcg_attribute3,
	pcg_attribute4,
	pcg_attribute5,
	pcg_attribute6,
	pcg_attribute7,
	pcg_attribute8,
	pcg_attribute9,
	pcg_attribute10,
	pcg_attribute11,
	pcg_attribute12,
	pcg_attribute13,
	pcg_attribute14,
	pcg_attribute15,
	pcg_attribute16,
	pcg_attribute17,
	pcg_attribute18,
	pcg_attribute19,
	pcg_attribute20,
	pcg_attribute21,
	pcg_attribute22,
	pcg_attribute23,
	pcg_attribute24,
	pcg_attribute25,
	pcg_attribute26,
	pcg_attribute27,
	pcg_attribute28,
	pcg_attribute29,
	pcg_attribute30,
	object_version_number,
        pl_gd_or_svc_id
    from	ben_prtt_clm_gd_or_svc_typ
    where	prtt_clm_gd_or_svc_typ_id = p_prtt_clm_gd_or_svc_typ_id
    for	update nowait;