DBA Data[Home] [Help]

APPS.PQH_RLT_SHD SQL Statements

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

Line: 49

    select
		routing_list_id,
	routing_list_name,
	enable_flag,
	object_version_number
    from	pqh_routing_lists
    where	routing_list_id = p_routing_list_id;
Line: 123

    select 	routing_list_id,
	routing_list_name,
	enable_flag,
	object_version_number
    from	pqh_routing_lists
    where	routing_list_id = p_routing_list_id
    for	update nowait;