DBA Data[Home] [Help]

APPS.IGS_AS_USEC_SESSNS_PKG dependencies on STANDARD

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

322: ) RETURNING ROWID INTO x_rowid;
323:
324: -- Initialize API return status to success.
325: X_RETURN_STATUS := FND_API.G_RET_STS_SUCCESS;
326: -- Standard call to get message count and if count is 1, get message
327: -- info.
328: FND_MSG_PUB.Count_And_Get(
329: p_encoded => FND_API.G_FALSE,
330: p_count => x_MSG_COUNT,

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

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

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

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

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

657: );
658:
659: -- Initialize API return status to success.
660: X_RETURN_STATUS := FND_API.G_RET_STS_SUCCESS;
661: -- Standard call to get message count and if count is 1, get message
662: -- info.
663: FND_MSG_PUB.Count_And_Get(
664: p_encoded => FND_API.G_FALSE,
665: p_count => x_MSG_COUNT,