DBA Data[Home] [Help]

APPS.IGS_AZ_STUDENTS_PKG dependencies on STANDARD

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

473: x_last_update_login
474: ) RETURNING ROWID, group_student_id INTO x_rowid, x_group_student_id;
475: -- Initialize API return status to success.
476: X_RETURN_STATUS := FND_API.G_RET_STS_SUCCESS;
477: -- Standard call to get message count and if count is 1, get message
478: -- info.
479: FND_MSG_PUB.Count_And_Get(
480: p_encoded => FND_API.G_FALSE,
481: p_count => x_MSG_COUNT,

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

583:
584:
585: -- Initialize API return status to success.
586: X_RETURN_STATUS := FND_API.G_RET_STS_SUCCESS;
587: -- Standard call to get message count and if count is 1, get message
588: -- info.
589: FND_MSG_PUB.Count_And_Get(
590: p_encoded => FND_API.G_FALSE,
591: p_count => x_MSG_COUNT,

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

711: RAISE NO_DATA_FOUND;
712: END IF;
713: -- Initialize API return status to success.
714: X_RETURN_STATUS := FND_API.G_RET_STS_SUCCESS;
715: -- Standard call to get message count and if count is 1, get message
716: -- info.
717: FND_MSG_PUB.Count_And_Get(
718: p_encoded => FND_API.G_FALSE,
719: p_count => x_MSG_COUNT,

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

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