DBA Data[Home] [Help]

APPS.CS_SERVICEREQUEST_CUHK dependencies on STANDARD

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

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

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

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

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

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

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

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