DBA Data[Home] [Help]

APPS.WIP_MTLPROC_PRIV dependencies on FND_MESSAGE

Line 177: fnd_message.set_name('WIP', 'WIP_PICKING_STATUS_ERROR');

173: exception
174: when others then
175: l_jobStatusCode := l_jobStatus;
176: end;
177: fnd_message.set_name('WIP', 'WIP_PICKING_STATUS_ERROR');
178: fnd_message.set_token('STATUS', l_jobStatus);
179: fnd_msg_pub.add;
180: raise fnd_api.g_exc_unexpected_error;
181: end if;

Line 178: fnd_message.set_token('STATUS', l_jobStatus);

174: when others then
175: l_jobStatusCode := l_jobStatus;
176: end;
177: fnd_message.set_name('WIP', 'WIP_PICKING_STATUS_ERROR');
178: fnd_message.set_token('STATUS', l_jobStatus);
179: fnd_msg_pub.add;
180: raise fnd_api.g_exc_unexpected_error;
181: end if;
182: */

Line 214: fnd_message.set_name('WIP', 'OPERATION_PROCESSING_ERROR');

210: processRepetitive(p_issueRec => l_issueRec,
211: x_returnStatus => x_returnStatus);
212:
213: else
214: fnd_message.set_name('WIP', 'OPERATION_PROCESSING_ERROR');
215: l_errMsg := 'Invalid WIP Entity Type:' || l_issueRec.wipEntityType;
216: fnd_msg_pub.add;
217: raise fnd_api.g_exc_unexpected_error;
218: end if;

Line 261: fnd_message.set_name('WIP', 'INVALID_MMTT_TEMP_ID');

257: end if;
258: if(fnd_api.to_boolean(p_endDebug)) then
259: wip_logger.cleanUp(x_returnStatus => l_returnStatus); --discard logging return status
260: end if;
261: fnd_message.set_name('WIP', 'INVALID_MMTT_TEMP_ID');
262: fnd_msg_pub.add;
263: writeError(p_txnTmpID);
264:
265: when fnd_api.g_exc_unexpected_error then

Line 599: fnd_message.set_name('WIP', 'OPERATION_PROCESSING_ERROR');

595: p_procReturnStatus => x_returnStatus,
596: p_msg => l_errMsg,
597: x_returnStatus => l_returnStatus); --discard logging return status
598: end if;
599: fnd_message.set_name('WIP', 'OPERATION_PROCESSING_ERROR');
600: fnd_msg_pub.add;
601: --need to add a message to the stack and count it
602: when wip_constants.records_locked then
603: x_returnStatus := fnd_api.g_ret_sts_unexp_error;

Line 610: fnd_message.set_name('INV', 'INV_WIP_WORK_ORDER_LOCKED');

606: p_procReturnStatus => x_returnStatus,
607: p_msg => 'records locked',
608: x_returnStatus => l_returnStatus);
609: end if;
610: fnd_message.set_name('INV', 'INV_WIP_WORK_ORDER_LOCKED');
611: fnd_msg_pub.add;
612: when others then
613: x_returnStatus := fnd_api.g_ret_sts_unexp_error;
614: fnd_msg_pub.add_exc_msg(p_pkg_name => 'wip_mtlProc_priv',

Line 623: fnd_message.set_name('WIP', 'OPERATION_PROCESSING_ERROR');

619: p_procReturnStatus => x_returnStatus,
620: p_msg => 'unexpected error: ' || SQLERRM,
621: x_returnStatus => l_returnStatus); --discard logging return status
622: end if;
623: fnd_message.set_name('WIP', 'OPERATION_PROCESSING_ERROR');
624: fnd_msg_pub.add;
625: end processTxn;
626:
627: --This procedure fetches the repetitive schedules and how much of the component

Line 1160: fnd_message.set_name('WIP', 'MTL_PROC_FAIL');

1156: l_returnStatus VARCHAR(1);
1157: begin
1158: wip_utilities.get_message_stack(p_delete_stack => fnd_api.g_false,
1159: p_msg => l_errExpl);
1160: fnd_message.set_name('WIP', 'MTL_PROC_FAIL');
1161: l_errCode := fnd_message.get;
1162: if (l_logLevel <= wip_constants.full_logging) then
1163: wip_logger.log('writeError: tempID is ' || p_txnTmpID, l_returnStatus);
1164: wip_logger.log('writeError: errCode is ' ||l_errCode, l_returnStatus);

Line 1161: l_errCode := fnd_message.get;

1157: begin
1158: wip_utilities.get_message_stack(p_delete_stack => fnd_api.g_false,
1159: p_msg => l_errExpl);
1160: fnd_message.set_name('WIP', 'MTL_PROC_FAIL');
1161: l_errCode := fnd_message.get;
1162: if (l_logLevel <= wip_constants.full_logging) then
1163: wip_logger.log('writeError: tempID is ' || p_txnTmpID, l_returnStatus);
1164: wip_logger.log('writeError: errCode is ' ||l_errCode, l_returnStatus);
1165: wip_logger.log('writeError: errExpl is ' ||l_errExpl, l_returnStatus);

Line 1217: fnd_message.set_name('FND', 'FND_GENERIC_MESSAGE');

1213: x_returnStatus => x_returnStatus,
1214: x_errorMsg => l_error_msg);
1215:
1216: IF(x_returnStatus <> fnd_api.g_ret_sts_success) THEN
1217: fnd_message.set_name('FND', 'FND_GENERIC_MESSAGE');
1218: fnd_message.set_token('MESSAGE', l_error_msg);
1219: fnd_msg_pub.add;
1220: raise fnd_api.g_exc_unexpected_error;
1221: END IF;

Line 1218: fnd_message.set_token('MESSAGE', l_error_msg);

1214: x_errorMsg => l_error_msg);
1215:
1216: IF(x_returnStatus <> fnd_api.g_ret_sts_success) THEN
1217: fnd_message.set_name('FND', 'FND_GENERIC_MESSAGE');
1218: fnd_message.set_token('MESSAGE', l_error_msg);
1219: fnd_msg_pub.add;
1220: raise fnd_api.g_exc_unexpected_error;
1221: END IF;
1222: l_process_phase := '4';

Line 1254: fnd_message.set_name('FND', 'FND_GENERIC_MESSAGE');

1250: x_returnStatus := fnd_api.g_ret_sts_error;
1251: l_error_msg := ' unexpected error: ' || SQLERRM || 'SQLCODE = ' ||
1252: SQLCODE;
1253:
1254: fnd_message.set_name('FND', 'FND_GENERIC_MESSAGE');
1255: fnd_message.set_token('MESSAGE', l_error_msg);
1256: fnd_msg_pub.add;
1257:
1258: IF (l_log_level <= wip_constants.trace_logging) THEN

Line 1255: fnd_message.set_token('MESSAGE', l_error_msg);

1251: l_error_msg := ' unexpected error: ' || SQLERRM || 'SQLCODE = ' ||
1252: SQLCODE;
1253:
1254: fnd_message.set_name('FND', 'FND_GENERIC_MESSAGE');
1255: fnd_message.set_token('MESSAGE', l_error_msg);
1256: fnd_msg_pub.add;
1257:
1258: IF (l_log_level <= wip_constants.trace_logging) THEN
1259: wip_logger.exitPoint(p_procName => 'wip_cplProc_priv.processOATxn',