DBA Data[Home] [Help]

APPS.BEN_BMI_SHD SQL Statements

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

Line: 64

    select
		batch_commu_id,
	benefit_action_id,
	person_id,
	per_cm_id,
	cm_typ_id,
	business_group_id,
	per_cm_prvdd_id,
	to_be_sent_dt,
	object_version_number
    from	ben_batch_commu_info
    where	batch_commu_id = p_batch_commu_id;
Line: 143

    select 	batch_commu_id,
	benefit_action_id,
	person_id,
	per_cm_id,
	cm_typ_id,
	business_group_id,
	per_cm_prvdd_id,
	to_be_sent_dt,
	object_version_number
    from	ben_batch_commu_info
    where	batch_commu_id = p_batch_commu_id
    for	update nowait;