DBA Data[Home] [Help]

APPS.CSP_EXCESS_PARTS_PVT dependencies on FND_MSG_PUB

Line 2830: fnd_msg_pub.add;

2826: x_operating_unit;
2827: close c_destination;
2828: else
2829: fnd_message.set_name('CSP', 'CSP_NO_ROUTING_RULE');
2830: fnd_msg_pub.add;
2831: fnd_msg_pub.count_and_get
2832: ( p_count => x_msg_count
2833: , p_data => x_msg_data);
2834: x_return_status := FND_API.G_RET_STS_ERROR;

Line 2831: fnd_msg_pub.count_and_get

2827: close c_destination;
2828: else
2829: fnd_message.set_name('CSP', 'CSP_NO_ROUTING_RULE');
2830: fnd_msg_pub.add;
2831: fnd_msg_pub.count_and_get
2832: ( p_count => x_msg_count
2833: , p_data => x_msg_data);
2834: x_return_status := FND_API.G_RET_STS_ERROR;
2835: end if;