DBA Data[Home] [Help]

APPS.PQH_PTX_SHD SQL Statements

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

Line: 85

    select
		position_transaction_id,
	action_date,
	position_id,
	availability_status_id,
	business_group_id,
	entry_step_id,
	entry_grade_rule_id,
	job_id,
	location_id,
	organization_id,
	pay_freq_payroll_id,
	position_definition_id,
	prior_position_id,
	relief_position_id,
	entry_grade_id,
	successor_position_id,
	supervisor_position_id,
	amendment_date,
	amendment_recommendation,
	amendment_ref_number,
	avail_status_prop_end_date,
	bargaining_unit_cd,
	comments,
	country1,
	country2,
	country3,
	current_job_prop_end_date,
	current_org_prop_end_date,
	date_effective,
	date_end,
	earliest_hire_date,
	fill_by_date,
	frequency,
	fte,
        fte_capacity,
	location1,
	location2,
	location3,
	max_persons,
	name,
	other_requirements,
	overlap_period,
	overlap_unit_cd,
	passport_required,
	pay_term_end_day_cd,
	pay_term_end_month_cd,
	permanent_temporary_flag,
	permit_recruitment_flag,
	position_type,
	posting_description,
	probation_period,
	probation_period_unit_cd,
	relocate_domestically,
	relocate_internationally,
	replacement_required_flag,
	review_flag,
	seasonal_flag,
	security_requirements,
	service_minimum,
	term_start_day_cd,
	term_start_month_cd,
	time_normal_finish,
	time_normal_start,
	transaction_status,
	travel_required,
	working_hours,
	works_council_approval_flag,
	work_any_country,
	work_any_location,
	work_period_type_cd,
	work_schedule,
	work_duration,
	work_term_end_day_cd,
	work_term_end_month_cd,
        proposed_fte_for_layoff,
        proposed_date_for_layoff,
	information1,
	information2,
	information3,
	information4,
	information5,
	information6,
	information7,
	information8,
	information9,
	information10,
	information11,
	information12,
	information13,
	information14,
	information15,
	information16,
	information17,
	information18,
	information19,
	information20,
	information21,
	information22,
	information23,
	information24,
	information25,
	information26,
	information27,
	information28,
	information29,
	information30,
	information_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,
	attribute_category,
	object_version_number,
	pay_basis_id,
	supervisor_id,
	wf_transaction_category_id
    from	pqh_position_transactions
    where	position_transaction_id = p_position_transaction_id;
Line: 297

    select 	position_transaction_id,
	action_date,
	position_id,
	availability_status_id,
	business_group_id,
	entry_step_id,
	entry_grade_rule_id,
	job_id,
	location_id,
	organization_id,
	pay_freq_payroll_id,
	position_definition_id,
	prior_position_id,
	relief_position_id,
	entry_grade_id,
	successor_position_id,
	supervisor_position_id,
	amendment_date,
	amendment_recommendation,
	amendment_ref_number,
	avail_status_prop_end_date,
	bargaining_unit_cd,
	comments,
	country1,
	country2,
	country3,
	current_job_prop_end_date,
	current_org_prop_end_date,
	date_effective,
	date_end,
	earliest_hire_date,
	fill_by_date,
	frequency,
	fte,
        fte_capacity,
	location1,
	location2,
	location3,
	max_persons,
	name,
	other_requirements,
	overlap_period,
	overlap_unit_cd,
	passport_required,
	pay_term_end_day_cd,
	pay_term_end_month_cd,
	permanent_temporary_flag,
	permit_recruitment_flag,
	position_type,
	posting_description,
	probation_period,
	probation_period_unit_cd,
	relocate_domestically,
	relocate_internationally,
	replacement_required_flag,
	review_flag,
	seasonal_flag,
	security_requirements,
	service_minimum,
	term_start_day_cd,
	term_start_month_cd,
	time_normal_finish,
	time_normal_start,
	transaction_status,
	travel_required,
	working_hours,
	works_council_approval_flag,
	work_any_country,
	work_any_location,
	work_period_type_cd,
	work_schedule,
	work_duration,
	work_term_end_day_cd,
	work_term_end_month_cd,
        proposed_fte_for_layoff,
        proposed_date_for_layoff,
	information1,
	information2,
	information3,
	information4,
	information5,
	information6,
	information7,
	information8,
	information9,
	information10,
	information11,
	information12,
	information13,
	information14,
	information15,
	information16,
	information17,
	information18,
	information19,
	information20,
	information21,
	information22,
	information23,
	information24,
	information25,
	information26,
	information27,
	information28,
	information29,
	information30,
	information_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,
	attribute_category,
	object_version_number,
	pay_basis_id,
	supervisor_id,
	wf_transaction_category_id
    from	pqh_position_transactions
    where	position_transaction_id = p_position_transaction_id
    for	update nowait;