DBA Data[Home] [Help]

APPS.OZF_PRICE_LIST_PVT dependencies on STANDARD

Line 503: -- Standard call to get message count and if count is 1, get message info.

499:
500: -- Initialize API return status to SUCCESS
501: x_return_status := FND_API.G_RET_STS_SUCCESS;
502:
503: -- Standard call to get message count and if count is 1, get message info.
504: FND_MSG_PUB.Count_And_Get
505: (p_count => x_msg_count,
506: p_data => x_msg_data
507: );

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

508: EXCEPTION
509: WHEN FND_API.G_EXC_ERROR THEN
510: ROLLBACK TO VALIDATE_PRICE_LIST_;
511: x_return_status := FND_API.G_RET_STS_ERROR;
512: -- Standard call to get message count and if count=1, get the message
513: FND_MSG_PUB.Count_And_Get (
514: p_encoded => FND_API.G_FALSE,
515: p_count => x_msg_count,
516: p_data => x_msg_data

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

517: );
518: WHEN FND_API.G_EXC_UNEXPECTED_ERROR THEN
519: ROLLBACK TO VALIDATE_PRICE_LIST_;
520: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
521: -- Standard call to get message count and if count=1, get the message
522: FND_MSG_PUB.Count_And_Get (
523: p_encoded => FND_API.G_FALSE,
524: p_count => x_msg_count,
525: p_data => x_msg_data

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

530: IF FND_MSG_PUB.Check_Msg_Level ( FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
531: THEN
532: FND_MSG_PUB.Add_Exc_Msg( G_PKG_NAME,l_api_name);
533: END IF;
534: -- Standard call to get message count and if count=1, get the message
535: FND_MSG_PUB.Count_And_Get (
536: p_encoded => FND_API.G_FALSE,
537: p_count => x_msg_count,
538: p_data => x_msg_data

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

690: EXCEPTION
691: WHEN FND_API.G_EXC_ERROR THEN
692: ROLLBACK TO CREATE_PRICE_LIST_PVT;
693: x_return_status := FND_API.G_RET_STS_ERROR;
694: -- Standard call to get message count and if count=1, get the message
695: FND_MSG_PUB.Count_And_Get (
696: p_encoded => FND_API.G_FALSE,
697: p_count => x_msg_count,
698: p_data => x_msg_data

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

699: );
700: WHEN FND_API.G_EXC_UNEXPECTED_ERROR THEN
701: ROLLBACK TO CREATE_PRICE_LIST_PVT;
702: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
703: -- Standard call to get message count and if count=1, get the message
704: FND_MSG_PUB.Count_And_Get (
705: p_encoded => FND_API.G_FALSE,
706: p_count => x_msg_count,
707: p_data => x_msg_data

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

712: IF FND_MSG_PUB.Check_Msg_Level ( FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
713: THEN
714: FND_MSG_PUB.Add_Exc_Msg( G_PKG_NAME,l_api_name);
715: END IF;
716: -- Standard call to get message count and if count=1, get the message
717: FND_MSG_PUB.Count_And_Get (
718: p_encoded => FND_API.G_FALSE,
719: p_count => x_msg_count,
720: p_data => x_msg_data