DBA Data[Home] [Help]

APPS.HZ_MAP_PARTY_PUB dependencies on STANDARD

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

1299: -- arp_util.debug('isMixNMatchEnabled=' || isMixNMatchEnabled);
1300:
1301: arp_util.debug('HZ_MAP_PARTY_PUB.MAP (+) ');
1302:
1303: --Standard call to check for call compatibility.
1304: IF NOT FND_API.Compatible_API_Call(
1305: l_api_version,
1306: p_api_version,
1307: l_api_name,

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

1820: FND_MESSAGE.SET_NAME('AR','HZ_DNB_INVALID_NULL');
1821: FND_MSG_PUB.ADD;
1822: END IF;
1823:
1824: --Standard call to get message count and if count is 1, get message info.
1825: FND_MSG_PUB.Count_And_Get(
1826: p_encoded => FND_API.G_FALSE,
1827: p_count => x_msg_count,
1828: p_data => x_msg_data);