DBA Data[Home] [Help]

APPS.WMA_INV_WRAPPERS dependencies on INV_MOBILE_HELPER_FUNCTIONS

Line 24: inv_mobile_helper_functions.get_stacked_messages(x_err_msg);

20: x_return_status => x_return_status,
21: x_msg_count => l_msg_count,
22: x_msg_data => x_err_msg);
23: if(l_msg_count > 1) then
24: inv_mobile_helper_functions.get_stacked_messages(x_err_msg);
25: end if;
26:
27: if(x_return_status = FND_API.G_RET_STS_SUCCESS) then --lot exists in mtl_lot_numbers
28: select expiration_date

Line 53: inv_mobile_helper_functions.get_stacked_messages(x_err_msg);

49: x_msg_count => l_msg_count,
50: x_msg_data => x_err_msg);
51:
52: if(l_msg_count > 1) then
53: inv_mobile_helper_functions.get_stacked_messages(x_err_msg);
54: end if;
55: EXCEPTION
56: when others then
57: x_return_status := fnd_api.g_ret_sts_unexp_error;

Line 81: inv_mobile_helper_functions.get_stacked_messages(x_err_msg);

77: exit;
78: end if;
79: end LOOP;
80: if(l_msg_count > 1) then
81: inv_mobile_helper_functions.get_stacked_messages(x_err_msg);
82: end if;
83: EXCEPTION
84: when others then
85: x_return_status := fnd_api.g_ret_sts_unexp_error;

Line 110: inv_mobile_helper_functions.get_stacked_messages(x_err_msg);

106: x_msg_data => x_err_msg);
107: if(x_return_status <> fnd_api.g_ret_sts_success) then
108: ROLLBACK TO SAVEPOINT preProc;
109: if(l_msg_count > 1) then
110: inv_mobile_helper_functions.get_stacked_messages(x_err_msg);
111: end if;
112: exit;
113: end if;
114: end loop;

Line 145: inv_mobile_helper_functions.get_stacked_messages(x_err_msg);

141: x_msg_count => l_msg_count,
142: x_msg_data => x_err_msg);
143:
144: if(l_msg_count > 1) then
145: inv_mobile_helper_functions.get_stacked_messages(x_err_msg);
146: end if;
147: EXCEPTION
148: when others then
149: x_return_status := fnd_api.g_ret_sts_unexp_error;

Line 177: inv_mobile_helper_functions.get_stacked_messages(x_err_msg);

173: x_msg_data => x_err_msg,
174: x_lpn_id => x_lpn_id);
175:
176: if(l_msg_count > 1) then
177: inv_mobile_helper_functions.get_stacked_messages(x_err_msg);
178: end if;
179: EXCEPTION
180: when others then
181: x_return_status := fnd_api.g_ret_sts_unexp_error;

Line 220: inv_mobile_helper_functions.get_stacked_messages(x_err_msg);

216: x_msg_count => l_msg_count,
217: x_msg_data => x_err_msg);
218:
219: if(l_msg_count > 1) then
220: inv_mobile_helper_functions.get_stacked_messages(x_err_msg);
221: end if;
222: EXCEPTION
223: when others then
224: x_return_status := fnd_api.g_ret_sts_unexp_error;

Line 263: inv_mobile_helper_functions.get_stacked_messages(x_err_msg);

259: x_msg_count => l_msg_count,
260: x_msg_data => x_err_msg);
261:
262: if(l_msg_count > 1) then
263: inv_mobile_helper_functions.get_stacked_messages(x_err_msg);
264: end if;
265: EXCEPTION
266: when others then
267: x_return_status := fnd_api.g_ret_sts_unexp_error;

Line 312: inv_mobile_helper_functions.get_stacked_messages(x_err_msg);

308: x_return_status => x_return_status,
309: x_msg_count => l_msg_count,
310: x_msg_data => x_err_msg);
311: if(l_msg_count > 1) then
312: inv_mobile_helper_functions.get_stacked_messages(x_err_msg);
313: end if;
314: EXCEPTION
315: when others then
316: x_return_status := fnd_api.g_ret_sts_unexp_error;

Line 332: inv_mobile_helper_functions.get_stacked_messages(x_err_msg);

328: x_return_status => x_return_status,
329: x_msg_count => l_msg_count,
330: x_msg_data => x_err_msg);
331: if(l_msg_count > 1) then
332: inv_mobile_helper_functions.get_stacked_messages(x_err_msg);
333: end if;
334: EXCEPTION
335: when others then
336: x_return_status := fnd_api.g_ret_sts_unexp_error;

Line 361: inv_mobile_helper_functions.get_stacked_messages(x_err_msg);

357: x_msg_count => l_msg_count,
358: x_msg_data => x_err_msg,
359: p_lpn => lpnRec);
360: if(l_msg_count > 1) then
361: inv_mobile_helper_functions.get_stacked_messages(x_err_msg);
362: end if;
363: EXCEPTION
364: when others then
365: x_return_status := fnd_api.g_ret_sts_unexp_error;