DBA Data[Home] [Help]

APPS.BEN_RAN_SHD SQL Statements

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

Line: 69

    select
		range_id,
	benefit_action_id,
	range_status_cd,
	starting_person_action_id,
	ending_person_action_id,
	object_version_number
    from	ben_batch_ranges
    where	range_id = p_range_id;
Line: 145

    select 	range_id,
	benefit_action_id,
	range_status_cd,
	starting_person_action_id,
	ending_person_action_id,
	object_version_number
    from	ben_batch_ranges
    where	range_id = p_range_id
    for	update nowait;