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

Line 337: PER_RIC_PKG.ref_info_rec('PQH_ATTRIBUTES',PER_RIC_PKG.column_info_tbl(

333: PER_RIC_PKG.chk_integrity(
334: p_entity_name=>'PQH_TEMPLATE_ATTRIBUTES',
335: p_ref_entity_info=>
336: PER_RIC_PKG.ref_entity_tbl(
337: PER_RIC_PKG.ref_info_rec('PQH_ATTRIBUTES',PER_RIC_PKG.column_info_tbl(
338: PER_RIC_PKG.col_info_rec('ATTRIBUTE_ID',NULL,p_copied_attributes(cnt).attribute_id, NULL))),
339: PER_RIC_PKG.ref_info_rec('PQH_TEMPLATES',PER_RIC_PKG.column_info_tbl(
340: PER_RIC_PKG.col_info_rec('TEMPLATE_ID',NULL,p_template_id, NULL)))),
341: p_ref_type=>'INS');