DBA Data[Home] [Help]

APPS.PQH_TTM_SHD SQL Statements

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

Line: 64

    select
		transaction_template_id,
	enable_flag,
	template_id,
	transaction_id,
	transaction_category_id,
	object_version_number
    from	pqh_transaction_templates
    where	transaction_template_id = p_transaction_template_id;
Line: 140

    select 	transaction_template_id,
	enable_flag,
	template_id,
	transaction_id,
	transaction_category_id,
	object_version_number
    from	pqh_transaction_templates
    where	transaction_template_id = p_transaction_template_id
    for	update nowait;