DBA Data[Home] [Help]

APPS.QP_QUALIFIER_RULES_PVT dependencies on QP_LIST_HEADERS_TL

Line 918: from qp_list_headers_tl

914: where list_header_id = l_list_header_id
915: and list_source_code = 'BSO';
916:
917: select name into l_list_name
918: from qp_list_headers_tl
919: where list_header_id = l_list_header_id;
920:
921: --Show message saying the BSO PL/Modifier incativated.
922: FND_MESSAGE.SET_NAME('QP', 'QP_BSO_PL_MODIFIER_INACTIVATED');