DBA Data[Home] [Help]

APPS.OZF_CHARGEBACK_PVT dependencies on STANDARD

Line 327: -- Standard begin of API savepoint

323:
324: l_fund_int_rec ozf_funds_pvt.fund_rec_int_type;
325:
326: BEGIN
327: -- Standard begin of API savepoint
328: SAVEPOINT Initiate_Payment;
329: -- Standard call to check FOR call compatibility.
330: IF NOT FND_API.Compatible_API_Call (
331: l_api_version,

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

325:
326: BEGIN
327: -- Standard begin of API savepoint
328: SAVEPOINT Initiate_Payment;
329: -- Standard call to check FOR call compatibility.
330: IF NOT FND_API.Compatible_API_Call (
331: l_api_version,
332: p_api_version,
333: l_api_name,

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

1123: IF OZF_DEBUG_HIGH_ON THEN
1124: OZF_UTILITY_PVT.debug_message(l_full_name||': End');
1125: END IF;
1126:
1127: --Standard call to get message count AND if count=1, get the message
1128: FND_MSG_PUB.Count_and_Get (
1129: p_encoded => FND_API.G_FALSE,
1130: p_count => x_msg_count,
1131: p_data => x_msg_data

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

1141: );
1142: WHEN FND_API.g_exc_error THEN
1143: ROLLBACK TO Initiate_Payment;
1144: x_return_status := FND_API.G_RET_STS_ERROR;
1145: -- Standard call to get message count AND IF count=1, get the message
1146: FND_MSG_PUB.Count_And_Get (
1147: p_encoded => FND_API.G_FALSE,
1148: p_count => x_msg_count,
1149: p_data => x_msg_data

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

1150: );
1151: WHEN FND_API.g_exc_unexpected_error THEN
1152: ROLLBACK TO Initiate_Payment;
1153: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
1154: -- Standard call to get message count AND IF count=1, get the message
1155: FND_MSG_PUB.Count_And_Get (
1156: p_encoded => FND_API.G_FALSE,
1157: p_count => x_msg_count,
1158: p_data => x_msg_data

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

1162: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
1163: IF OZF_UNEXP_ERROR THEN
1164: FND_MSG_PUB.Add_Exc_Msg( G_PKG_NAME,l_api_name);
1165: END IF;
1166: -- Standard call to get message count AND IF count=1, get the message
1167: FND_MSG_PUB.Count_And_Get (
1168: p_encoded => FND_API.G_FALSE,
1169: p_count => x_msg_count,
1170: p_data => x_msg_data

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

1216: AND purchase_price IS NULL;
1217:
1218: --
1219: BEGIN
1220: -- Standard call to check FOR call compatibility.
1221: IF NOT FND_API.Compatible_API_Call (
1222: l_api_version,
1223: p_api_version,
1224: l_api_name,

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

1292: IF OZF_DEBUG_HIGH_ON THEN
1293: OZF_UTILITY_PVT.debug_message(l_full_name||': End');
1294: END IF;
1295:
1296: --Standard call to get message count AND if count=1, get the message
1297: FND_MSG_PUB.Count_and_Get (
1298: p_encoded => FND_API.G_FALSE,
1299: p_count => x_msg_count,
1300: p_data => x_msg_data

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

1302: --
1303: EXCEPTION
1304: WHEN FND_API.g_exc_error THEN
1305: x_return_status := FND_API.G_RET_STS_ERROR;
1306: -- Standard call to get message count AND if count=1, get the message
1307: FND_MSG_PUB.Count_and_Get (
1308: p_encoded => FND_API.G_FALSE,
1309: p_count => x_msg_count,
1310: p_data => x_msg_data

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

1310: p_data => x_msg_data
1311: );
1312: WHEN FND_API.g_exc_unexpected_error THEN
1313: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
1314: -- Standard call to get message count AND if count=1, get the message
1315: FND_MSG_PUB.Count_and_Get (
1316: p_encoded => FND_API.G_FALSE,
1317: p_count => x_msg_count,
1318: p_data => x_msg_data

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

1318: p_data => x_msg_data
1319: );
1320: WHEN OTHERS THEN
1321: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
1322: -- Standard call to get message count AND if count=1, get the message
1323: FND_MSG_PUB.Count_and_Get (
1324: p_encoded => FND_API.G_FALSE,
1325: p_count => x_msg_count,
1326: p_data => x_msg_data

Line 2391: -- Standard begin of API savepoint

2387: l_inventory_tracking VARCHAR2(2);
2388:
2389: --
2390: BEGIN
2391: -- Standard begin of API savepoint
2392: SAVEPOINT Process_Order;
2393:
2394: -- Standard call to check FOR call compatibility.
2395: IF NOT FND_API.Compatible_API_Call (

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

2390: BEGIN
2391: -- Standard begin of API savepoint
2392: SAVEPOINT Process_Order;
2393:
2394: -- Standard call to check FOR call compatibility.
2395: IF NOT FND_API.Compatible_API_Call (
2396: l_api_version,
2397: p_api_version,
2398: l_api_name,

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

2664: -- Debug Message
2665: IF OZF_DEBUG_HIGH_ON THEN
2666: OZF_UTILITY_PVT.debug_message(p_message_text => l_full_name||': End');
2667: END IF;
2668: --Standard call to get message count AND if count=1, get the message
2669: FND_MSG_PUB.Count_and_Get (
2670: p_encoded => FND_API.G_FALSE,
2671: p_count => x_msg_count,
2672: p_data => x_msg_data

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

2674: EXCEPTION
2675: WHEN FND_API.g_exc_error THEN
2676: ROLLBACK TO Process_Order;
2677: x_return_status := FND_API.G_RET_STS_ERROR;
2678: -- Standard call to get message count AND IF count=1, get the message
2679: FND_MSG_PUB.Count_and_Get (
2680: p_encoded => FND_API.G_FALSE,
2681: p_count => x_msg_count,
2682: p_data => x_msg_data

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

2683: );
2684: WHEN FND_API.g_exc_unexpected_error THEN
2685: ROLLBACK TO Process_Order;
2686: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
2687: -- Standard call to get message count AND IF count=1, get the message
2688: FND_MSG_PUB.Count_and_Get (
2689: p_encoded => FND_API.G_FALSE,
2690: p_count => x_msg_count,
2691: p_data => x_msg_data

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

2695: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
2696: IF OZF_UNEXP_ERROR THEN
2697: FND_MSG_PUB.Add_Exc_Msg( G_PKG_NAME,l_api_name);
2698: END IF;
2699: -- Standard call to get message count AND IF count=1, get the message
2700: FND_MSG_PUB.Count_and_Get (
2701: p_encoded => FND_API.G_FALSE,
2702: p_count => x_msg_count,
2703: p_data => x_msg_data