DBA Data[Home] [Help]

APPS.HZ_CUSTOMER_INT dependencies on HZ_ENTITY_ATTRIBUTES

Line 2407: FROM hz_entity_attributes e,

2403: CURSOR c_attributes (
2404: p_attribute_name VARCHAR2
2405: ) IS
2406: SELECT s.entity_attr_id, s.ranking
2407: FROM hz_entity_attributes e,
2408: hz_select_data_sources s
2409: WHERE e.attribute_name = UPPER(p_attribute_name)
2410: AND e.entity_attr_id = s.entity_attr_id
2411: AND s.content_source_type = 'USER_ENTERED';

Line 2748: FROM hz_entity_attributes e,

2744: CURSOR c_attributes (
2745: p_attribute_name VARCHAR2
2746: ) IS
2747: SELECT s.entity_attr_id, s.ranking
2748: FROM hz_entity_attributes e,
2749: hz_select_data_sources s
2750: WHERE e.attribute_name = UPPER(p_attribute_name)
2751: AND e.entity_attr_id = s.entity_attr_id
2752: AND s.content_source_type = 'USER_ENTERED';