DBA Data[Home] [Help]

APPS.QP_QUALIFIER_RULES_PUB dependencies on OE_DEBUG_PUB

Line 104: oe_debug_pub.add('Process_Qualifier_Rules - l_list_source_code error : '||sqlerrm);

100: from qp_list_headers_b
101: where list_header_id = p_QUALIFIERS_tbl(1).list_header_id;
102: exception
103: when others then
104: oe_debug_pub.add('Process_Qualifier_Rules - l_list_source_code error : '||sqlerrm);
105: null;
106: end;
107: --bug#3385041 end
108: