DBA Data[Home] [Help]

APPS.WIP_WEIGHTED_AVG dependencies on FND_API

Line 167: p_ret_msg := fnd_api.g_ret_sts_unexp_error;

163:
164: exception
165: when others then
166: p_ret_code := 1;
167: p_ret_msg := fnd_api.g_ret_sts_unexp_error;
168: return;
169: end final_complete;
170:
171: procedure final_complete(

Line 248: p_ret_msg := fnd_api.g_ret_sts_unexp_error;

244:
245: exception
246: when others then
247: p_ret_code := 1;
248: p_ret_msg := fnd_api.g_ret_sts_unexp_error;
249: return;
250: end final_complete;
251:
252: END WIP_WEIGHTED_AVG;