DBA Data[Home] [Help]

APPS.OZF_CHARGEBACK_PVT dependencies on STANDARD

Line 219: -- Standard begin of API savepoint

215:
216:
217:
218: BEGIN
219: -- Standard begin of API savepoint
220: SAVEPOINT Initiate_Payment;
221: -- Standard call to check FOR call compatibility.
222: IF NOT FND_API.Compatible_API_Call (
223: l_api_version,

Line 221: -- Standard call to check FOR call compatibility.

217:
218: BEGIN
219: -- Standard begin of API savepoint
220: SAVEPOINT Initiate_Payment;
221: -- Standard call to check FOR call compatibility.
222: IF NOT FND_API.Compatible_API_Call (
223: l_api_version,
224: p_api_version,
225: l_api_name,

Line 873: --Standard call to get message count AND if count=1, get the message

869: IF OZF_DEBUG_HIGH_ON THEN
870: OZF_UTILITY_PVT.debug_message(l_full_name||': End');
871: END IF;
872:
873: --Standard call to get message count AND if count=1, get the message
874: FND_MSG_PUB.Count_and_Get (
875: p_encoded => FND_API.G_FALSE,
876: p_count => x_msg_count,
877: p_data => x_msg_data

Line 891: -- Standard call to get message count AND IF count=1, get the message

887: );
888: WHEN FND_API.g_exc_error THEN
889: ROLLBACK TO Initiate_Payment;
890: x_return_status := FND_API.G_RET_STS_ERROR;
891: -- Standard call to get message count AND IF count=1, get the message
892: FND_MSG_PUB.Count_And_Get (
893: p_encoded => FND_API.G_FALSE,
894: p_count => x_msg_count,
895: p_data => x_msg_data

Line 900: -- Standard call to get message count AND IF count=1, get the message

896: );
897: WHEN FND_API.g_exc_unexpected_error THEN
898: ROLLBACK TO Initiate_Payment;
899: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
900: -- Standard call to get message count AND IF count=1, get the message
901: FND_MSG_PUB.Count_And_Get (
902: p_encoded => FND_API.G_FALSE,
903: p_count => x_msg_count,
904: p_data => x_msg_data

Line 912: -- Standard call to get message count AND IF count=1, get the message

908: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
909: IF OZF_UNEXP_ERROR THEN
910: FND_MSG_PUB.Add_Exc_Msg( G_PKG_NAME,l_api_name);
911: END IF;
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 966: -- Standard call to check FOR call compatibility.

962: AND purchase_price IS NULL;
963:
964: --
965: BEGIN
966: -- Standard call to check FOR call compatibility.
967: IF NOT FND_API.Compatible_API_Call (
968: l_api_version,
969: p_api_version,
970: l_api_name,

Line 1042: --Standard call to get message count AND if count=1, get the message

1038: IF OZF_DEBUG_HIGH_ON THEN
1039: OZF_UTILITY_PVT.debug_message(l_full_name||': End');
1040: END IF;
1041:
1042: --Standard call to get message count AND if count=1, get the message
1043: FND_MSG_PUB.Count_and_Get (
1044: p_encoded => FND_API.G_FALSE,
1045: p_count => x_msg_count,
1046: p_data => x_msg_data

Line 1052: -- Standard call to get message count AND if count=1, get the message

1048: --
1049: EXCEPTION
1050: WHEN FND_API.g_exc_error THEN
1051: x_return_status := FND_API.G_RET_STS_ERROR;
1052: -- Standard call to get message count AND if count=1, get the message
1053: FND_MSG_PUB.Count_and_Get (
1054: p_encoded => FND_API.G_FALSE,
1055: p_count => x_msg_count,
1056: p_data => x_msg_data

Line 1060: -- Standard call to get message count AND if count=1, get the message

1056: p_data => x_msg_data
1057: );
1058: WHEN FND_API.g_exc_unexpected_error THEN
1059: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
1060: -- Standard call to get message count AND if count=1, get the message
1061: FND_MSG_PUB.Count_and_Get (
1062: p_encoded => FND_API.G_FALSE,
1063: p_count => x_msg_count,
1064: p_data => x_msg_data

Line 1068: -- Standard call to get message count AND if count=1, get the message

1064: p_data => x_msg_data
1065: );
1066: WHEN OTHERS THEN
1067: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
1068: -- Standard call to get message count AND if count=1, get the message
1069: FND_MSG_PUB.Count_and_Get (
1070: p_encoded => FND_API.G_FALSE,
1071: p_count => x_msg_count,
1072: p_data => x_msg_data

Line 2126: -- Standard begin of API savepoint

2122: l_inventory_tracking VARCHAR2(2);
2123:
2124: --
2125: BEGIN
2126: -- Standard begin of API savepoint
2127: SAVEPOINT Process_Order;
2128:
2129: -- Standard call to check FOR call compatibility.
2130: IF NOT FND_API.Compatible_API_Call (

Line 2129: -- Standard call to check FOR call compatibility.

2125: BEGIN
2126: -- Standard begin of API savepoint
2127: SAVEPOINT Process_Order;
2128:
2129: -- Standard call to check FOR call compatibility.
2130: IF NOT FND_API.Compatible_API_Call (
2131: l_api_version,
2132: p_api_version,
2133: l_api_name,

Line 2403: --Standard call to get message count AND if count=1, get the message

2399: -- Debug Message
2400: IF OZF_DEBUG_HIGH_ON THEN
2401: OZF_UTILITY_PVT.debug_message(p_message_text => l_full_name||': End');
2402: END IF;
2403: --Standard call to get message count AND if count=1, get the message
2404: FND_MSG_PUB.Count_and_Get (
2405: p_encoded => FND_API.G_FALSE,
2406: p_count => x_msg_count,
2407: p_data => x_msg_data

Line 2413: -- Standard call to get message count AND IF count=1, get the message

2409: EXCEPTION
2410: WHEN FND_API.g_exc_error THEN
2411: ROLLBACK TO Process_Order;
2412: x_return_status := FND_API.G_RET_STS_ERROR;
2413: -- Standard call to get message count AND IF count=1, get the message
2414: FND_MSG_PUB.Count_and_Get (
2415: p_encoded => FND_API.G_FALSE,
2416: p_count => x_msg_count,
2417: p_data => x_msg_data

Line 2422: -- Standard call to get message count AND IF count=1, get the message

2418: );
2419: WHEN FND_API.g_exc_unexpected_error THEN
2420: ROLLBACK TO Process_Order;
2421: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
2422: -- Standard call to get message count AND IF count=1, get the message
2423: FND_MSG_PUB.Count_and_Get (
2424: p_encoded => FND_API.G_FALSE,
2425: p_count => x_msg_count,
2426: p_data => x_msg_data

Line 2434: -- Standard call to get message count AND IF count=1, get the message

2430: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
2431: IF OZF_UNEXP_ERROR THEN
2432: FND_MSG_PUB.Add_Exc_Msg( G_PKG_NAME,l_api_name);
2433: END IF;
2434: -- Standard call to get message count AND IF count=1, get the message
2435: FND_MSG_PUB.Count_and_Get (
2436: p_encoded => FND_API.G_FALSE,
2437: p_count => x_msg_count,
2438: p_data => x_msg_data