DBA Data[Home] [Help]

APPS.IGS_AS_DOC_FEE_PMNT_PKG dependencies on STANDARD

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

298: CLOSE c;
299:
300: -- Initialize API return status to success.
301: X_RETURN_STATUS := FND_API.G_RET_STS_SUCCESS;
302: -- Standard call to get message count and if count is 1, get message
303: -- info.
304: FND_MSG_PUB.Count_And_Get(
305: p_encoded => FND_API.G_FALSE,
306: p_count => x_MSG_COUNT,

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

422:
423:
424: -- Initialize API return status to success.
425: X_RETURN_STATUS := FND_API.G_RET_STS_SUCCESS;
426: -- Standard call to get message count and if count is 1, get message
427: -- info.
428: FND_MSG_PUB.Count_And_Get(
429: p_encoded => FND_API.G_FALSE,
430: p_count => x_MSG_COUNT,

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

579:
580:
581: -- Initialize API return status to success.
582: X_RETURN_STATUS := FND_API.G_RET_STS_SUCCESS;
583: -- Standard call to get message count and if count is 1, get message
584: -- info.
585: FND_MSG_PUB.Count_And_Get(
586: p_encoded => FND_API.G_FALSE,
587: p_count => x_MSG_COUNT,

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

730: RAISE NO_DATA_FOUND;
731: END IF;
732: -- Initialize API return status to success.
733: X_RETURN_STATUS := FND_API.G_RET_STS_SUCCESS;
734: -- Standard call to get message count and if count is 1, get message
735: -- info.
736: FND_MSG_PUB.Count_And_Get(
737: p_encoded => FND_API.G_FALSE,
738: p_count => x_MSG_COUNT,