DBA Data[Home] [Help]

APPS.PV_CONTACT_USER_BATCH_PUB dependencies on STANDARD

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

1842: ROLLBACK TO user_create_pvt;
1843: x_return_status := FND_API.G_RET_STS_ERROR;
1844: x_msg_data:= l_msg_data;
1845: x_msg_count:= l_msg_count;
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 1864: -- Standard call to get message count and if count=1, get the message

1860: WHEN FND_API.G_EXC_UNEXPECTED_ERROR THEN
1861: ROLLBACK TO user_create_pvt;
1862: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
1863:
1864: -- Standard call to get message count and if count=1, get the message
1865: FND_MSG_PUB.Count_And_Get (
1866: p_encoded => FND_API.G_FALSE,
1867: p_count => x_msg_count,
1868: p_data => x_msg_data

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

1881: IF FND_MSG_PUB.Check_Msg_Level(FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN
1882: FND_MSG_PUB.Add_Exc_Msg( G_PKG_NAME,l_api_name);
1883: END IF;
1884:
1885: -- Standard call to get message count and if count=1, get the message
1886: FND_MSG_PUB.Count_And_Get (
1887: p_encoded => FND_API.G_FALSE,
1888: p_count => x_msg_count,
1889: p_data => x_msg_data );

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

2371: ROLLBACK TO user_update_pvt;
2372: x_return_status := FND_API.G_RET_STS_ERROR;
2373: x_msg_data:= l_msg_data;
2374: x_msg_count:= l_msg_count;
2375: -- Standard call to get message count and if count=1, get the message
2376: FND_MSG_PUB.Count_And_Get (
2377: p_encoded => FND_API.G_FALSE,
2378: p_count => x_msg_count,
2379: p_data => x_msg_data

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

2389: WHEN FND_API.G_EXC_UNEXPECTED_ERROR THEN
2390: ROLLBACK TO user_update_pvt;
2391: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
2392:
2393: -- Standard call to get message count and if count=1, get the message
2394: FND_MSG_PUB.Count_And_Get (
2395: p_encoded => FND_API.G_FALSE,
2396: p_count => x_msg_count,
2397: p_data => x_msg_data

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

2410: IF FND_MSG_PUB.Check_Msg_Level(FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN
2411: FND_MSG_PUB.Add_Exc_Msg( G_PKG_NAME,l_api_name);
2412: END IF;
2413:
2414: -- Standard call to get message count and if count=1, get the message
2415: FND_MSG_PUB.Count_And_Get (
2416: p_encoded => FND_API.G_FALSE,
2417: p_count => x_msg_count,
2418: p_data => x_msg_data );

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

2712: IF FND_MSG_PUB.Check_Msg_Level(FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN
2713: FND_MSG_PUB.Add_Exc_Msg( G_PKG_NAME,l_api_name);
2714: END IF;
2715:
2716: -- Standard call to get message count and if count=1, get the message
2717: FND_MSG_PUB.Count_And_Get (
2718: p_encoded => FND_API.G_FALSE,
2719: p_count => x_msg_count,
2720: p_data => x_msg_data );