DBA Data[Home] [Help]

APPS.CST_APPOACCRUALREPORT_PVT dependencies on FND_MSG_PUB

Line 132: FND_MSG_PUB.initialize;

128: DBMS_LOB.writeappend (l_xml_doc, 8, '');
129:
130: -- Initialize message stack
131:
132: FND_MSG_PUB.initialize;
133:
134: -- Standard call to get message count and if count is 1, get message info.
135:
136: FND_MSG_PUB.Count_And_Get

Line 136: FND_MSG_PUB.Count_And_Get

132: FND_MSG_PUB.initialize;
133:
134: -- Standard call to get message count and if count is 1, get message info.
135:
136: FND_MSG_PUB.Count_And_Get
137: ( p_count => l_msg_count,
138: p_data => l_msg_data
139: );
140:

Line 255: fnd_msg_pub.add;

251: FALSE
252: );
253: end If;
254:
255: fnd_msg_pub.add;
256:
257: If l_slog then
258: fnd_log.string(FND_LOG.LEVEL_STATEMENT,
259: G_LOG_HEADER || '.'||l_api_name||'('||to_char(l_stmt_num)||')',

Line 264: FND_MSG_PUB.count_and_get

260: l_error_message
261: );
262: End If;
263:
264: FND_MSG_PUB.count_and_get
265: ( p_count => l_msg_count
266: , p_data => l_msg_data
267: );
268:

Line 282: FND_MSG_PUB.Count_And_Get

278:
279: l_conc_request := fnd_concurrent.set_completion_status('ERROR',substr(fnd_message.get_string('BOM',l_error_message),1,240));
280:
281: WHEN FND_API.G_EXC_UNEXPECTED_ERROR THEN
282: FND_MSG_PUB.Count_And_Get
283: ( p_count => l_msg_count,
284: p_data => l_msg_data
285: );
286:

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

299: l_module || '.' || l_stmt_num,
300: SUBSTRB (SQLERRM , 1 , 240));
301: END IF;
302:
303: IF FND_MSG_PUB.Check_Msg_Level(FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
304: THEN
305: FND_MSG_PUB.Add_Exc_Msg (G_PKG_NAME,l_api_name);
306: END IF;
307:

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

301: END IF;
302:
303: IF FND_MSG_PUB.Check_Msg_Level(FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
304: THEN
305: FND_MSG_PUB.Add_Exc_Msg (G_PKG_NAME,l_api_name);
306: END IF;
307:
308: FND_MSG_PUB.Count_And_Get
309: ( p_count => l_msg_count,

Line 308: FND_MSG_PUB.Count_And_Get

304: THEN
305: FND_MSG_PUB.Add_Exc_Msg (G_PKG_NAME,l_api_name);
306: END IF;
307:
308: FND_MSG_PUB.Count_And_Get
309: ( p_count => l_msg_count,
310: p_data => l_msg_data
311: );
312:

Line 392: FND_MSG_PUB.initialize;

388:
389: -- Initialize message list if p_init_msg_list is set to TRUE.
390:
391: IF FND_API.to_Boolean( p_init_msg_list ) THEN
392: FND_MSG_PUB.initialize;
393: END IF;
394:
395: -- Initialize API return status to success
396:

Line 516: FND_MSG_PUB.Count_And_Get

512: DBMS_LOB.FREETEMPORARY (l_xml_temp);
513:
514: -- Standard call to get message count and if count is 1, get message info.
515:
516: FND_MSG_PUB.Count_And_Get
517: ( p_count => x_msg_count,
518: p_data => x_msg_data);
519:
520: -- Write the module name to fnd log file

Line 531: FND_MSG_PUB.Count_And_Get

527:
528: EXCEPTION
529: WHEN FND_API.G_EXC_ERROR THEN
530: x_return_status := FND_API.G_RET_STS_ERROR ;
531: FND_MSG_PUB.Count_And_Get
532: ( p_count => x_msg_count,
533: p_data => x_msg_data
534: );
535:

Line 538: FND_MSG_PUB.Count_And_Get

534: );
535:
536: WHEN FND_API.G_EXC_UNEXPECTED_ERROR THEN
537: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
538: FND_MSG_PUB.Count_And_Get
539: ( p_count => x_msg_count,
540: p_data => x_msg_data
541: );
542:

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

547: l_module || '.' || l_stmt_num,
548: SUBSTRB (SQLERRM , 1 , 240));
549: END IF;
550:
551: IF FND_MSG_PUB.Check_Msg_Level(FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
552: THEN
553: FND_MSG_PUB.Add_Exc_Msg
554: ( G_PKG_NAME,
555: l_api_name

Line 553: FND_MSG_PUB.Add_Exc_Msg

549: END IF;
550:
551: IF FND_MSG_PUB.Check_Msg_Level(FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
552: THEN
553: FND_MSG_PUB.Add_Exc_Msg
554: ( G_PKG_NAME,
555: l_api_name
556: );
557: END IF;

Line 559: FND_MSG_PUB.Count_And_Get

555: l_api_name
556: );
557: END IF;
558:
559: FND_MSG_PUB.Count_And_Get
560: ( p_count => x_msg_count,
561: p_data => x_msg_data
562: );
563:

Line 641: FND_MSG_PUB.initialize;

637:
638: -- Initialize message list if p_init_msg_list is set to TRUE.
639:
640: IF FND_API.to_Boolean( p_init_msg_list ) THEN
641: FND_MSG_PUB.initialize;
642: END IF;
643:
644: -- Initialize API return status to success
645:

Line 1006: FND_MSG_PUB.Count_And_Get

1002: DBMS_LOB.FREETEMPORARY (l_xml_temp);
1003:
1004: -- Standard call to get message count and if count is 1, get message info.
1005:
1006: FND_MSG_PUB.Count_And_Get
1007: ( p_count => x_msg_count,
1008: p_data => x_msg_data
1009: );
1010:

Line 1022: FND_MSG_PUB.Count_And_Get

1018:
1019: EXCEPTION
1020: WHEN FND_API.G_EXC_ERROR THEN
1021: x_return_status := FND_API.G_RET_STS_ERROR ;
1022: FND_MSG_PUB.Count_And_Get
1023: ( p_count => x_msg_count,
1024: p_data => x_msg_data
1025: );
1026:

Line 1029: FND_MSG_PUB.Count_And_Get

1025: );
1026:
1027: WHEN FND_API.G_EXC_UNEXPECTED_ERROR THEN
1028: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
1029: FND_MSG_PUB.Count_And_Get
1030: ( p_count => x_msg_count,
1031: p_data => x_msg_data);
1032:
1033: WHEN OTHERS THEN

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

1037: l_module || '.' || l_stmt_num,
1038: SUBSTRB (SQLERRM , 1 , 240));
1039: END IF;
1040:
1041: IF FND_MSG_PUB.Check_Msg_Level (FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
1042: THEN
1043: FND_MSG_PUB.Add_Exc_Msg (G_PKG_NAME, l_api_name);
1044: END IF;
1045:

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

1039: END IF;
1040:
1041: IF FND_MSG_PUB.Check_Msg_Level (FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
1042: THEN
1043: FND_MSG_PUB.Add_Exc_Msg (G_PKG_NAME, l_api_name);
1044: END IF;
1045:
1046: FND_MSG_PUB.Count_And_Get
1047: ( p_count => x_msg_count,

Line 1046: FND_MSG_PUB.Count_And_Get

1042: THEN
1043: FND_MSG_PUB.Add_Exc_Msg (G_PKG_NAME, l_api_name);
1044: END IF;
1045:
1046: FND_MSG_PUB.Count_And_Get
1047: ( p_count => x_msg_count,
1048: p_data => x_msg_data
1049: );
1050: