DBA Data[Home] [Help]

APPS.QP_ATM_UPGRADE dependencies on OE_DEF_CONDN_ELEMS

Line 33: oe_def_condn_elems c,

29: p_application_short_name in varchar2) is
30: SELECT d.*, b.enabled_flag
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

Line 34: oe_def_condn_elems c1,

30: SELECT d.*, b.enabled_flag
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