DBA Data[Home] [Help]

APPS.IGS_PT_CUSTM_PKG dependencies on STANDARD

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

280:
281:
282: -- Initialize API return status to success.
283: X_RETURN_STATUS := FND_API.G_RET_STS_SUCCESS;
284: -- Standard call to get message count and if count is 1, get message
285: -- info.
286: FND_MSG_PUB.Count_And_Get(
287: p_encoded => FND_API.G_FALSE,
288: p_count => x_MSG_COUNT,

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

375: END IF;
376:
377: -- Initialize API return status to success.
378: X_RETURN_STATUS := FND_API.G_RET_STS_SUCCESS;
379: -- Standard call to get message count and if count is 1, get message
380: -- info.
381: FND_MSG_PUB.Count_And_Get(
382: p_encoded => FND_API.G_FALSE,
383: p_count => x_MSG_COUNT,

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

488: END IF;
489:
490: -- Initialize API return status to success.
491: X_RETURN_STATUS := FND_API.G_RET_STS_SUCCESS;
492: -- Standard call to get message count and if count is 1, get message
493: -- info.
494: FND_MSG_PUB.Count_And_Get(
495: p_encoded => FND_API.G_FALSE,
496: p_count => x_MSG_COUNT,

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

622: END IF;
623:
624: -- Initialize API return status to success.
625: X_RETURN_STATUS := FND_API.G_RET_STS_SUCCESS;
626: -- Standard call to get message count and if count is 1, get message
627: -- info.
628: FND_MSG_PUB.Count_And_Get(
629: p_encoded => FND_API.G_FALSE,
630: p_count => x_MSG_COUNT,