DBA Data[Home] [Help]

APPS.IGS_DA_RQST_PKG dependencies on STANDARD

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

614: ) RETURNING ROWID, batch_id INTO x_rowid, x_batch_id;
615:
616: -- Initialize API return status to success.
617: X_RETURN_STATUS := FND_API.G_RET_STS_SUCCESS;
618: -- Standard call to get message count and if count is 1, get message
619: -- info.
620: FND_MSG_PUB.Count_And_Get(
621: p_encoded => FND_API.G_FALSE,
622: p_count => x_MSG_COUNT,

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

792: END IF;
793:
794: -- Initialize API return status to success.
795: X_RETURN_STATUS := FND_API.G_RET_STS_SUCCESS;
796: -- Standard call to get message count and if count is 1, get message
797: -- info.
798: FND_MSG_PUB.Count_And_Get(
799: p_encoded => FND_API.G_FALSE,
800: p_count => x_MSG_COUNT,

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

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

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

1202: END IF;
1203:
1204: -- Initialize API return status to success.
1205: X_RETURN_STATUS := FND_API.G_RET_STS_SUCCESS;
1206: -- Standard call to get message count and if count is 1, get message
1207: -- info.
1208: FND_MSG_PUB.Count_And_Get(
1209: p_encoded => FND_API.G_FALSE,
1210: p_count => x_MSG_COUNT,