DBA Data[Home] [Help]

APPS.QP_PRICE_BOOK_PVT dependencies on QP_PTE_SEGMENTS

Line 389: FROM qp_pte_segments qppseg, qp_prc_contexts_b qpcon,

385: null, null --modifier_level_code, primary_uom_flag
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

Line 415: qp_pte_segments qppseg

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
416: WHERE
417: qpsour.segment_id = qpseg.segment_id
418: AND qpsour.attribute_sourcing_level = a_sourcing_level
419: AND qppseg.user_sourcing_method = 'ATTRIBUTE MAPPING'