DBA Data[Home] [Help]

APPS.DPP_ITEMCOST_PVT dependencies on STANDARD

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

214: ------------------------------------------
215: -- Initialization
216: ------------------------------------------
217:
218: -- Standard call to check for call compatibility.
219: IF NOT FND_API.Compatible_API_Call (l_api_version,
220: p_api_version,
221: l_api_name,
222: g_pkg_name) THEN

Line 696: -- Standard begin of API savepoint

692: DPP_UTILITY_PVT.debug_message('Debug Flag: ' || l_debug_flag );
693: END IF;
694: END IF;
695:
696: -- Standard begin of API savepoint
697: SAVEPOINT Update_ItemCost_PVT;
698:
699: IF l_item_cost_tbl.COUNT > 0 THEN
700: IF G_DEBUG THEN

Line 1203: --Calling the "Update Standard Costs" Concurrent Program

1199: IF l_dev_status NOT IN ('WARNING','ERROR') THEN
1200:
1201: FOR Organization_Rec IN Organization_Cur(l_cost_type_id,l_cost_import_req_id)
1202: LOOP
1203: --Calling the "Update Standard Costs" Concurrent Program
1204: BEGIN
1205: l_cost_upd_req_id := FND_REQUEST.submit_request(
1206: application => 'BOM',
1207: program => 'CMCICU',

Line 1295: -- Standard begin of API savepoint

1291: IF g_debug THEN
1292: DPP_UTILITY_PVT.debug_message('Starting Error Processing: ' || l_return_status);
1293: END IF;
1294:
1295: -- Standard begin of API savepoint
1296: SAVEPOINT Update_ItemCost_PVT;
1297: IF g_debug THEN
1298: DPP_UTILITY_PVT.debug_message('Before Std Cost Error Processing:'||to_char(sysdate,'dd-mon-yyyy hh24:mi:ss'));
1299: END IF;

Line 1610: -- Standard check for p_commit

1606: IF l_return_status <> FND_API.G_RET_STS_SUCCESS THEN
1607: x_return_status := l_return_status;
1608: END IF;
1609:
1610: -- Standard check for p_commit
1611: IF FND_API.to_Boolean( p_commit )
1612: THEN
1613: COMMIT WORK;
1614: END IF;

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

1617: IF g_debug THEN
1618: DPP_UTILITY_PVT.debug_message('Private API: ' || l_api_name || 'end');
1619: END IF;
1620:
1621: -- Standard call to get message count and if count is 1, get message info.
1622: FND_MSG_PUB.Count_And_Get
1623: (p_count => x_msg_count,
1624: p_data => x_msg_data
1625: );

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

1632: EXCEPTION
1633:
1634: WHEN FND_API.G_EXC_ERROR THEN
1635: x_return_status := FND_API.G_RET_STS_ERROR;
1636: -- Standard call to get message count and if count=1, get the message
1637: FND_MSG_PUB.Count_And_Get (
1638: p_encoded => FND_API.G_FALSE,
1639: p_count => x_msg_count,
1640: p_data => x_msg_data

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

1647:
1648: WHEN FND_API.G_EXC_UNEXPECTED_ERROR THEN
1649: ROLLBACK TO UPDATE_ITEMCOST_PVT;
1650: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
1651: -- Standard call to get message count and if count=1, get the message
1652: FND_MSG_PUB.Count_And_Get (
1653: p_encoded => FND_API.G_FALSE,
1654: p_count => x_msg_count,
1655: p_data => x_msg_data

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

1668: fnd_message.set_token('ERRNO', sqlcode);
1669: fnd_message.set_token('REASON', sqlerrm);
1670: FND_MSG_PUB.add;
1671:
1672: -- Standard call to get message count and if count=1, get the message
1673: FND_MSG_PUB.Count_And_Get (
1674: p_encoded => FND_API.G_FALSE,
1675: p_count => x_msg_count,
1676: p_data => x_msg_data