DBA Data[Home] [Help]

APPS.OZF_WEBADI_INTERFACE_PVT dependencies on STANDARD

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

2225: RAISE FND_API.G_EXC_ERROR;
2226: ELSIF x_return_status = FND_API.G_RET_STS_UNEXP_ERROR THEN
2227: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
2228: END IF;
2229: -- Standard call to get message count and if count is 1, get message info.
2230: FND_MSG_PUB.Count_And_Get
2231: (p_count => x_msg_count,
2232: p_data => x_msg_data
2233: );

Line 2240: -- Standard call to get message count and if count=1, get the message

2236: EXCEPTION
2237:
2238: WHEN FND_API.G_EXC_ERROR THEN
2239: x_return_status := FND_API.G_RET_STS_ERROR;
2240: -- Standard call to get message count and if count=1, get the message
2241: FND_MSG_PUB.Count_And_Get (
2242: p_encoded => FND_API.G_FALSE,
2243: p_count => x_msg_count,
2244: p_data => x_msg_data

Line 2248: -- Standard call to get message count and if count=1, get the message

2244: p_data => x_msg_data
2245: );
2246: WHEN FND_API.G_EXC_UNEXPECTED_ERROR THEN
2247: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
2248: -- Standard call to get message count and if count=1, get the message
2249: FND_MSG_PUB.Count_And_Get (
2250: p_encoded => FND_API.G_FALSE,
2251: p_count => x_msg_count,
2252: p_data => x_msg_data

Line 2257: -- Standard call to get message count and if count=1, get the message

2253: );
2254: WHEN OTHERS THEN
2255: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
2256:
2257: -- Standard call to get message count and if count=1, get the message
2258: FND_MSG_PUB.Count_And_Get (
2259: p_encoded => FND_API.G_FALSE,
2260: p_count => x_msg_count,
2261: p_data => x_msg_data

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

2885: ELSIF x_return_status = FND_API.G_RET_STS_UNEXP_ERROR THEN
2886: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
2887: END IF;
2888:
2889: -- Standard call to get message count and if count is 1, get message info.
2890: FND_MSG_PUB.Count_And_Get
2891: (p_count => x_msg_count,
2892: p_data => x_msg_data
2893: );

Line 2900: -- Standard call to get message count and if count=1, get the message

2896: EXCEPTION
2897:
2898: WHEN FND_API.G_EXC_ERROR THEN
2899: x_return_status := FND_API.G_RET_STS_ERROR;
2900: -- Standard call to get message count and if count=1, get the message
2901: FND_MSG_PUB.Count_And_Get (
2902: p_encoded => FND_API.G_FALSE,
2903: p_count => x_msg_count,
2904: p_data => x_msg_data

Line 2908: -- Standard call to get message count and if count=1, get the message

2904: p_data => x_msg_data
2905: );
2906: WHEN FND_API.G_EXC_UNEXPECTED_ERROR THEN
2907: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
2908: -- Standard call to get message count and if count=1, get the message
2909: FND_MSG_PUB.Count_And_Get (
2910: p_encoded => FND_API.G_FALSE,
2911: p_count => x_msg_count,
2912: p_data => x_msg_data

Line 2917: -- Standard call to get message count and if count=1, get the message

2913: );
2914: WHEN OTHERS THEN
2915: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
2916:
2917: -- Standard call to get message count and if count=1, get the message
2918: FND_MSG_PUB.Count_And_Get (
2919: p_encoded => FND_API.G_FALSE,
2920: p_count => x_msg_count,
2921: p_data => x_msg_data

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

3225:
3226: END;
3227:
3228:
3229: -- Standard call to get message count and if count is 1, get message info.
3230: FND_MSG_PUB.Count_And_Get
3231: (p_count => x_msg_count,
3232: p_data => x_msg_data
3233: );

Line 3239: -- Standard call to get message count and if count=1, get the message

3235: EXCEPTION
3236:
3237: WHEN FND_API.G_EXC_ERROR THEN
3238: x_return_status := FND_API.G_RET_STS_ERROR;
3239: -- Standard call to get message count and if count=1, get the message
3240: FND_MSG_PUB.Count_And_Get (
3241: p_encoded => FND_API.G_FALSE,
3242: p_count => x_msg_count,
3243: p_data => x_msg_data

Line 3247: -- Standard call to get message count and if count=1, get the message

3243: p_data => x_msg_data
3244: );
3245: WHEN FND_API.G_EXC_UNEXPECTED_ERROR THEN
3246: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
3247: -- Standard call to get message count and if count=1, get the message
3248: FND_MSG_PUB.Count_And_Get (
3249: p_encoded => FND_API.G_FALSE,
3250: p_count => x_msg_count,
3251: p_data => x_msg_data

Line 3255: -- Standard call to get message count and if count=1, get the message

3251: p_data => x_msg_data
3252: );
3253: WHEN OTHERS THEN
3254: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
3255: -- Standard call to get message count and if count=1, get the message
3256: FND_MSG_PUB.Count_And_Get (
3257: p_encoded => FND_API.G_FALSE,
3258: p_count => x_msg_count,
3259: p_data => x_msg_data