DBA Data[Home] [Help]

APPS.CST_MISCACCRUALREPORT_PVT dependencies on FND_MSG_PUB

Line 151: FND_MSG_PUB.Count_And_Get

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

Line 271: fnd_msg_pub.add;

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

Line 280: FND_MSG_PUB.count_and_get

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

Line 299: FND_MSG_PUB.Count_And_Get

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

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

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

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

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

Line 325: FND_MSG_PUB.Count_And_Get

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

Line 408: FND_MSG_PUB.initialize;

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

Line 533: FND_MSG_PUB.Count_And_Get

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

Line 549: FND_MSG_PUB.Count_And_Get

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

Line 556: FND_MSG_PUB.Count_And_Get

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

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

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

Line 571: FND_MSG_PUB.Add_Exc_Msg

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

Line 577: FND_MSG_PUB.Count_And_Get

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

Line 654: FND_MSG_PUB.initialize;

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

Line 982: FND_MSG_PUB.Count_And_Get

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

Line 998: FND_MSG_PUB.Count_And_Get

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

Line 1005: FND_MSG_PUB.Count_And_Get

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

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

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

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

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

Line 1022: FND_MSG_PUB.Count_And_Get

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