DBA Data[Home] [Help]

APPS.IGS_DA_REQ_FTRS_PKG dependencies on STANDARD

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

348: ) RETURNING ROWID INTO x_rowid;
349:
350: -- Initialize API return status to success.
351: X_RETURN_STATUS := FND_API.G_RET_STS_SUCCESS;
352: -- Standard call to get message count and if count is 1, get message
353: -- info.
354: FND_MSG_PUB.Count_And_Get(
355: p_encoded => FND_API.G_FALSE,
356: p_count => x_MSG_COUNT,

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

436: END IF;
437:
438: -- Initialize API return status to success.
439: X_RETURN_STATUS := FND_API.G_RET_STS_SUCCESS;
440: -- Standard call to get message count and if count is 1, get message
441: -- info.
442: FND_MSG_PUB.Count_And_Get(
443: p_encoded => FND_API.G_FALSE,
444: p_count => x_MSG_COUNT,

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

542: RAISE NO_DATA_FOUND;
543: END IF;
544: -- Initialize API return status to success.
545: X_RETURN_STATUS := FND_API.G_RET_STS_SUCCESS;
546: -- Standard call to get message count and if count is 1, get message
547: -- info.
548: FND_MSG_PUB.Count_And_Get(
549: p_encoded => FND_API.G_FALSE,
550: p_count => x_MSG_COUNT,

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

669: RAISE NO_DATA_FOUND;
670: END IF;
671: -- Initialize API return status to success.
672: X_RETURN_STATUS := FND_API.G_RET_STS_SUCCESS;
673: -- Standard call to get message count and if count is 1, get message
674: -- info.
675: FND_MSG_PUB.Count_And_Get(
676: p_encoded => FND_API.G_FALSE,
677: p_count => x_MSG_COUNT,