DBA Data[Home] [Help]

APPS.QP_QUALIFIER_RULES_PUB dependencies on QP_LIST_HEADERS_B

Line 100: from qp_list_headers_b

96:
97: --bug#3385041 begin
98: begin
99: select list_source_code into l_list_source_code
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);