DBA Data[Home] [Help]

APPS.OZF_RESALE_PUB dependencies on STANDARD

Line 55: -- Standard begin of API savepoint

51:
52: l_resale_org_id NUMBER;
53:
54: BEGIN
55: -- Standard begin of API savepoint
56: SAVEPOINT PROCESS_IFACE_PUB;
57: -- Standard call to check for call compatibility.
58: IF NOT FND_API.Compatible_API_Call (
59: l_api_version,

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

53:
54: BEGIN
55: -- Standard begin of API savepoint
56: SAVEPOINT PROCESS_IFACE_PUB;
57: -- Standard call to check for call compatibility.
58: IF NOT FND_API.Compatible_API_Call (
59: l_api_version,
60: p_api_version,
61: l_api_name,

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

111: IF OZF_DEBUG_LOW_ON THEN
112: OZF_UTILITY_PVT.debug_message(p_message_text => l_full_name||': end');
113: END IF;
114:
115: --Standard call to get message count and if count=1, get the message
116: FND_MSG_PUB.Count_And_Get (
117: p_encoded => FND_API.G_FALSE,
118: p_count => x_msg_count,
119: p_data => x_msg_data

Line 190: -- Standard begin of API savepoint

186:
187: l_resale_org_id NUMBER;
188:
189: BEGIN
190: -- Standard begin of API savepoint
191: SAVEPOINT BATCH_PAYMENT_PUB;
192:
193: -- Standard call to check for call compatibility.
194: IF NOT FND_API.Compatible_API_Call (

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

189: BEGIN
190: -- Standard begin of API savepoint
191: SAVEPOINT BATCH_PAYMENT_PUB;
192:
193: -- Standard call to check for call compatibility.
194: IF NOT FND_API.Compatible_API_Call (
195: l_api_version,
196: p_api_version,
197: l_api_name,

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

248: IF OZF_DEBUG_LOW_ON THEN
249: OZF_UTILITY_PVT.debug_message(p_message_text => l_full_name||': end');
250: END IF;
251:
252: --Standard call to get message count and if count=1, get the message
253: FND_MSG_PUB.Count_And_Get (
254: p_encoded => FND_API.G_FALSE,
255: p_count => x_msg_count,
256: p_data => x_msg_data

Line 320: -- Standard begin of API savepoint

316: l_msg_data varchar2(2000);
317: l_msg_count number;
318:
319: BEGIN
320: -- Standard begin of API savepoint
321: SAVEPOINT RESALE_PURGE_PUB;
322: -- Standard call to check for call compatibility.
323: IF NOT FND_API.Compatible_API_Call (
324: l_api_version,

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

318:
319: BEGIN
320: -- Standard begin of API savepoint
321: SAVEPOINT RESALE_PURGE_PUB;
322: -- Standard call to check for call compatibility.
323: IF NOT FND_API.Compatible_API_Call (
324: l_api_version,
325: p_api_version,
326: l_api_name,

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

365: -- Debug Message
366: IF OZF_DEBUG_LOW_ON THEN
367: OZF_UTILITY_PVT.debug_message(p_message_text => l_full_name||': End');
368: END IF;
369: --Standard call to get message count and if count=1, get the message
370: FND_MSG_PUB.Count_And_Get (
371: p_encoded => FND_API.G_FALSE,
372: p_count => x_msg_count,
373: p_data => x_msg_data

Line 606: -- Standard Start of API savepoint

602: CONNECT BY PRIOR from_list_line_id = to_list_line_id), p_resale_util_rec.list_line_id );
603:
604:
605: BEGIN
606: -- Standard Start of API savepoint
607: SAVEPOINT Create_resale_utilization;
608: -- Standard call to check for call compatibility.
609: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,
610: p_api_version,

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

604:
605: BEGIN
606: -- Standard Start of API savepoint
607: SAVEPOINT Create_resale_utilization;
608: -- Standard call to check for call compatibility.
609: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,
610: p_api_version,
611: l_api_name,
612: G_PKG_NAME)

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

1231: EXCEPTION
1232: WHEN FND_API.G_EXC_ERROR THEN
1233: ROLLBACK TO Create_resale_utilization;
1234: x_return_status := FND_API.G_RET_STS_ERROR;
1235: -- Standard call to get message count and if count=1, get the message
1236: FND_MSG_PUB.Count_And_Get (
1237: p_encoded => FND_API.G_FALSE,
1238: p_count => x_msg_count,
1239: p_data => x_msg_data

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

1240: );
1241: WHEN FND_API.G_EXC_UNEXPECTED_ERROR THEN
1242: ROLLBACK TO Create_resale_utilization;
1243: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
1244: -- Standard call to get message count and if count=1, get the message
1245: FND_MSG_PUB.Count_And_Get (
1246: p_encoded => FND_API.G_FALSE,
1247: p_count => x_msg_count,
1248: p_data => x_msg_data

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

1252: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
1253: IF FND_MSG_PUB.Check_Msg_Level ( FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN
1254: FND_MSG_PUB.Add_Exc_Msg( G_PKG_NAME,l_api_name);
1255: END IF;
1256: -- Standard call to get message count and if count=1, get the message
1257: FND_MSG_PUB.Count_And_Get (
1258: p_encoded => FND_API.G_FALSE,
1259: p_count => x_msg_count,
1260: p_data => x_msg_data