DBA Data[Home] [Help]

APPS.BEN_BEI_SHD SQL Statements

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

Line: 79

    select
	batch_elig_id,
	benefit_action_id,
	person_id,
	pgm_id,
	pl_id,
	oipl_id,
	elig_flag,
	inelig_text,
	business_group_id,
	object_version_number
    from	ben_batch_elig_info
    where	batch_elig_id = p_batch_elig_id;
Line: 159

    select 	batch_elig_id,
	benefit_action_id,
	person_id,
	pgm_id,
	pl_id,
	oipl_id,
	elig_flag,
	inelig_text,
	business_group_id,
	object_version_number
    from	ben_batch_elig_info
    where	batch_elig_id = p_batch_elig_id
    for	update nowait;