DBA Data[Home] [Help]

APPS.OZF_RESALE_PUB dependencies on STANDARD

Line 56: -- Standard begin of API savepoint

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

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

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

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

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

Line 191: -- Standard begin of API savepoint

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

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

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

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

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

Line 321: -- Standard begin of API savepoint

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

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

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

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

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