DBA Data[Home] [Help]

APPS.PQH_TEMPLATE_ATTRIBUTES_API dependencies on PQH_ATTRIBUTES

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

439: FOR UPDATE ;
440: --
441: cursor c_select_flag(p_attribute_id number, p_template_id number) is
442: select 'x'
443: from pqh_attributes att, pqh_txn_category_attributes tct, pqh_templates tem
444: where
445: att.attribute_id = p_attribute_id
446: and att.attribute_id = tct.attribute_id
447: and tem.template_id = p_template_id