DBA Data[Home] [Help]

APPS.AHL_UC_TREE_PVT dependencies on STANDARD

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

113: BEGIN
114: -- Initialize API return status to success
115: x_return_status := FND_API.G_RET_STS_SUCCESS;
116:
117: -- Standard call to check for call compatibility.
118: IF NOT FND_API.compatible_api_call(
119: l_api_version,
120: p_api_version,
121: l_api_name,

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

646: BEGIN
647: --Initialize API return status to success
648: x_return_status := FND_API.G_RET_STS_SUCCESS;
649:
650: --Standard call to check for call compatibility.
651: IF NOT FND_API.compatible_api_call(
652: l_api_version,
653: p_api_version,
654: l_api_name,

Line 1348: -- Standard Start of API savepoint

1344: BEGIN
1345: --Initialize API return status to success
1346: x_return_status := FND_API.G_RET_STS_SUCCESS;
1347:
1348: -- Standard Start of API savepoint
1349: SAVEPOINT migrate_uc_tree;
1350:
1351: --Standard call to check for call compatibility.
1352: IF NOT FND_API.compatible_api_call(

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

1347:
1348: -- Standard Start of API savepoint
1349: SAVEPOINT migrate_uc_tree;
1350:
1351: --Standard call to check for call compatibility.
1352: IF NOT FND_API.compatible_api_call(
1353: l_api_version,
1354: p_api_version,
1355: l_api_name,

Line 2074: -- Standard Start of API savepoint

2070: BEGIN
2071: --Initialize API return status to success
2072: x_return_status := FND_API.G_RET_STS_SUCCESS;
2073:
2074: -- Standard Start of API savepoint
2075: SAVEPOINT remap_uc_subtree;
2076:
2077: --Standard call to check for call compatibility.
2078: IF NOT FND_API.compatible_api_call(

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

2073:
2074: -- Standard Start of API savepoint
2075: SAVEPOINT remap_uc_subtree;
2076:
2077: --Standard call to check for call compatibility.
2078: IF NOT FND_API.compatible_api_call(
2079: l_api_version,
2080: p_api_version,
2081: l_api_name,