DBA Data[Home] [Help]

APPS.OE_FREIGHT_CHOICES_PVT dependencies on OE_SHIP_METHODS_V

Line 1190: Select MEANING into l_meaning from oe_ship_methods_v

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