DBA Data[Home] [Help]

APPS.IGS_AZ_GROUPS_PKG dependencies on STANDARD

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

774: x_last_update_login
775: ) RETURNING ROWID, group_name INTO x_rowid, x_group_name;
776: -- Initialize API return status to success.
777: X_RETURN_STATUS := FND_API.G_RET_STS_SUCCESS;
778: -- Standard call to get message count and if count is 1, get message
779: -- info.
780: FND_MSG_PUB.Count_And_Get(
781: p_encoded => FND_API.G_FALSE,
782: p_count => x_MSG_COUNT,

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

988:
989:
990: -- Initialize API return status to success.
991: X_RETURN_STATUS := FND_API.G_RET_STS_SUCCESS;
992: -- Standard call to get message count and if count is 1, get message
993: -- info.
994: FND_MSG_PUB.Count_And_Get(
995: p_encoded => FND_API.G_FALSE,
996: p_count => x_MSG_COUNT,

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

1220: RAISE NO_DATA_FOUND;
1221: END IF;
1222: -- Initialize API return status to success.
1223: X_RETURN_STATUS := FND_API.G_RET_STS_SUCCESS;
1224: -- Standard call to get message count and if count is 1, get message
1225: -- info.
1226: FND_MSG_PUB.Count_And_Get(
1227: p_encoded => FND_API.G_FALSE,
1228: p_count => x_MSG_COUNT,

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

1466: RAISE NO_DATA_FOUND;
1467: END IF;
1468: -- Initialize API return status to success.
1469: X_RETURN_STATUS := FND_API.G_RET_STS_SUCCESS;
1470: -- Standard call to get message count and if count is 1, get message
1471: -- info.
1472: FND_MSG_PUB.Count_And_Get(
1473: p_encoded => FND_API.G_FALSE,
1474: p_count => x_MSG_COUNT,