DBA Data[Home] [Help]

APPS.ASO_DEAL_PUB dependencies on QP_LIST_LINES

Line 643: from qp_list_headers_tl t,qp_list_lines td

639: aso_debug_pub.add( 'Modifier NO data found-Dont update this Line for modifier' , 1,'Y' ) ; -- need to have an error message here
640: end if;
641:
642: select name into l_modifier_name
643: from qp_list_headers_tl t,qp_list_lines td
644: where t.list_header_id = td.list_header_id
645: and list_line_id=l_modifier_line_id
646: AND t.LANGUAGE(+) = userenv('LANG');
647: