DBA Data[Home] [Help]

APPS.OE_OE_PRICING_AVAILABILITY dependencies on QP_PRC_CONTEXTS_B

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

5707: oe_debug_pub.add('entering terms with parameter Substitution attribute'||in_substitution_attribute||'substituion'||
5708: in_substitution_to);
5709: end if;
5710: Begin
5711: select segment_code into l_benefit_method from qp_segments_b qsb,qp_prc_contexts_b qpcb
5712: where qsb.prc_context_id=qpcb.prc_context_id and
5713: qsb.segment_mapping_column=in_substitution_attribute and qpcb.prc_context_code='TERMS';
5714: Exception
5715: When others then