DBA Data[Home] [Help]

APPS.PV_MATCH_PARTNER dependencies on PV_ENTITY_ATTRS

Line 464: from pv_entity_attrs a, pv_attributes_vl v

460: l_attr_val_cnt JTF_VARCHAR2_TABLE_100;
461:
462: cursor attr_cur is
463: select a.attribute_id , a.sql_text , upper(a.src_pkcol_name) src_pkcol_name, v.short_name
464: from pv_entity_attrs a, pv_attributes_vl v
465: where a.attribute_id = v.attribute_id
466: and a.entity = 'LEAD'
467: and a.enabled_flag= 'Y'
468: and a.auto_assign_flag='Y'