DBA Data[Home] [Help]

APPS.IGS_AZ_ADVISORS_PKG dependencies on STANDARD

Line 456: -- Standard call to get message count and if count is 1, get message info.

452: ) RETURNING ROWID, group_advisor_id INTO x_rowid, x_group_advisor_id;
453:
454: -- Initialize API return status to success.
455: X_RETURN_STATUS := FND_API.G_RET_STS_SUCCESS;
456: -- Standard call to get message count and if count is 1, get message info.
457: FND_MSG_PUB.Count_And_Get(
458: p_encoded => FND_API.G_FALSE,
459: p_count => x_MSG_COUNT,
460: p_data => X_MSG_DATA);

Line 563: -- Standard call to get message count and if count is 1, get message info.

559: END IF;
560:
561: -- Initialize API return status to success.
562: X_RETURN_STATUS := FND_API.G_RET_STS_SUCCESS;
563: -- Standard call to get message count and if count is 1, get message info.
564: FND_MSG_PUB.Count_And_Get(
565: p_encoded => FND_API.G_FALSE,
566: p_count => x_MSG_COUNT,
567: p_data => X_MSG_DATA);

Line 704: -- Standard call to get message count and if count is 1, get message info.

700: END IF;
701:
702: -- Initialize API return status to success.
703: X_RETURN_STATUS := FND_API.G_RET_STS_SUCCESS;
704: -- Standard call to get message count and if count is 1, get message info.
705: FND_MSG_PUB.Count_And_Get(
706: p_encoded => FND_API.G_FALSE,
707: p_count => x_MSG_COUNT,
708: p_data => X_MSG_DATA);

Line 848: -- Standard call to get message count and if count is 1, get message info.

844: END IF;
845:
846: -- Initialize API return status to success.
847: X_RETURN_STATUS := FND_API.G_RET_STS_SUCCESS;
848: -- Standard call to get message count and if count is 1, get message info.
849: FND_MSG_PUB.Count_And_Get(
850: p_encoded => FND_API.G_FALSE,
851: p_count => x_MSG_COUNT,
852: p_data => X_MSG_DATA);