DBA Data[Home] [Help]

APPS.GHR_PDC_SHD SQL Statements

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

Line: 82

    select
		pd_classification_id,
	position_description_id,
	class_grade_by,
	official_title,
	pay_plan,
	occupational_code,
	grade_level,
	object_version_number
    from	ghr_pd_classifications
    where	pd_classification_id = p_pd_classification_id;
Line: 160

    select 	pd_classification_id,
	position_description_id,
	class_grade_by,
	official_title,
	pay_plan,
	occupational_code,
	grade_level,
	object_version_number
    from	ghr_pd_classifications
    where	pd_classification_id = p_pd_classification_id
    for	update nowait;