DBA Data[Home] [Help]

APPS.FTE_ESTIMATE_FREIGHT_RATE dependencies on FND_MSG_PUB

Line 205: FND_MSG_PUB.initialize;

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
208: OPEN c_get_volume_uom;
209: FETCH c_get_volume_uom INTO l_volume_uom;