DBA Data[Home] [Help]

APPS.OZF_WEBADI_INTERFACE_PVT dependencies on STANDARD

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

1823: RAISE FND_API.G_EXC_ERROR;
1824: ELSIF x_return_status = FND_API.G_RET_STS_UNEXP_ERROR THEN
1825: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
1826: END IF;
1827: -- Standard call to get message count and if count is 1, get message info.
1828: FND_MSG_PUB.Count_And_Get
1829: (p_count => x_msg_count,
1830: p_data => x_msg_data
1831: );

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

1834: EXCEPTION
1835:
1836: WHEN FND_API.G_EXC_ERROR THEN
1837: x_return_status := FND_API.G_RET_STS_ERROR;
1838: -- Standard call to get message count and if count=1, get the message
1839: FND_MSG_PUB.Count_And_Get (
1840: p_encoded => FND_API.G_FALSE,
1841: p_count => x_msg_count,
1842: p_data => x_msg_data

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

1842: p_data => x_msg_data
1843: );
1844: WHEN FND_API.G_EXC_UNEXPECTED_ERROR THEN
1845: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
1846: -- Standard call to get message count and if count=1, get the message
1847: FND_MSG_PUB.Count_And_Get (
1848: p_encoded => FND_API.G_FALSE,
1849: p_count => x_msg_count,
1850: p_data => x_msg_data

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

1851: );
1852: WHEN OTHERS THEN
1853: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
1854:
1855: -- Standard call to get message count and if count=1, get the message
1856: FND_MSG_PUB.Count_And_Get (
1857: p_encoded => FND_API.G_FALSE,
1858: p_count => x_msg_count,
1859: p_data => x_msg_data

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

2468: ELSIF x_return_status = FND_API.G_RET_STS_UNEXP_ERROR THEN
2469: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
2470: END IF;
2471:
2472: -- Standard call to get message count and if count is 1, get message info.
2473: FND_MSG_PUB.Count_And_Get
2474: (p_count => x_msg_count,
2475: p_data => x_msg_data
2476: );

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

2479: EXCEPTION
2480:
2481: WHEN FND_API.G_EXC_ERROR THEN
2482: x_return_status := FND_API.G_RET_STS_ERROR;
2483: -- Standard call to get message count and if count=1, get the message
2484: FND_MSG_PUB.Count_And_Get (
2485: p_encoded => FND_API.G_FALSE,
2486: p_count => x_msg_count,
2487: p_data => x_msg_data

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

2487: p_data => x_msg_data
2488: );
2489: WHEN FND_API.G_EXC_UNEXPECTED_ERROR THEN
2490: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
2491: -- Standard call to get message count and if count=1, get the message
2492: FND_MSG_PUB.Count_And_Get (
2493: p_encoded => FND_API.G_FALSE,
2494: p_count => x_msg_count,
2495: p_data => x_msg_data

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

2496: );
2497: WHEN OTHERS THEN
2498: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
2499:
2500: -- Standard call to get message count and if count=1, get the message
2501: FND_MSG_PUB.Count_And_Get (
2502: p_encoded => FND_API.G_FALSE,
2503: p_count => x_msg_count,
2504: p_data => x_msg_data

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

2800:
2801: END;
2802:
2803:
2804: -- Standard call to get message count and if count is 1, get message info.
2805: FND_MSG_PUB.Count_And_Get
2806: (p_count => x_msg_count,
2807: p_data => x_msg_data
2808: );

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

2810: EXCEPTION
2811:
2812: WHEN FND_API.G_EXC_ERROR THEN
2813: x_return_status := FND_API.G_RET_STS_ERROR;
2814: -- Standard call to get message count and if count=1, get the message
2815: FND_MSG_PUB.Count_And_Get (
2816: p_encoded => FND_API.G_FALSE,
2817: p_count => x_msg_count,
2818: p_data => x_msg_data

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

2818: p_data => x_msg_data
2819: );
2820: WHEN FND_API.G_EXC_UNEXPECTED_ERROR THEN
2821: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
2822: -- Standard call to get message count and if count=1, get the message
2823: FND_MSG_PUB.Count_And_Get (
2824: p_encoded => FND_API.G_FALSE,
2825: p_count => x_msg_count,
2826: p_data => x_msg_data

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

2826: p_data => x_msg_data
2827: );
2828: WHEN OTHERS THEN
2829: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
2830: -- Standard call to get message count and if count=1, get the message
2831: FND_MSG_PUB.Count_And_Get (
2832: p_encoded => FND_API.G_FALSE,
2833: p_count => x_msg_count,
2834: p_data => x_msg_data