DBA Data[Home] [Help]

APPS.WIP_MASSLOAD_PVT dependencies on WIP_UTILITIES

Line 351: wip_utilities.get_message_stack( p_msg => l_msg);

347: p_repetitive_schedule_id =>null,
348: p_added_quantity =>l_addl_quantity);
349: -- Put error text in the log file for debugging
350: -- purpose
351: wip_utilities.get_message_stack( p_msg => l_msg);
352:
353: end if; -- check return status
354: else -- not auto update PO quantity
355: fnd_message.set_name('WIP','WIP_OSP_CHANGE_JOB_QTY');

Line 400: wip_utilities.get_message_stack(p_msg => l_msg);

396: if(l_retStatus <> 'S') then
397: -- If for somehow we cannot update PO quantity,
398: -- put the error message in the log file and let
399: -- the user continue their change.
400: wip_utilities.get_message_stack(p_msg => l_msg);
401: end if; -- check return status
402: else -- not auto update PO quantity
403: fnd_message.set_name('WIP','WIP_OSP_CHANGE_JOB_QTY');
404: l_msg := fnd_message.get;

Line 465: wip_utilities.get_message_stack(p_msg => l_msg);

461: x_returnStatus := fnd_api.g_ret_sts_unexp_error;
462: fnd_msg_pub.add_exc_msg(p_pkg_name => g_pkgName,
463: p_procedure_name => l_procName,
464: p_error_text => SQLERRM);
465: wip_utilities.get_message_stack(p_msg => l_msg);
466: x_errorMsg := substrb(l_msg, 1, 240);
467: end processWJSI;
468:
469: