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 657: --Standard call to get message count and if count=1, get the message

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

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

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

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

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

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

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

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

720: Begin
721:
722: SAVEPOINT PURGE_PRICING_TEMP;
723:
724: -- Standard call to check for call compatibility.
725: IF NOT FND_API.Compatible_API_Call (
726: l_api_version,
727: p_api_version,
728: l_api_name,

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

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

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

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

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

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