DBA Data[Home] [Help]

APPS.OZF_SPECIAL_PRICING_PVT dependencies on STANDARD

Line 230: -- Standard begin of API savepoint

226: --End POS Batch Processing Changes
227:
228:
229: BEGIN
230: -- Standard begin of API savepoint
231: SAVEPOINT INIT_PAYMENT_SPP;
232: -- Standard call to check for call compatibility.
233: IF NOT FND_API.Compatible_API_Call (
234: l_api_version,

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

228:
229: BEGIN
230: -- Standard begin of API savepoint
231: SAVEPOINT INIT_PAYMENT_SPP;
232: -- Standard call to check for call compatibility.
233: IF NOT FND_API.Compatible_API_Call (
234: l_api_version,
235: p_api_version,
236: l_api_name,

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

722: -- Debug Message
723: IF OZF_DEBUG_HIGH_ON THEN
724: OZF_UTILITY_PVT.debug_message(p_message_text => l_full_name||': End');
725: END IF;
726: --Standard call to get message count and if count=1, get the message
727: FND_MSG_PUB.Count_And_Get (
728: p_encoded => FND_API.G_FALSE,
729: p_count => x_msg_count,
730: p_data => x_msg_data

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

733: EXCEPTION
734: WHEN FND_API.G_EXC_ERROR THEN
735: ROLLBACK TO INIT_PAYMENT_SPP;
736: x_return_status := FND_API.G_RET_STS_ERROR;
737: -- Standard call to get message count and if count=1, get the message
738: FND_MSG_PUB.Count_And_Get (
739: p_encoded => FND_API.G_FALSE,
740: p_count => x_msg_count,
741: p_data => x_msg_data

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

743: WHEN FND_API.G_EXC_UNEXPECTED_ERROR THEN
744: ROLLBACK TO INIT_PAYMENT_SPP;
745: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
746:
747: -- Standard call to get message count and if count=1, get the message
748: FND_MSG_PUB.Count_And_Get (
749: p_encoded => FND_API.G_FALSE,
750: p_count => x_msg_count,
751: p_data => x_msg_data

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

753: WHEN OTHERS THEN
754: ROLLBACK TO INIT_PAYMENT_SPP;
755: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
756:
757: -- Standard call to get message count and if count=1, get the message
758: FND_MSG_PUB.Count_And_Get (
759: p_encoded => FND_API.G_FALSE,
760: p_count => x_msg_count,
761: p_data => x_msg_data

Line 794: -- Standard begin of API savepoint

790: l_full_name CONSTANT VARCHAR2(60) := G_PKG_NAME ||'.'|| l_api_name;
791: --
792:
793: BEGIN
794: -- Standard begin of API savepoint
795: -- Standard call to check for call compatibility.
796: IF NOT FND_API.Compatible_API_Call (
797: l_api_version,
798: p_api_version,

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

791: --
792:
793: BEGIN
794: -- Standard begin of API savepoint
795: -- Standard call to check for call compatibility.
796: IF NOT FND_API.Compatible_API_Call (
797: l_api_version,
798: p_api_version,
799: l_api_name,

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

938: -- Debug Message
939: IF OZF_DEBUG_HIGH_ON THEN
940: OZF_UTILITY_PVT.debug_message(p_message_text => l_full_name||': End');
941: END IF;
942: --Standard call to get message count and if count=1, get the message
943: FND_MSG_PUB.Count_And_Get (
944: p_encoded => FND_API.G_FALSE,
945: p_count => x_msg_count,
946: p_data => x_msg_data

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

947: );
948: EXCEPTION
949: WHEN FND_API.G_EXC_ERROR THEN
950: x_return_status := FND_API.G_RET_STS_ERROR;
951: -- Standard call to get message count and if count=1, get the message
952: FND_MSG_PUB.Count_And_Get (
953: p_encoded => FND_API.G_FALSE,
954: p_count => x_msg_count,
955: p_data => x_msg_data

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

955: p_data => x_msg_data
956: );
957: WHEN FND_API.G_EXC_UNEXPECTED_ERROR THEN
958: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
959: -- Standard call to get message count and if count=1, get the message
960: FND_MSG_PUB.Count_And_Get (
961: p_encoded => FND_API.G_FALSE,
962: p_count => x_msg_count,
963: p_data => x_msg_data

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

964: );
965: WHEN OTHERS THEN
966: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
967:
968: -- Standard call to get message count and if count=1, get the message
969: FND_MSG_PUB.Count_And_Get (
970: p_encoded => FND_API.G_FALSE,
971: p_count => x_msg_count,
972: p_data => x_msg_data

Line 1176: -- Standard begin of API savepoint

1172: l_inventory_level_valid BOOLEAN;
1173:
1174:
1175: BEGIN
1176: -- Standard begin of API savepoint
1177: SAVEPOINT Process_SPP_ONE_Order;
1178:
1179: -- Initialize API return status to sucess
1180: x_return_status := FND_API.G_RET_STS_SUCCESS;

Line 2022: -- Standard begin of API savepoint

2018: l_report_start_date DATE;
2019: l_report_end_date DATE;
2020:
2021: BEGIN
2022: -- Standard begin of API savepoint
2023: SAVEPOINT Process_SPP_Order;
2024: -- Standard call to check for call compatibility.
2025: IF NOT FND_API.Compatible_API_Call (
2026: l_api_version,

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

2020:
2021: BEGIN
2022: -- Standard begin of API savepoint
2023: SAVEPOINT Process_SPP_Order;
2024: -- Standard call to check for call compatibility.
2025: IF NOT FND_API.Compatible_API_Call (
2026: l_api_version,
2027: p_api_version,
2028: l_api_name,

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

2164: -- Debug Message
2165: IF OZF_DEBUG_HIGH_ON THEN
2166: OZF_UTILITY_PVT.debug_message(p_message_text => l_full_name||': End');
2167: END IF;
2168: --Standard call to get message count and if count=1, get the message
2169: FND_MSG_PUB.Count_And_Get (
2170: p_encoded => FND_API.G_FALSE,
2171: p_count => x_msg_count,
2172: p_data => x_msg_data

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

2175: EXCEPTION
2176: WHEN FND_API.G_EXC_ERROR THEN
2177: ROLLBACK TO Process_SPP_Order;
2178: x_return_status := FND_API.G_RET_STS_ERROR;
2179: -- Standard call to get message count and if count=1, get the message
2180: FND_MSG_PUB.Count_And_Get (
2181: p_encoded => FND_API.G_FALSE,
2182: p_count => x_msg_count,
2183: p_data => x_msg_data

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

2185: WHEN FND_API.G_EXC_UNEXPECTED_ERROR THEN
2186: ROLLBACK TO Process_SPP_Order;
2187: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
2188:
2189: -- Standard call to get message count and if count=1, get the message
2190: FND_MSG_PUB.Count_And_Get (
2191: p_encoded => FND_API.G_FALSE,
2192: p_count => x_msg_count,
2193: p_data => x_msg_data

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

2195: WHEN OTHERS THEN
2196: ROLLBACK TO Process_SPP_Order;
2197: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
2198:
2199: -- Standard call to get message count and if count=1, get the message
2200: FND_MSG_PUB.Count_And_Get (
2201: p_encoded => FND_API.G_FALSE,
2202: p_count => x_msg_count,
2203: p_data => x_msg_data