DBA Data[Home] [Help]

APPS.WIP_VALIDATEMLHEADER_PVT dependencies on WIP_UTILITIES

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

3050: x_returnStatus := fnd_api.g_ret_sts_unexp_error;
3051: fnd_msg_pub.add_exc_msg(p_pkg_name => g_pkgName,
3052: p_procedure_name => l_procName,
3053: p_error_text => SQLERRM);
3054: wip_utilities.get_message_stack(p_msg => l_msg);
3055: x_errorMsg := substrb(l_msg, 1, 240);
3056: end groupValidateMLHeader;
3057:
3058:

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

3222: x_returnStatus := fnd_api.g_ret_sts_unexp_error;
3223: fnd_msg_pub.add_exc_msg(p_pkg_name => g_pkgName,
3224: p_procedure_name => l_procName,
3225: p_error_text => SQLERRM);
3226: wip_utilities.get_message_stack(p_msg => l_msg);
3227: x_errorMsg := substrb(l_msg, 1, 240);
3228: end lineValidateMLHeader;
3229:
3230:

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

3556: x_calling_function => 'WILMLX',
3557: x_error_code => l_errCode
3558: );
3559: if ( l_result <> PJM_PROJECT.G_VALIDATE_SUCCESS ) then
3560: wip_utilities.get_message_stack(p_delete_stack => 'T',
3561: p_msg => x_errorMsg);
3562: if ( l_result = PJM_PROJECT.G_VALIDATE_FAILURE ) then
3563: setInterfaceError(p_rowid, wjsi_row.interface_id, x_errorMsg, validationError);
3564: raise line_validation_error;