DBA Data[Home] [Help]

APPS.CST_ACCRUALWRITEOFFREPORT_PVT dependencies on FND_MSG_PUB

Line 150: FND_MSG_PUB.initialize;

146:
147:
148: -- Initialize message stack
149:
150: FND_MSG_PUB.initialize;
151:
152: -- Standard call to get message count and if count is 1, get message info.
153:
154: FND_MSG_PUB.Count_And_Get

Line 154: FND_MSG_PUB.Count_And_Get

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

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 296: FND_MSG_PUB.Count_And_Get

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

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

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

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

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

Line 322: FND_MSG_PUB.Count_And_Get

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

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 648: FND_MSG_PUB.initialize;

644:
645: -- Initialize message list if p_init_msg_list is set to TRUE.
646:
647: IF FND_API.to_Boolean( p_init_msg_list ) THEN
648: FND_MSG_PUB.initialize;
649: END IF;
650:
651: -- Initialize API return status to success
652:

Line 950: FND_MSG_PUB.Count_And_Get

946: DBMS_LOB.FREETEMPORARY (l_xml_temp);
947:
948: -- Standard call to get message count and if count is 1, get message info.
949:
950: FND_MSG_PUB.Count_And_Get
951: ( p_count => x_msg_count,
952: p_data => x_msg_data
953: );
954:

Line 966: FND_MSG_PUB.Count_And_Get

962:
963: EXCEPTION
964: WHEN FND_API.G_EXC_ERROR THEN
965: x_return_status := FND_API.G_RET_STS_ERROR ;
966: FND_MSG_PUB.Count_And_Get
967: ( p_count => x_msg_count,
968: p_data => x_msg_data
969: );
970:

Line 973: FND_MSG_PUB.Count_And_Get

969: );
970:
971: WHEN FND_API.G_EXC_UNEXPECTED_ERROR THEN
972: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
973: FND_MSG_PUB.Count_And_Get
974: ( p_count => x_msg_count,
975: p_data => x_msg_data);
976:
977: WHEN OTHERS THEN

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

981: l_module || '.' || l_stmt_num,
982: SUBSTRB (SQLERRM , 1 , 240));
983: END IF;
984:
985: IF FND_MSG_PUB.Check_Msg_Level (FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
986: THEN
987: FND_MSG_PUB.Add_Exc_Msg (G_PKG_NAME, l_api_name);
988: END IF;
989:

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

983: END IF;
984:
985: IF FND_MSG_PUB.Check_Msg_Level (FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
986: THEN
987: FND_MSG_PUB.Add_Exc_Msg (G_PKG_NAME, l_api_name);
988: END IF;
989:
990: FND_MSG_PUB.Count_And_Get
991: ( p_count => x_msg_count,

Line 990: FND_MSG_PUB.Count_And_Get

986: THEN
987: FND_MSG_PUB.Add_Exc_Msg (G_PKG_NAME, l_api_name);
988: END IF;
989:
990: FND_MSG_PUB.Count_And_Get
991: ( p_count => x_msg_count,
992: p_data => x_msg_data
993: );
994: