DBA Data[Home] [Help]

APPS.QP_PRICE_BOOK_PVT dependencies on QP_SEGMENTS_B

Line 390: qp_segments_b qpseg, qp_pte_request_types_b qpreq

386: FROM qp_pb_input_lines l
387: WHERE pb_input_header_id = a_pb_input_header_id
388: AND EXISTS (SELECT 'x'
389: FROM qp_pte_segments qppseg, qp_prc_contexts_b qpcon,
390: qp_segments_b qpseg, qp_pte_request_types_b qpreq
391: WHERE qpcon.prc_context_code = l.context
392: AND qpcon.prc_context_type = l.attribute_type
393: AND qpseg.prc_context_id = qpcon.prc_context_id
394: AND qpseg.segment_mapping_column = l.attribute

Line 411: qp_segments_b qpseg,

407: qpsour.user_value_string,
408: qpreq.order_level_global_struct,
409: qpreq.line_level_global_struct
410: FROM
411: qp_segments_b qpseg,
412: qp_attribute_sourcing qpsour,
413: qp_prc_contexts_b qpcon,
414: qp_pte_request_types_b qpreq,
415: qp_pte_segments qppseg