DBA Data[Home] [Help]

APPS.HZ_GNR_PUB dependencies on STANDARD

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

393: FND_MESSAGE.SET_NAME( 'AR', 'HZ_API_OTHERS_EXCEP' );
394: FND_MESSAGE.SET_TOKEN( 'ERROR' ,SQLERRM );
395: FND_MSG_PUB.ADD;
396:
397: --Standard call to get message count and if count is 1, get message info.
398: FND_MSG_PUB.Count_And_Get(
399: p_encoded => FND_API.G_FALSE,
400: p_count => x_msg_count,
401: p_data => x_msg_data );