DBA Data[Home] [Help]

APPS.OZF_SPECIAL_PRICING_PVT dependencies on STANDARD

Line 205: -- Standard begin of API savepoint

201:
202: l_dup_header_id_tbl OZF_RESALE_COMMON_PVT.number_tbl_type;
203:
204: BEGIN
205: -- Standard begin of API savepoint
206: SAVEPOINT INIT_PAYMENT_SPP;
207: -- Standard call to check for call compatibility.
208: IF NOT FND_API.Compatible_API_Call (
209: l_api_version,

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

203:
204: BEGIN
205: -- Standard begin of API savepoint
206: SAVEPOINT INIT_PAYMENT_SPP;
207: -- Standard call to check for call compatibility.
208: IF NOT FND_API.Compatible_API_Call (
209: l_api_version,
210: p_api_version,
211: l_api_name,

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

666: -- Debug Message
667: IF OZF_DEBUG_HIGH_ON THEN
668: OZF_UTILITY_PVT.debug_message(p_message_text => l_full_name||': End');
669: END IF;
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 681: -- Standard call to get message count and if count=1, get the message

677: EXCEPTION
678: WHEN FND_API.G_EXC_ERROR THEN
679: ROLLBACK TO INIT_PAYMENT_SPP;
680: x_return_status := FND_API.G_RET_STS_ERROR;
681: -- Standard call to get message count and if count=1, get the message
682: FND_MSG_PUB.Count_And_Get (
683: p_encoded => FND_API.G_FALSE,
684: p_count => x_msg_count,
685: p_data => x_msg_data

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

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

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

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

Line 738: -- Standard begin of API savepoint

734: l_full_name CONSTANT VARCHAR2(60) := G_PKG_NAME ||'.'|| l_api_name;
735: --
736:
737: BEGIN
738: -- Standard begin of API savepoint
739: -- Standard call to check for call compatibility.
740: IF NOT FND_API.Compatible_API_Call (
741: l_api_version,
742: p_api_version,

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

735: --
736:
737: BEGIN
738: -- Standard begin of API savepoint
739: -- Standard call to check for call compatibility.
740: IF NOT FND_API.Compatible_API_Call (
741: l_api_version,
742: p_api_version,
743: l_api_name,

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

882: -- Debug Message
883: IF OZF_DEBUG_HIGH_ON THEN
884: OZF_UTILITY_PVT.debug_message(p_message_text => l_full_name||': End');
885: END IF;
886: --Standard call to get message count and if count=1, get the message
887: FND_MSG_PUB.Count_And_Get (
888: p_encoded => FND_API.G_FALSE,
889: p_count => x_msg_count,
890: p_data => x_msg_data

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

891: );
892: EXCEPTION
893: WHEN FND_API.G_EXC_ERROR THEN
894: x_return_status := FND_API.G_RET_STS_ERROR;
895: -- Standard call to get message count and if count=1, get the message
896: FND_MSG_PUB.Count_And_Get (
897: p_encoded => FND_API.G_FALSE,
898: p_count => x_msg_count,
899: p_data => x_msg_data

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

899: p_data => x_msg_data
900: );
901: WHEN FND_API.G_EXC_UNEXPECTED_ERROR THEN
902: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
903: -- Standard call to get message count and if count=1, get the message
904: FND_MSG_PUB.Count_And_Get (
905: p_encoded => FND_API.G_FALSE,
906: p_count => x_msg_count,
907: p_data => x_msg_data

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

908: );
909: WHEN OTHERS THEN
910: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
911:
912: -- Standard call to get message count and if count=1, get the message
913: FND_MSG_PUB.Count_And_Get (
914: p_encoded => FND_API.G_FALSE,
915: p_count => x_msg_count,
916: p_data => x_msg_data

Line 1100: -- Standard begin of API savepoint

1096: l_inventory_level_valid BOOLEAN;
1097:
1098:
1099: BEGIN
1100: -- Standard begin of API savepoint
1101: SAVEPOINT Process_SPP_ONE_Order;
1102:
1103: -- Initialize API return status to sucess
1104: x_return_status := FND_API.G_RET_STS_SUCCESS;

Line 1918: -- Standard begin of API savepoint

1914: l_report_start_date DATE;
1915: l_report_end_date DATE;
1916:
1917: BEGIN
1918: -- Standard begin of API savepoint
1919: SAVEPOINT Process_SPP_Order;
1920: -- Standard call to check for call compatibility.
1921: IF NOT FND_API.Compatible_API_Call (
1922: l_api_version,

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

1916:
1917: BEGIN
1918: -- Standard begin of API savepoint
1919: SAVEPOINT Process_SPP_Order;
1920: -- Standard call to check for call compatibility.
1921: IF NOT FND_API.Compatible_API_Call (
1922: l_api_version,
1923: p_api_version,
1924: l_api_name,

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

2060: -- Debug Message
2061: IF OZF_DEBUG_HIGH_ON THEN
2062: OZF_UTILITY_PVT.debug_message(p_message_text => l_full_name||': End');
2063: END IF;
2064: --Standard call to get message count and if count=1, get the message
2065: FND_MSG_PUB.Count_And_Get (
2066: p_encoded => FND_API.G_FALSE,
2067: p_count => x_msg_count,
2068: p_data => x_msg_data

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

2071: EXCEPTION
2072: WHEN FND_API.G_EXC_ERROR THEN
2073: ROLLBACK TO Process_SPP_Order;
2074: x_return_status := FND_API.G_RET_STS_ERROR;
2075: -- Standard call to get message count and if count=1, get the message
2076: FND_MSG_PUB.Count_And_Get (
2077: p_encoded => FND_API.G_FALSE,
2078: p_count => x_msg_count,
2079: p_data => x_msg_data

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

2081: WHEN FND_API.G_EXC_UNEXPECTED_ERROR THEN
2082: ROLLBACK TO Process_SPP_Order;
2083: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
2084:
2085: -- Standard call to get message count and if count=1, get the message
2086: FND_MSG_PUB.Count_And_Get (
2087: p_encoded => FND_API.G_FALSE,
2088: p_count => x_msg_count,
2089: p_data => x_msg_data

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

2091: WHEN OTHERS THEN
2092: ROLLBACK TO Process_SPP_Order;
2093: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
2094:
2095: -- Standard call to get message count and if count=1, get the message
2096: FND_MSG_PUB.Count_And_Get (
2097: p_encoded => FND_API.G_FALSE,
2098: p_count => x_msg_count,
2099: p_data => x_msg_data