DBA Data[Home] [Help]

APPS.QP_PRICE_LIST_PVT dependencies on QP_QUALIFIERS

Line 2039: from qp_qualifiers

2035: QP_UTIL.Get_Context_Attribute('PRICE_LIST_ID', l_context, l_attribute);
2036:
2037: select list_header_id
2038: into l_sec_price_list_id
2039: from qp_qualifiers
2040: where qualifier_context = l_context
2041: and qualifier_attribute = l_attribute
2042: and qualifier_attr_value = to_char(p_list_header_id)
2043: and list_header_id <> p_list_header_id