DBA Data[Home] [Help]

APPS.OKC_XPRT_INT_GRP dependencies on FND_MSG_PUB

Line 291: FND_MSG_PUB.Count_And_Get(

287: '2000: Leaving ' || G_PKG_NAME || '.' || l_api_name);
288: END IF;
289:
290: x_return_status := FND_API.G_RET_STS_ERROR ;
291: FND_MSG_PUB.Count_And_Get(
292: p_count => x_msg_count,
293: p_data => x_msg_data
294: );
295:

Line 304: FND_MSG_PUB.Count_And_Get(

300: '3000: Leaving ' || G_PKG_NAME || '.' || l_api_name);
301: END IF;
302:
303: x_return_status := FND_API.G_RET_STS_ERROR ;
304: FND_MSG_PUB.Count_And_Get(
305: p_count => x_msg_count,
306: p_data => x_msg_data
307: );
308:

Line 318: IF FND_MSG_PUB.Check_Msg_Level

314: END IF;
315:
316: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
317:
318: IF FND_MSG_PUB.Check_Msg_Level
319: (FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
320: THEN
321: FND_MSG_PUB.Add_Exc_Msg(
322: G_PKG_NAME ,

Line 319: (FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)

315:
316: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
317:
318: IF FND_MSG_PUB.Check_Msg_Level
319: (FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
320: THEN
321: FND_MSG_PUB.Add_Exc_Msg(
322: G_PKG_NAME ,
323: l_api_name

Line 321: FND_MSG_PUB.Add_Exc_Msg(

317:
318: IF FND_MSG_PUB.Check_Msg_Level
319: (FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
320: THEN
321: FND_MSG_PUB.Add_Exc_Msg(
322: G_PKG_NAME ,
323: l_api_name
324: );
325: END IF;

Line 327: FND_MSG_PUB.Count_And_Get(

323: l_api_name
324: );
325: END IF;
326:
327: FND_MSG_PUB.Count_And_Get(
328: p_count => x_msg_count,
329: p_data => x_msg_data);
330:
331:

Line 727: FND_MSG_PUB.Count_And_Get(

723: '2000: Leaving ' || G_PKG_NAME || '.' || l_api_name);
724: END IF;
725:
726: x_return_status := FND_API.G_RET_STS_ERROR ;
727: FND_MSG_PUB.Count_And_Get(
728: p_count => x_msg_count,
729: p_data => x_msg_data
730: );
731:

Line 740: FND_MSG_PUB.Count_And_Get(

736: '3000: Leaving ' || G_PKG_NAME || '.' || l_api_name);
737: END IF;
738:
739: x_return_status := FND_API.G_RET_STS_ERROR ;
740: FND_MSG_PUB.Count_And_Get(
741: p_count => x_msg_count,
742: p_data => x_msg_data
743: );
744:

Line 754: IF FND_MSG_PUB.Check_Msg_Level

750: END IF;
751:
752: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
753:
754: IF FND_MSG_PUB.Check_Msg_Level
755: (FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
756: THEN
757: FND_MSG_PUB.Add_Exc_Msg(
758: G_PKG_NAME ,

Line 755: (FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)

751:
752: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
753:
754: IF FND_MSG_PUB.Check_Msg_Level
755: (FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
756: THEN
757: FND_MSG_PUB.Add_Exc_Msg(
758: G_PKG_NAME ,
759: l_api_name

Line 757: FND_MSG_PUB.Add_Exc_Msg(

753:
754: IF FND_MSG_PUB.Check_Msg_Level
755: (FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
756: THEN
757: FND_MSG_PUB.Add_Exc_Msg(
758: G_PKG_NAME ,
759: l_api_name
760: );
761: END IF;

Line 763: FND_MSG_PUB.Count_And_Get(

759: l_api_name
760: );
761: END IF;
762:
763: FND_MSG_PUB.Count_And_Get(
764: p_count => x_msg_count,
765: p_data => x_msg_data);
766:
767: