DBA Data[Home] [Help]

APPS.CSC_CORE_UTILS_PVT dependencies on STANDARD

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

256: end if;
257: end if;
258: */
259:
260: -- Standard call to get message count and if count is 1, get message info.
261: FND_MSG_PUB.Count_And_Get (
262: p_encoded => FND_API.G_FALSE,
263: p_count => x_msg_count,
264: p_data => x_msg_data);

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

293: --fnd_msg_pub.add;
294: x_return_status := FND_API.G_RET_STS_ERROR;
295: end if;
296:
297: -- Standard call to get message count and if count is 1, get message info.
298: FND_MSG_PUB.Count_And_Get (
299: p_encoded => FND_API.G_FALSE,
300: p_count => x_msg_count,
301: p_data => x_msg_data);

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

329: --fnd_msg_pub.add;
330: x_return_status := FND_API.G_RET_STS_ERROR;
331: end if;
332:
333: -- Standard call to get message count and if count is 1, get message info.
334: FND_MSG_PUB.Count_And_Get(
335: p_encoded => FND_API.G_FALSE,
336: p_count => x_msg_count,
337: p_data => x_msg_data);

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

366: --fnd_msg_pub.add;
367: x_return_status := FND_API.G_RET_STS_ERROR;
368: end if;
369:
370: -- Standard call to get message count and if count is 1, get message info.
371: FND_MSG_PUB.Count_And_Get (
372: p_encoded => FND_API.G_FALSE,
373: p_count => x_msg_count,
374: p_data => x_msg_data);