DBA Data[Home] [Help]

APPS.IGS_DA_REQ_WIF_PKG dependencies on STANDARD

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

517: x_last_update_login
518: ) RETURNING ROWID INTO x_rowid;
519: -- Initialize API return status to success.
520: X_RETURN_STATUS := FND_API.G_RET_STS_SUCCESS;
521: -- Standard call to get message count and if count is 1, get message
522: -- info.
523: FND_MSG_PUB.Count_And_Get(
524: p_encoded => FND_API.G_FALSE,
525: p_count => x_MSG_COUNT,

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

638: END IF;
639:
640: -- Initialize API return status to success.
641: X_RETURN_STATUS := FND_API.G_RET_STS_SUCCESS;
642: -- Standard call to get message count and if count is 1, get message
643: -- info.
644: FND_MSG_PUB.Count_And_Get(
645: p_encoded => FND_API.G_FALSE,
646: p_count => x_MSG_COUNT,

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

779: RAISE NO_DATA_FOUND;
780: END IF;
781: -- Initialize API return status to success.
782: X_RETURN_STATUS := FND_API.G_RET_STS_SUCCESS;
783: -- Standard call to get message count and if count is 1, get message
784: -- info.
785: FND_MSG_PUB.Count_And_Get(
786: p_encoded => FND_API.G_FALSE,
787: p_count => x_MSG_COUNT,

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

937: RAISE NO_DATA_FOUND;
938: END IF;
939: -- Initialize API return status to success.
940: X_RETURN_STATUS := FND_API.G_RET_STS_SUCCESS;
941: -- Standard call to get message count and if count is 1, get message
942: -- info.
943: FND_MSG_PUB.Count_And_Get(
944: p_encoded => FND_API.G_FALSE,
945: p_count => x_MSG_COUNT,