DBA Data[Home] [Help]

APPS.OE_FREIGHT_CHOICES_PVT dependencies on OE_SHIP_METHODS_V

Line 1189: Select MEANING into l_meaning from oe_ship_methods_v

1185: oe_debug_pub.add('value of charges : '||l_Adjusted_amount);
1186:
1187: --oe_debug_pub.add('value of ordered qty : '||nvl(l_line_tbl(K).ordered_quantity,0));
1188:
1189: Select MEANING into l_meaning from oe_ship_methods_v
1190: where LOOKUP_CODE= l_fte_header_rate_tab(I).ship_method_code
1191: and LOOKUP_TYPE='SHIP_METHOD';
1192:
1193: