DBA Data[Home] [Help]

APPS.PQH_RFT_SHD dependencies on PQH_ATTRIBUTES

Line 250: from pqh_attributes att, pqh_txn_category_attributes tct, pqh_templates tem

246: FOR UPDATE ;
247: --
248: cursor c_select_flag(p_attribute_id number, p_template_id number) is
249: select 'x'
250: from pqh_attributes att, pqh_txn_category_attributes tct, pqh_templates tem
251: where
252: att.attribute_id = p_attribute_id
253: and att.attribute_id = tct.attribute_id
254: and tem.template_id = p_template_id