DBA Data[Home] [Help]

APPS.WMS_WCS_DEVICE_GRP dependencies on FND_MESSAGE

Line 93: fnd_message.set_name('WMS', 'WMS_DEVICE_ALREADY_SIGNED');

89: || x_signon_wrk_stn
90: );
91: END IF;
92:
93: fnd_message.set_name('WMS', 'WMS_DEVICE_ALREADY_SIGNED');
94: fnd_message.set_token('DEVICE_DESC', x_device_desc);
95: fnd_msg_pub.ADD;
96: x_return_status := fnd_api.g_ret_sts_error;
97: RAISE fnd_api.G_EXC_ERROR;

Line 94: fnd_message.set_token('DEVICE_DESC', x_device_desc);

90: );
91: END IF;
92:
93: fnd_message.set_name('WMS', 'WMS_DEVICE_ALREADY_SIGNED');
94: fnd_message.set_token('DEVICE_DESC', x_device_desc);
95: fnd_msg_pub.ADD;
96: x_return_status := fnd_api.g_ret_sts_error;
97: RAISE fnd_api.G_EXC_ERROR;
98:

Line 555: fnd_message.set_name('WMS', 'WMS_WORK_FLOW_FAIL');

551: ELSIF l_return_status = fnd_api.g_ret_sts_error THEN
552: IF (l_debug > 0) THEN
553: LOG(p_device_id ,'Error calling wf_wrapper');
554: END IF;
555: fnd_message.set_name('WMS', 'WMS_WORK_FLOW_FAIL');
556: fnd_msg_pub.ADD;
557: RAISE fnd_api.g_exc_error;
558: END IF;
559: END IF;