DBA Data[Home] [Help]

APPS.OTA_TPL_SHD SQL Statements

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

Line: 114

    select
		price_list_id,
	business_group_id,
	currency_code,
	default_flag,
	name,
	object_version_number,
	price_list_type,
	start_date,
	comments,
	description,
	end_date,
	single_unit_price,
	training_unit_type,
	tpl_information_category,
	tpl_information1,
	tpl_information2,
	tpl_information3,
	tpl_information4,
	tpl_information5,
	tpl_information6,
	tpl_information7,
	tpl_information8,
	tpl_information9,
	tpl_information10,
	tpl_information11,
	tpl_information12,
	tpl_information13,
	tpl_information14,
	tpl_information15,
	tpl_information16,
	tpl_information17,
	tpl_information18,
	tpl_information19,
	tpl_information20
    from	ota_price_lists
    where	price_list_id = p_price_list_id;
Line: 218

    select 	price_list_id,
	business_group_id,
	currency_code,
	default_flag,
	name,
	object_version_number,
	price_list_type,
	start_date,
	comments,
	description,
	end_date,
	single_unit_price,
	training_unit_type,
	tpl_information_category,
	tpl_information1,
	tpl_information2,
	tpl_information3,
	tpl_information4,
	tpl_information5,
	tpl_information6,
	tpl_information7,
	tpl_information8,
	tpl_information9,
	tpl_information10,
	tpl_information11,
	tpl_information12,
	tpl_information13,
	tpl_information14,
	tpl_information15,
	tpl_information16,
	tpl_information17,
	tpl_information18,
	tpl_information19,
	tpl_information20
    from	ota_price_lists
    where	price_list_id = p_price_list_id
    for	update nowait;