DBA Data[Home] [Help]

APPS.QP_PRICE_BOOK_UTIL dependencies on QP_ATTRIBUTE_SOURCING

Line 2199: FROM qp_attribute_sourcing a

2195: OR
2196: nvl(ps.user_sourcing_method, ps.seeded_sourcing_method) =
2197: 'ATTRIBUTE MAPPING'
2198: AND EXISTS (SELECT 'X'
2199: FROM qp_attribute_sourcing a
2200: WHERE a.request_type_code = pr.request_type_code
2201: AND a.segment_id = s.segment_id
2202: AND a.enabled_flag = 'Y'
2203: AND a.attribute_sourcing_level <> 'LINE'