DBA Data[Home] [Help]

APPS.PER_DPF_SHD SQL Statements

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

Line: 106

    select
		deployment_factor_id,
	position_id,
	person_id,
	job_id,
	business_group_id,
	work_any_country,
	work_any_location,
	relocate_domestically,
	relocate_internationally,
	travel_required,
	country1,
	country2,
	country3,
	work_duration,
	work_schedule,
	work_hours,
	fte_capacity,
	visit_internationally,
	only_current_location,
	no_country1,
	no_country2,
	no_country3,
	comments,
	earliest_available_date,
	available_for_transfer,
	relocation_preference,
	relocation_required,
	passport_required,
	location1,
	location2,
	location3,
	other_requirements,
	service_minimum,
	object_version_number,
	attribute_category,
	attribute1,
	attribute2,
	attribute3,
	attribute4,
	attribute5,
	attribute6,
	attribute7,
	attribute8,
	attribute9,
	attribute10,
	attribute11,
	attribute12,
	attribute13,
	attribute14,
	attribute15,
	attribute16,
	attribute17,
	attribute18,
	attribute19,
	attribute20
    from	per_deployment_factors
    where	deployment_factor_id = p_deployment_factor_id;
Line: 231

    select 	deployment_factor_id,
	position_id,
	person_id,
	job_id,
	business_group_id,
	work_any_country,
	work_any_location,
	relocate_domestically,
	relocate_internationally,
	travel_required,
	country1,
	country2,
	country3,
	work_duration,
	work_schedule,
	work_hours,
	fte_capacity,
	visit_internationally,
	only_current_location,
	no_country1,
	no_country2,
	no_country3,
	comments,
	earliest_available_date,
	available_for_transfer,
	relocation_preference,
	relocation_required,
	passport_required,
	location1,
	location2,
	location3,
	other_requirements,
	service_minimum,
	object_version_number,
	attribute_category,
	attribute1,
	attribute2,
	attribute3,
	attribute4,
	attribute5,
	attribute6,
	attribute7,
	attribute8,
	attribute9,
	attribute10,
	attribute11,
	attribute12,
	attribute13,
	attribute14,
	attribute15,
	attribute16,
	attribute17,
	attribute18,
	attribute19,
	attribute20
    from	per_deployment_factors
    where	deployment_factor_id = p_deployment_factor_id
    for	update nowait;