DBA Data[Home] [Help]

APPS.CS_SERVICEREQUEST_CUHK dependencies on STANDARD

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

111: IF (l_return_status <> FND_API.G_RET_STS_SUCCESS) THEN
112: RAISE FND_API.G_EXC_ERROR;
113: END IF;
114: */
115: -- Standard call to get message count and if count is 1, get message info
116: FND_MSG_PUB.Count_And_Get( p_count => x_msg_count,
117: p_data => x_msg_data );
118:
119: EXCEPTION

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

217: END IF;
218: */
219: NULL;
220:
221: -- Standard call to get message count and if count is 1, get message info
222: FND_MSG_PUB.Count_And_Get( p_count => x_msg_count,
223: p_data => x_msg_data );
224: EXCEPTION
225: WHEN FND_API.G_EXC_ERROR THEN

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

358: IF (l_return_status <> FND_API.G_RET_STS_SUCCESS) THEN
359: RAISE FND_API.G_EXC_ERROR;
360: END IF;
361: */
362: -- Standard call to get message count and if count is 1, get message info
363: FND_MSG_PUB.Count_And_Get( p_count => x_msg_count,
364: p_data => x_msg_data );
365: EXCEPTION
366: WHEN FND_API.G_EXC_ERROR THEN

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

479: END IF;
480: */
481: NULL;
482:
483: -- Standard call to get message count and if count is 1, get message info
484: FND_MSG_PUB.Count_And_Get( p_count => x_msg_count,
485: p_data => x_msg_data );
486:
487: EXCEPTION