DBA Data[Home] [Help]

APPS.AHL_UC_TREE_PVT dependencies on STANDARD

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

102: BEGIN
103: -- Initialize API return status to success
104: x_return_status := FND_API.G_RET_STS_SUCCESS;
105:
106: -- Standard call to check for call compatibility.
107: IF NOT FND_API.compatible_api_call(
108: l_api_version,
109: p_api_version,
110: l_api_name,

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

632: BEGIN
633: --Initialize API return status to success
634: x_return_status := FND_API.G_RET_STS_SUCCESS;
635:
636: --Standard call to check for call compatibility.
637: IF NOT FND_API.compatible_api_call(
638: l_api_version,
639: p_api_version,
640: l_api_name,

Line 1285: -- Standard Start of API savepoint

1281: BEGIN
1282: --Initialize API return status to success
1283: x_return_status := FND_API.G_RET_STS_SUCCESS;
1284:
1285: -- Standard Start of API savepoint
1286: SAVEPOINT migrate_uc_tree;
1287:
1288: --Standard call to check for call compatibility.
1289: IF NOT FND_API.compatible_api_call(

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

1284:
1285: -- Standard Start of API savepoint
1286: SAVEPOINT migrate_uc_tree;
1287:
1288: --Standard call to check for call compatibility.
1289: IF NOT FND_API.compatible_api_call(
1290: l_api_version,
1291: p_api_version,
1292: l_api_name,

Line 2011: -- Standard Start of API savepoint

2007: BEGIN
2008: --Initialize API return status to success
2009: x_return_status := FND_API.G_RET_STS_SUCCESS;
2010:
2011: -- Standard Start of API savepoint
2012: SAVEPOINT remap_uc_subtree;
2013:
2014: --Standard call to check for call compatibility.
2015: IF NOT FND_API.compatible_api_call(

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

2010:
2011: -- Standard Start of API savepoint
2012: SAVEPOINT remap_uc_subtree;
2013:
2014: --Standard call to check for call compatibility.
2015: IF NOT FND_API.compatible_api_call(
2016: l_api_version,
2017: p_api_version,
2018: l_api_name,