DBA Data[Home] [Help]

APPS.HZ_PARTY_MERGE dependencies on STANDARD

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

3203: l_merge_to_desc HZ_MERGE_PARTY_HISTORY.TO_ENTITY_DESC%TYPE;
3204:
3205: BEGIN
3206:
3207: --Standard call to check for call compatibility.
3208: IF NOT FND_API.Compatible_API_Call(l_api_version, p_api_version,
3209: l_api_name, G_PKG_NAME) THEN
3210: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
3211: END IF;

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

3368: l_batch_created_on DATE;
3369:
3370: BEGIN
3371:
3372: --Standard call to check for call compatibility.
3373: IF NOT FND_API.Compatible_API_Call(l_api_version, p_api_version,
3374: l_api_name, G_PKG_NAME) THEN
3375: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
3376: END IF;