DBA Data[Home] [Help]

APPS.BEN_ACT_SHD SQL Statements

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

Line: 69

    select
	person_action_id,
	person_id,
	ler_id,
	benefit_action_id,
	action_status_cd,
	chunk_number,
	object_version_number
    from	ben_person_actions
    where	person_action_id = p_person_action_id;
Line: 146

    select 	person_action_id,
	person_id,
	ler_id,
	benefit_action_id,
	action_status_cd,
	chunk_number,
	object_version_number
    from	ben_person_actions
    where	person_action_id = p_person_action_id
    for	update nowait;