DBA Data[Home] [Help]

APPS.DPP_LISTPRICE_PVT dependencies on STANDARD

Line 88: -- Standard begin of API savepoint

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

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

86:
87: BEGIN
88: -- Standard begin of API savepoint
89: SAVEPOINT Update_ListPrice_PVT;
90: -- Standard call to check for call compatibility.
91: IF NOT FND_API.Compatible_API_Call ( l_api_version,
92: p_api_version,
93: l_api_name,
94: 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 338: -- Standard call to get message count and if count is 1, get message info.

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

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

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

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

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

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

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