DBA Data[Home] [Help]

APPS.QP_VALIDATE_FORMULA_LINES dependencies on QP_PRC_CONTEXTS_B

Line 260: from qp_segments_b b, qp_prc_contexts_b c

256: DECLARE
257: l_type VARCHAR2(1);
258: BEGIN
259: select user_format_type into l_type
260: from qp_segments_b b, qp_prc_contexts_b c
261: where c.prc_context_code=p_FORMULA_LINES_rec.pricing_attribute_context
262: and b.SEGMENT_MAPPING_COLUMN = p_FORMULA_LINES_rec.pricing_attribute
263: and b.prc_context_id = c.prc_context_id;
264: