DBA Data[Home] [Help]

APPS.IGS_AZ_ADVISING_RELS_PKG dependencies on STANDARD

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

496: x_last_update_date,
497: x_last_updated_by,
498: x_last_update_login
499: ) RETURNING ROWID, group_advising_rel_id INTO x_rowid, x_group_advising_rel_id;
500: -- Standard call to get message count and if count is 1, get message
501: -- info.
502: FND_MSG_PUB.Count_And_Get(
503: p_encoded => FND_API.G_FALSE,
504: p_count => x_MSG_COUNT,

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

593: app_exception.raise_exception;
594: END IF;
595: -- Initialize API return status to success.
596: X_RETURN_STATUS := FND_API.G_RET_STS_SUCCESS;
597: -- Standard call to get message count and if count is 1, get message
598: -- info.
599: FND_MSG_PUB.Count_And_Get(
600: p_encoded => FND_API.G_FALSE,
601: p_count => x_MSG_COUNT,

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

724: RAISE NO_DATA_FOUND;
725: END IF;
726: -- Initialize API return status to success.
727: X_RETURN_STATUS := FND_API.G_RET_STS_SUCCESS;
728: -- Standard call to get message count and if count is 1, get message
729: -- info.
730: FND_MSG_PUB.Count_And_Get(
731: p_encoded => FND_API.G_FALSE,
732: p_count => x_MSG_COUNT,

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

858: RAISE NO_DATA_FOUND;
859: END IF;
860: -- Initialize API return status to success.
861: X_RETURN_STATUS := FND_API.G_RET_STS_SUCCESS;
862: -- Standard call to get message count and if count is 1, get message
863: -- info.
864: FND_MSG_PUB.Count_And_Get(
865: p_encoded => FND_API.G_FALSE,
866: p_count => x_MSG_COUNT,