DBA Data[Home] [Help]

APPS.WIP_WEIGHTED_AVG dependencies on FND_API

Line 190: p_ret_msg := fnd_api.g_ret_sts_unexp_error;

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(

Line 294: p_ret_msg := fnd_api.g_ret_sts_unexp_error;

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;