DBA Data[Home] [Help]

APPS.OZF_ORDER_PRICE_PVT dependencies on STANDARD

Line 274: -- Standard begin of API savepoint

270: G_CONTRACT_END_DATE_DEF_TBL QP_PREQ_GRP.DATE_TYPE;
271: G_LINE_UNIT_PRICE_DEF_TBL QP_PREQ_GRP.NUMBER_TYPE;
272: */
273: BEGIN
274: -- Standard begin of API savepoint
275: SAVEPOINT Get_Order_Price_pvt;
276: -- Standard call to check for call compatibility.
277: IF NOT FND_API.Compatible_API_Call (
278: l_api_version,

Line 276: -- Standard call to check for call compatibility.

272: */
273: BEGIN
274: -- Standard begin of API savepoint
275: SAVEPOINT Get_Order_Price_pvt;
276: -- Standard call to check for call compatibility.
277: IF NOT FND_API.Compatible_API_Call (
278: l_api_version,
279: p_api_version,
280: l_api_name,

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

658: FND_MESSAGE.Set_Name('OZF','OZF_API_DEBUG_MESSAGE');
659: FND_MESSAGE.Set_Token('TEXT',l_full_name||': End');
660: FND_MSG_PUB.Add;
661: END IF;
662: --Standard call to get message count and if count=1, get the message
663: FND_MSG_PUB.Count_And_Get (
664: p_encoded => FND_API.G_FALSE,
665: p_count => x_msg_count,
666: p_data => x_msg_data

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

671: EXCEPTION
672: WHEN FND_API.G_EXC_ERROR THEN
673: ROLLBACK TO Get_Order_Price_pvt ;
674: x_return_status := FND_API.G_RET_STS_ERROR;
675: -- Standard call to get message count and if count=1, get the message
676: FND_MSG_PUB.Count_And_Get (
677: p_encoded => FND_API.G_FALSE,
678: p_count => x_msg_count,
679: p_data => x_msg_data

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

680: );
681: WHEN FND_API.G_EXC_UNEXPECTED_ERROR THEN
682: ROLLBACK TO Get_Order_Price_pvt;
683: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
684: -- Standard call to get message count and if count=1, get the message
685: FND_MSG_PUB.Count_And_Get (
686: p_encoded => FND_API.G_FALSE,
687: p_count => x_msg_count,
688: p_data => x_msg_data

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

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

Line 729: -- Standard call to check for call compatibility.

725: Begin
726:
727: SAVEPOINT PURGE_PRICING_TEMP;
728:
729: -- Standard call to check for call compatibility.
730: IF NOT FND_API.Compatible_API_Call (
731: l_api_version,
732: p_api_version,
733: l_api_name,

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

760: EXCEPTION
761: WHEN FND_API.G_EXC_ERROR THEN
762: ROLLBACK TO PURGE_PRICING_TEMP;
763: x_return_status := FND_API.G_RET_STS_ERROR;
764: -- Standard call to get message count and if count=1, get the message
765: FND_MSG_PUB.Count_And_Get (
766: p_encoded => FND_API.G_FALSE,
767: p_count => x_msg_count,
768: p_data => x_msg_data

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

769: );
770: WHEN FND_API.G_EXC_UNEXPECTED_ERROR THEN
771: ROLLBACK TO PURGE_PRICING_TEMP;
772: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
773: -- Standard call to get message count and if count=1, get the message
774: FND_MSG_PUB.Count_And_Get (
775: p_encoded => FND_API.G_FALSE,
776: p_count => x_msg_count,
777: p_data => x_msg_data

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

778: );
779: WHEN OTHERS THEN
780: ROLLBACK TO PURGE_PRICING_TEMP;
781: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
782: -- Standard call to get message count and if count=1, get the message
783: FND_MSG_PUB.Count_And_Get (
784: p_encoded => FND_API.G_FALSE,
785: p_count => x_msg_count,
786: p_data => x_msg_data