DBA Data[Home] [Help]

APPS.OE_OE_PRICING_AVAILABILITY dependencies on RA_TERMS

Line 5768: select name into out_benefit_value from ra_terms where term_id=in_substitution_to;

5764:
5765:
5766:
5767: IF l_benefit_method ='PAYMENT_TERMS' then
5768: select name into out_benefit_value from ra_terms where term_id=in_substitution_to;
5769: ELSIF l_benefit_method='FREIGHT_TERMS' then
5770: select freight_terms into out_benefit_value from oe_frght_terms_Active_v
5771: where freight_terms_code=in_substitution_to;
5772: ELSIF l_benefit_method ='SHIPPING_TERMS' then