DBA Data[Home] [Help]

APPS.HR_PAC_SHD SQL Statements

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

Line: 89

    select
		pattern_construction_id,
	sequence_no,
	availability,
	pattern_id,
	pattern_bit_id,
	component_pattern_id,
	object_version_number
    from	hr_pattern_constructions
    where	pattern_construction_id = p_pattern_construction_id;
Line: 166

    select 	pattern_construction_id,
	sequence_no,
	availability,
	pattern_id,
	pattern_bit_id,
	component_pattern_id,
	object_version_number
    from	hr_pattern_constructions
    where	pattern_construction_id = p_pattern_construction_id
    for	update nowait;