DBA Data[Home] [Help]

APPS.DPP_LISTPRICE_PVT dependencies on STANDARD

Line 87: -- Standard begin of API savepoint

83: msi.inventory_item_id = p_inventory_item_id and
84: fspa.org_id = p_org_id;
85:
86: BEGIN
87: -- Standard begin of API savepoint
88: SAVEPOINT Update_ListPrice_PVT;
89: -- Standard call to check for call compatibility.
90: IF NOT FND_API.Compatible_API_Call ( l_api_version,
91: p_api_version,

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

85:
86: BEGIN
87: -- Standard begin of API savepoint
88: SAVEPOINT Update_ListPrice_PVT;
89: -- Standard call to check for call compatibility.
90: IF NOT FND_API.Compatible_API_Call ( l_api_version,
91: p_api_version,
92: l_api_name,
93: G_PKG_NAME)

Line 324: -- Standard check for p_commit

320: IF x_return_status NOT IN (FND_API.G_RET_STS_ERROR, FND_API.G_RET_STS_UNEXP_ERROR) THEN
321: x_return_status := l_return_status;
322: END IF;
323:
324: -- Standard check for p_commit
325: IF FND_API.to_Boolean( p_commit )
326: THEN
327: COMMIT WORK;
328: END IF;

Line 339: -- Standard call to get message count and if count is 1, get message info.

335: -- Debug Message
336: IF g_debug THEN
337: DPP_UTILITY_PVT.debug_message('Private API: ' || l_api_name || 'end');
338: END IF;
339: -- Standard call to get message count and if count is 1, get message info.
340: /* FND_MSG_PUB.Count_And_Get
341: (p_count => x_msg_count,
342: p_data => x_msg_data
343: );

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

368:
369: WHEN FND_API.G_EXC_ERROR THEN
370: ROLLBACK TO UPDATE_LISTPRICE_PVT;
371: x_return_status := FND_API.G_RET_STS_ERROR;
372: -- Standard call to get message count and if count=1, get the message
373: FND_MSG_PUB.Count_And_Get (
374: p_encoded => FND_API.G_FALSE,
375: p_count => x_msg_count,
376: p_data => x_msg_data

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

383:
384: WHEN FND_API.G_EXC_UNEXPECTED_ERROR THEN
385: ROLLBACK TO UPDATE_LISTPRICE_PVT;
386: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
387: -- Standard call to get message count and if count=1, get the message
388: FND_MSG_PUB.Count_And_Get (
389: p_encoded => FND_API.G_FALSE,
390: p_count => x_msg_count,
391: p_data => x_msg_data

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

403: fnd_message.set_token('ROUTINE', l_full_name);
404: fnd_message.set_token('ERRNO', sqlcode);
405: fnd_message.set_token('REASON', sqlerrm);
406: fnd_msg_pub.add;
407: -- Standard call to get message count and if count=1, get the message
408: FND_MSG_PUB.Count_And_Get (
409: p_encoded => FND_API.G_FALSE,
410: p_count => x_msg_count,
411: p_data => x_msg_data