DBA Data[Home] [Help]

APPS.OE_OE_PRICING_AVAILABILITY dependencies on RA_TERMS

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

5739:
5740:
5741:
5742: IF l_benefit_method ='PAYMENT_TERMS' then
5743: select name into out_benefit_value from ra_terms where term_id=in_substitution_to;
5744: ELSIF l_benefit_method='FREIGHT_TERMS' then
5745: select freight_terms into out_benefit_value from oe_frght_terms_Active_v
5746: where freight_terms_code=in_substitution_to;
5747: ELSIF l_benefit_method ='SHIPPING_TERMS' then