DBA Data[Home] [Help]

APPS.WIP_MOVPROC_PUB dependencies on FND_MESSAGE

Line 100: fnd_message.set_name('WIP', 'WIP_NOT_VALID');

96: END IF;
97:
98: WHEN TOO_MANY_ROWS THEN
99: x_returnStatus := fnd_api.g_ret_sts_unexp_error;
100: fnd_message.set_name('WIP', 'WIP_NOT_VALID');
101: fnd_message.set_token('ENTITY', 'TRANSACTION_ID');
102: x_errorMsg := substr(fnd_message.get, 1, 1000);
103:
104: IF (l_logLevel <= wip_constants.trace_logging) THEN

Line 101: fnd_message.set_token('ENTITY', 'TRANSACTION_ID');

97:
98: WHEN TOO_MANY_ROWS THEN
99: x_returnStatus := fnd_api.g_ret_sts_unexp_error;
100: fnd_message.set_name('WIP', 'WIP_NOT_VALID');
101: fnd_message.set_token('ENTITY', 'TRANSACTION_ID');
102: x_errorMsg := substr(fnd_message.get, 1, 1000);
103:
104: IF (l_logLevel <= wip_constants.trace_logging) THEN
105: wip_logger.exitPoint(p_procName => 'wip_movProc_pub.processInterface',

Line 102: x_errorMsg := substr(fnd_message.get, 1, 1000);

98: WHEN TOO_MANY_ROWS THEN
99: x_returnStatus := fnd_api.g_ret_sts_unexp_error;
100: fnd_message.set_name('WIP', 'WIP_NOT_VALID');
101: fnd_message.set_token('ENTITY', 'TRANSACTION_ID');
102: x_errorMsg := substr(fnd_message.get, 1, 1000);
103:
104: IF (l_logLevel <= wip_constants.trace_logging) THEN
105: wip_logger.exitPoint(p_procName => 'wip_movProc_pub.processInterface',
106: p_procReturnStatus => x_returnStatus,

Line 114: fnd_message.set_name('WIP', 'WIP_NOT_VALID');

110: END IF;
111:
112: WHEN NO_DATA_FOUND THEN
113: x_returnStatus := fnd_api.g_ret_sts_unexp_error;
114: fnd_message.set_name('WIP', 'WIP_NOT_VALID');
115: fnd_message.set_token('ENTITY',
116: 'TRANSACTION_ID/GROUP_ID/PROCESS_PHASE/PROCESS_STATUS');
117: x_errorMsg := substr(fnd_message.get, 1, 1000);
118:

Line 115: fnd_message.set_token('ENTITY',

111:
112: WHEN NO_DATA_FOUND THEN
113: x_returnStatus := fnd_api.g_ret_sts_unexp_error;
114: fnd_message.set_name('WIP', 'WIP_NOT_VALID');
115: fnd_message.set_token('ENTITY',
116: 'TRANSACTION_ID/GROUP_ID/PROCESS_PHASE/PROCESS_STATUS');
117: x_errorMsg := substr(fnd_message.get, 1, 1000);
118:
119: IF (l_logLevel <= wip_constants.trace_logging) THEN

Line 117: x_errorMsg := substr(fnd_message.get, 1, 1000);

113: x_returnStatus := fnd_api.g_ret_sts_unexp_error;
114: fnd_message.set_name('WIP', 'WIP_NOT_VALID');
115: fnd_message.set_token('ENTITY',
116: 'TRANSACTION_ID/GROUP_ID/PROCESS_PHASE/PROCESS_STATUS');
117: x_errorMsg := substr(fnd_message.get, 1, 1000);
118:
119: IF (l_logLevel <= wip_constants.trace_logging) THEN
120: wip_logger.exitPoint(p_procName => 'wip_movProc_pub.processInterface',
121: p_procReturnStatus => x_returnStatus,