DBA Data[Home] [Help]

APPS.OE_OE_PRICING_AVAILABILITY dependencies on QP_PRC_CONTEXTS_B

Line 5736: select segment_code into l_benefit_method from qp_segments_b qsb,qp_prc_contexts_b qpcb

5732: oe_debug_pub.add('entering terms with parameter Substitution attribute'||in_substitution_attribute||'substituion'||
5733: in_substitution_to);
5734: end if;
5735: Begin
5736: select segment_code into l_benefit_method from qp_segments_b qsb,qp_prc_contexts_b qpcb
5737: where qsb.prc_context_id=qpcb.prc_context_id and
5738: qsb.segment_mapping_column=in_substitution_attribute and qpcb.prc_context_code='TERMS';
5739: Exception
5740: When others then