186:
187: exception
188: when others then
189: p_ret_code := 1;
190: p_ret_msg := fnd_api.g_ret_sts_unexp_error;
191: return;
192: end final_complete;
193:
194: procedure final_complete(
290:
291: exception
292: when others then
293: p_ret_code := 1;
294: p_ret_msg := fnd_api.g_ret_sts_unexp_error;
295: return;
296: end final_complete;
297:
298: END WIP_WEIGHTED_AVG;