DBA Data[Home] [Help]

APPS.PV_ENRL_PREREQ_BINS_PUB dependencies on STANDARD

Line 332: -- Standard call to get message count and if count=1, get the message

328:
329: EXCEPTION
330: WHEN Fnd_Api.G_EXC_ERROR THEN
331: x_return_status := Fnd_Api.G_RET_STS_ERROR;
332: -- Standard call to get message count and if count=1, get the message
333: Fnd_Msg_Pub.Count_And_Get (
334: p_encoded => Fnd_Api.G_FALSE,
335: p_count => x_msg_count,
336: p_data => x_msg_data

Line 340: -- Standard call to get message count and if count=1, get the message

336: p_data => x_msg_data
337: );
338: WHEN OTHERS THEN
339: x_return_status := Fnd_Api.G_RET_STS_UNEXP_ERROR;
340: -- Standard call to get message count and if count=1, get the message
341: Fnd_Msg_Pub.Count_And_Get (
342: p_encoded => Fnd_Api.G_FALSE,
343: p_count => x_msg_count,
344: p_data => x_msg_data