DBA Data[Home] [Help]

APPS.WIP_VALIDATEMLHEADER_PVT dependencies on WIP_UTILITIES

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

3079: x_returnStatus := fnd_api.g_ret_sts_unexp_error;
3080: fnd_msg_pub.add_exc_msg(p_pkg_name => g_pkgName,
3081: p_procedure_name => l_procName,
3082: p_error_text => SQLERRM);
3083: wip_utilities.get_message_stack(p_msg => l_msg);
3084: x_errorMsg := substrb(l_msg, 1, 240);
3085: end groupValidateMLHeader;
3086:
3087:

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

3250: x_returnStatus := fnd_api.g_ret_sts_unexp_error;
3251: fnd_msg_pub.add_exc_msg(p_pkg_name => g_pkgName,
3252: p_procedure_name => l_procName,
3253: p_error_text => SQLERRM);
3254: wip_utilities.get_message_stack(p_msg => l_msg);
3255: x_errorMsg := substrb(l_msg, 1, 240);
3256: end lineValidateMLHeader;
3257:
3258:

Line 3641: wip_utilities.get_message_stack(p_delete_stack => 'T',

3637: x_calling_function => 'WILMLX',
3638: x_error_code => l_errCode
3639: );
3640: if ( l_result <> PJM_PROJECT.G_VALIDATE_SUCCESS ) then
3641: wip_utilities.get_message_stack(p_delete_stack => 'T',
3642: p_msg => x_errorMsg);
3643: if ( l_result = PJM_PROJECT.G_VALIDATE_FAILURE ) then
3644: setInterfaceError(p_rowid, wjsi_row.interface_id, x_errorMsg, validationError);
3645: raise line_validation_error;