DBA Data[Home] [Help]

APPS.CST_MISCACCRUALREPORT_PVT dependencies on FND_MSG_PUB

Line 149: FND_MSG_PUB.Count_And_Get

145:
146:
147: -- Standard call to get message count and if count is 1, get message info.
148:
149: FND_MSG_PUB.Count_And_Get
150: ( p_count => l_msg_count,
151: p_data => l_msg_data
152: );
153:

Line 269: fnd_msg_pub.add;

265: FALSE
266: );
267: end If;
268:
269: fnd_msg_pub.add;
270:
271: If l_slog then
272: fnd_log.string(FND_LOG.LEVEL_STATEMENT,
273: G_LOG_HEADER || '.'||l_api_name||'('||to_char(l_stmt_num)||')',

Line 278: FND_MSG_PUB.count_and_get

274: l_error_message
275: );
276: End If;
277:
278: FND_MSG_PUB.count_and_get
279: ( p_count => l_msg_count
280: , p_data => l_msg_data
281: );
282:

Line 297: FND_MSG_PUB.Count_And_Get

293: l_conc_request := fnd_concurrent.set_completion_status('ERROR',substr(fnd_message.get_string('BOM',l_error_message),1,240));
294:
295:
296: WHEN FND_API.G_EXC_UNEXPECTED_ERROR THEN
297: FND_MSG_PUB.Count_And_Get
298: ( p_count => l_msg_count,
299: p_data => l_msg_data
300: );
301:

Line 318: IF FND_MSG_PUB.Check_Msg_Level(FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)

314: l_module || '.' || l_stmt_num,
315: SUBSTRB (SQLERRM , 1 , 240));
316: END IF;
317:
318: IF FND_MSG_PUB.Check_Msg_Level(FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
319: THEN
320: FND_MSG_PUB.Add_Exc_Msg (G_PKG_NAME,l_api_name);
321: END IF;
322:

Line 320: FND_MSG_PUB.Add_Exc_Msg (G_PKG_NAME,l_api_name);

316: END IF;
317:
318: IF FND_MSG_PUB.Check_Msg_Level(FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
319: THEN
320: FND_MSG_PUB.Add_Exc_Msg (G_PKG_NAME,l_api_name);
321: END IF;
322:
323: FND_MSG_PUB.Count_And_Get
324: ( p_count => l_msg_count,

Line 323: FND_MSG_PUB.Count_And_Get

319: THEN
320: FND_MSG_PUB.Add_Exc_Msg (G_PKG_NAME,l_api_name);
321: END IF;
322:
323: FND_MSG_PUB.Count_And_Get
324: ( p_count => l_msg_count,
325: p_data => l_msg_data
326: );
327:

Line 406: FND_MSG_PUB.initialize;

402:
403: -- Initialize message list if p_init_msg_list is set to TRUE.
404:
405: IF FND_API.to_Boolean( p_init_msg_list ) THEN
406: FND_MSG_PUB.initialize;
407: END IF;
408:
409: -- Initialize API return status to success
410:

Line 531: FND_MSG_PUB.Count_And_Get

527: DBMS_LOB.FREETEMPORARY (l_xml_temp);
528:
529: -- Standard call to get message count and if count is 1, get message info.
530:
531: FND_MSG_PUB.Count_And_Get
532: ( p_count => x_msg_count,
533: p_data => x_msg_data
534: );
535:

Line 547: FND_MSG_PUB.Count_And_Get

543:
544: EXCEPTION
545: WHEN FND_API.G_EXC_ERROR THEN
546: x_return_status := FND_API.G_RET_STS_ERROR ;
547: FND_MSG_PUB.Count_And_Get
548: ( p_count => x_msg_count,
549: p_data => x_msg_data
550: );
551:

Line 554: FND_MSG_PUB.Count_And_Get

550: );
551:
552: WHEN FND_API.G_EXC_UNEXPECTED_ERROR THEN
553: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
554: FND_MSG_PUB.Count_And_Get
555: ( p_count => x_msg_count,
556: p_data => x_msg_data
557: );
558:

Line 567: IF FND_MSG_PUB.Check_Msg_Level(FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)

563: l_module || '.' || l_stmt_num,
564: SUBSTRB (SQLERRM , 1 , 240));
565: END IF;
566:
567: IF FND_MSG_PUB.Check_Msg_Level(FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
568: THEN
569: FND_MSG_PUB.Add_Exc_Msg
570: ( G_PKG_NAME,
571: l_api_name

Line 569: FND_MSG_PUB.Add_Exc_Msg

565: END IF;
566:
567: IF FND_MSG_PUB.Check_Msg_Level(FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
568: THEN
569: FND_MSG_PUB.Add_Exc_Msg
570: ( G_PKG_NAME,
571: l_api_name
572: );
573: END IF;

Line 575: FND_MSG_PUB.Count_And_Get

571: l_api_name
572: );
573: END IF;
574:
575: FND_MSG_PUB.Count_And_Get
576: ( p_count => x_msg_count,
577: p_data => x_msg_data
578: );
579:

Line 652: FND_MSG_PUB.initialize;

648:
649: -- Initialize message list if p_init_msg_list is set to TRUE.
650:
651: IF FND_API.to_Boolean( p_init_msg_list ) THEN
652: FND_MSG_PUB.initialize;
653: END IF;
654:
655: -- Initialize API return status to success
656:

Line 980: FND_MSG_PUB.Count_And_Get

976:
977:
978: -- Standard call to get message count and if count is 1, get message info.
979:
980: FND_MSG_PUB.Count_And_Get
981: ( p_count => x_msg_count,
982: p_data => x_msg_data
983: );
984:

Line 996: FND_MSG_PUB.Count_And_Get

992:
993: EXCEPTION
994: WHEN FND_API.G_EXC_ERROR THEN
995: x_return_status := FND_API.G_RET_STS_ERROR ;
996: FND_MSG_PUB.Count_And_Get
997: ( p_count => x_msg_count,
998: p_data => x_msg_data
999: );
1000:

Line 1003: FND_MSG_PUB.Count_And_Get

999: );
1000:
1001: WHEN FND_API.G_EXC_UNEXPECTED_ERROR THEN
1002: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
1003: FND_MSG_PUB.Count_And_Get
1004: ( p_count => x_msg_count,
1005: p_data => x_msg_data);
1006:
1007: WHEN OTHERS THEN

Line 1015: IF FND_MSG_PUB.Check_Msg_Level (FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)

1011: l_module || '.' || l_stmt_num,
1012: SUBSTRB (SQLERRM , 1 , 240));
1013: END IF;
1014:
1015: IF FND_MSG_PUB.Check_Msg_Level (FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
1016: THEN
1017: FND_MSG_PUB.Add_Exc_Msg (G_PKG_NAME, l_api_name);
1018: END IF;
1019:

Line 1017: FND_MSG_PUB.Add_Exc_Msg (G_PKG_NAME, l_api_name);

1013: END IF;
1014:
1015: IF FND_MSG_PUB.Check_Msg_Level (FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
1016: THEN
1017: FND_MSG_PUB.Add_Exc_Msg (G_PKG_NAME, l_api_name);
1018: END IF;
1019:
1020: FND_MSG_PUB.Count_And_Get
1021: ( p_count => x_msg_count,

Line 1020: FND_MSG_PUB.Count_And_Get

1016: THEN
1017: FND_MSG_PUB.Add_Exc_Msg (G_PKG_NAME, l_api_name);
1018: END IF;
1019:
1020: FND_MSG_PUB.Count_And_Get
1021: ( p_count => x_msg_count,
1022: p_data => x_msg_data
1023: );
1024: