DBA Data[Home] [Help]

APPS.PER_OBJ_SHD SQL Statements

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

Line: 58

    select
	objective_id,
	name,
	target_date,
	start_date,
	business_group_id,
	object_version_number,
	owning_person_id,
	achievement_date,
	detail,
	comments,
	success_criteria,
	appraisal_id,
	attribute_category,
	attribute1,
	attribute2,
	attribute3,
	attribute4,
	attribute5,
	attribute6,
	attribute7,
	attribute8,
	attribute9,
	attribute10,
	attribute11,
	attribute12,
	attribute13,
	attribute14,
	attribute15,
	attribute16,
	attribute17,
	attribute18,
	attribute19,
	attribute20,
	attribute21,
	attribute22,
	attribute23,
	attribute24,
	attribute25,
	attribute26,
	attribute27,
	attribute28,
	attribute29,
	attribute30,

        scorecard_id,
        copied_from_library_id,
        copied_from_objective_id,
        aligned_with_objective_id,

        next_review_date,
        group_code,
        priority_code,
        appraise_flag,
        verified_flag,

        target_value,
        actual_value,
        weighting_percent,
        complete_percent,
        uom_code,

        measurement_style_code,
        measure_name,
        measure_type_code,
        measure_comments ,
        sharing_access_code

    from	per_objectives
    where	objective_id = p_objective_id;
Line: 196

    select
        objective_id,
	name,
	target_date,
	start_date,
	business_group_id,
	object_version_number,
	owning_person_id,
	achievement_date,
	detail,
	comments,
	success_criteria,
	appraisal_id,
	attribute_category,
	attribute1,
	attribute2,
	attribute3,
	attribute4,
	attribute5,
	attribute6,
	attribute7,
	attribute8,
	attribute9,
	attribute10,
	attribute11,
	attribute12,
	attribute13,
	attribute14,
	attribute15,
	attribute16,
	attribute17,
	attribute18,
	attribute19,
	attribute20,

	attribute21,
	attribute22,
	attribute23,
	attribute24,
	attribute25,
	attribute26,
	attribute27,
	attribute28,
	attribute29,
	attribute30,

        scorecard_id,
        copied_from_library_id,
        copied_from_objective_id,
        aligned_with_objective_id,

        next_review_date,
        group_code,
        priority_code,
        appraise_flag,
        verified_flag,

        target_value,
        actual_value,
        weighting_percent,
        complete_percent,
        uom_code,

        measurement_style_code,
        measure_name,
        measure_type_code,
        measure_comments ,
        sharing_access_code

    from	per_objectives
    where	objective_id = p_objective_id
    for	update nowait;