DBA Data[Home] [Help]

APPS.HZ_PARTY_MERGE dependencies on STANDARD

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

3163: l_merge_to_desc HZ_MERGE_PARTY_HISTORY.TO_ENTITY_DESC%TYPE;
3164:
3165: BEGIN
3166:
3167: --Standard call to check for call compatibility.
3168: IF NOT FND_API.Compatible_API_Call(l_api_version, p_api_version,
3169: l_api_name, G_PKG_NAME) THEN
3170: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
3171: END IF;

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

3328: l_batch_created_on DATE;
3329:
3330: BEGIN
3331:
3332: --Standard call to check for call compatibility.
3333: IF NOT FND_API.Compatible_API_Call(l_api_version, p_api_version,
3334: l_api_name, G_PKG_NAME) THEN
3335: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
3336: END IF;