DBA Data[Home] [Help]

APPS.FTE_ESTIMATE_FREIGHT_RATE dependencies on FTE_FREIGHT_ESTIMATE_TEMP

Line 203: delete from FTE_FREIGHT_ESTIMATE_TEMP;

199: --
200: x_return_status := WSH_UTIL_CORE.G_RET_STS_SUCCESS;
201:
202: -- delete to refresh the data from Global Temp Table
203: delete from FTE_FREIGHT_ESTIMATE_TEMP;
204: -- initialize old message from stack
205: FND_MSG_PUB.initialize;
206: -- passing null instead of 0 from UI for those null values
207: if p_volume_uom is null then

Line 623: INSERT into FTE_FREIGHT_ESTIMATE_TEMP

619: l_markup_discount_value_c := l_markup_discount_value||' '||l_currency_code;
620: end if;
621: */
622: --dbms_output.put_line('you are here - inserting row for '||l_carrier||' '||l_count);
623: INSERT into FTE_FREIGHT_ESTIMATE_TEMP
624: (
625: RATE_TEMP_ID ,
626: CARRIER ,
627: MODE_OF_TRANSPORT ,