DBA Data[Home] [Help]

APPS.QP_ATM_UPGRADE dependencies on OE_DEF_ATTR_DEF_RULES

Line 35: oe_def_attr_def_rules d

31: FROM oe_def_attr_condns b,
32: ak_object_attributes a,
33: oe_def_condn_elems c,
34: oe_def_condn_elems c1,
35: oe_def_attr_def_rules d
36: WHERE substr(c.value_string,1,30) = p_prc_context_code and
37: b.attribute_code = p_segment_mapping_column and
38: substr(c1.value_string,1,30) = p_application_short_name and
39: b.attr_def_condition_id = d.attr_def_condition_id and