DBA Data[Home] [Help]

APPS.PV_CATEGORY_MIGRATION dependencies on PV_ENTY_SELECT_CRITERIA

Line 114: pv_enty_select_criteria c,

110: CURSOR c_selected_attr_values IS
111: SELECT DISTINCT
112: a.attribute_value old_value
113: FROM pv_selected_attr_values a,
114: pv_enty_select_criteria c,
115: (
116: select interest_type code,
117: TO_CHAR(interest_type_id) id,
118: product_category_id

Line 176: pv_enty_select_criteria c,

172: SELECT a.attr_value_id,
173: b.product_category_id new_value,
174: a.attribute_value old_value
175: FROM pv_selected_attr_values a,
176: pv_enty_select_criteria c,
177: (
178: select to_char(interest_type_id) code, product_category_id
179: from as_interest_types_b
180: union