DBA Data[Home] [Help]

APPS.QP_LOCK_PRICELIST_PVT dependencies on FND_MSG_PUB

Line 277: fnd_msg_pub.Count_And_Get (p_count => x_msg_count,

273: -- Set return status
274: x_return_status := FND_API.G_RET_STS_SUCCESS;
275:
276: -- Get message count and data
277: fnd_msg_pub.Count_And_Get (p_count => x_msg_count,
278: p_data => x_msg_data);
279:
280: EXCEPTION
281: WHEN OTHERS THEN

Line 290: fnd_msg_pub.Add_Exc_Msg

286: g_pkg_name || 'Get_Price_List',
287: 'Others Exception: '||substr(sqlerrm, 1, 240));
288: END IF;
289:
290: fnd_msg_pub.Add_Exc_Msg
291: ( G_PKG_NAME
292: , 'Get_Price_List'
293: , substr(sqlerrm, 1, 240)
294: );

Line 297: fnd_msg_pub.Count_And_Get

293: , substr(sqlerrm, 1, 240)
294: );
295:
296: --Get message count and data
297: fnd_msg_pub.Count_And_Get
298: ( p_count => x_msg_count
299: , p_data => x_msg_data
300: );
301:

Line 995: FND_MSG_PUB.Count_And_Get

991: x_return_status := FND_API.G_RET_STS_ERROR;
992:
993: -- Get message count and data
994:
995: FND_MSG_PUB.Count_And_Get
996: ( p_count => x_msg_count
997: , p_data => x_msg_data
998: );
999:

Line 1006: FND_MSG_PUB.Count_And_Get

1002: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
1003:
1004: -- Get message count and data
1005:
1006: FND_MSG_PUB.Count_And_Get
1007: ( p_count => x_msg_count
1008: , p_data => x_msg_data
1009: );
1010:

Line 1021: FND_MSG_PUB.Add_Exc_Msg

1017: g_pkg_name || '.Lock_Price',
1018: 'Others Exception : ' || substr(sqlerrm, 1, 240));
1019: END IF;
1020:
1021: FND_MSG_PUB.Add_Exc_Msg
1022: ( G_PKG_NAME
1023: , 'Lock_Price'
1024: , substr(sqlerrm, 1, 240)
1025: );

Line 1029: FND_MSG_PUB.Count_And_Get

1025: );
1026:
1027: -- Get message count and data
1028:
1029: FND_MSG_PUB.Count_And_Get
1030: ( p_count => x_msg_count
1031: , p_data => x_msg_data
1032: );
1033: