DBA Data[Home] [Help]

APPS.CS_CHARGE_DETAILS_PUB dependencies on FND_MSG_PUB

Line 123: FND_MSG_PUB.initialize ;

119: END IF ;
120:
121: -- Initialize the message list if p_msg_list is set to TRUE
122: IF FND_API.To_Boolean(p_init_msg_list) THEN
123: FND_MSG_PUB.initialize ;
124: END IF ;
125:
126: -- Initialize the API Return Success to True
127: x_return_status := FND_API.G_RET_STS_SUCCESS ;

Line 237: FND_MSG_PUB.Count_And_Get(p_count => x_msg_count,

233: COMMIT WORK ;
234: END IF ;
235:
236: --Standard call to get message count and if count is 1 , get message info
237: FND_MSG_PUB.Count_And_Get(p_count => x_msg_count,
238: p_data => x_msg_data,
239: p_encoded => FND_API.G_FALSE) ;
240: IF FND_LOG.level_procedure >= FND_LOG.g_current_runtime_level
241: THEN

Line 262: FND_MSG_PUB.Count_And_Get(p_count => x_msg_count,

258: END IF ;
259:
260: x_return_status := FND_API.G_RET_STS_ERROR ;
261:
262: FND_MSG_PUB.Count_And_Get(p_count => x_msg_count,
263: p_data => x_msg_data,
264: p_encoded => FND_API.G_FALSE) ;
265:
266: WHEN FND_API.G_EXC_UNEXPECTED_ERROR THEN

Line 273: FND_MSG_PUB.Count_And_Get(p_count => x_msg_count,

269: END IF ;
270:
271: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
272:
273: FND_MSG_PUB.Count_And_Get(p_count => x_msg_count,
274: p_data => x_msg_data,
275: p_encoded => FND_API.G_FALSE) ;
276: WHEN OTHERS THEN
277: IF FND_API.To_Boolean( p_transaction_control ) THEN

Line 283: IF FND_MSG_PUB.Check_Msg_Level

279: END IF ;
280:
281: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
282:
283: IF FND_MSG_PUB.Check_Msg_Level
284: (FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)THEN
285: FND_MSG_PUB.Add_Exc_Msg(G_PKG_NAME,l_api_name);
286: END IF ;
287:

Line 284: (FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)THEN

280:
281: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
282:
283: IF FND_MSG_PUB.Check_Msg_Level
284: (FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)THEN
285: FND_MSG_PUB.Add_Exc_Msg(G_PKG_NAME,l_api_name);
286: END IF ;
287:
288: FND_MSG_PUB.Count_And_Get(p_count => x_msg_count,

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

281: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
282:
283: IF FND_MSG_PUB.Check_Msg_Level
284: (FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)THEN
285: FND_MSG_PUB.Add_Exc_Msg(G_PKG_NAME,l_api_name);
286: END IF ;
287:
288: FND_MSG_PUB.Count_And_Get(p_count => x_msg_count,
289: p_data => x_msg_data,

Line 288: FND_MSG_PUB.Count_And_Get(p_count => x_msg_count,

284: (FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)THEN
285: FND_MSG_PUB.Add_Exc_Msg(G_PKG_NAME,l_api_name);
286: END IF ;
287:
288: FND_MSG_PUB.Count_And_Get(p_count => x_msg_count,
289: p_data => x_msg_data,
290: p_encoded => FND_API.G_FALSE) ;
291:
292:

Line 360: FND_MSG_PUB.Count_And_Get(p_count => x_msg_count,

356: COMMIT WORK ;
357: END IF ;
358:
359: --Standard call to get message count and if count is 1 , get message info
360: FND_MSG_PUB.Count_And_Get(p_count => x_msg_count,
361: p_data => x_msg_data,
362: p_encoded => FND_API.G_FALSE) ;
363:
364: IF FND_LOG.level_procedure >= FND_LOG.g_current_runtime_level

Line 388: FND_MSG_PUB.Count_And_Get(p_count => x_msg_count,

384: END IF ;
385:
386: x_return_status := FND_API.G_RET_STS_ERROR ;
387:
388: FND_MSG_PUB.Count_And_Get(p_count => x_msg_count,
389: p_data => x_msg_data,
390: p_encoded => FND_API.G_FALSE) ;
391:
392: WHEN FND_API.G_EXC_UNEXPECTED_ERROR THEN

Line 399: FND_MSG_PUB.Count_And_Get(p_count => x_msg_count,

395: END IF ;
396:
397: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
398:
399: FND_MSG_PUB.Count_And_Get(p_count => x_msg_count,
400: p_data => x_msg_data,
401: p_encoded => FND_API.G_FALSE) ;
402: WHEN OTHERS THEN
403: IF FND_API.To_Boolean( p_transaction_control ) THEN

Line 409: IF FND_MSG_PUB.Check_Msg_Level

405: END IF ;
406:
407: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
408:
409: IF FND_MSG_PUB.Check_Msg_Level
410: (FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)THEN
411: FND_MSG_PUB.Add_Exc_Msg(G_PKG_NAME,l_api_name);
412: END IF ;
413:

Line 410: (FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)THEN

406:
407: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
408:
409: IF FND_MSG_PUB.Check_Msg_Level
410: (FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)THEN
411: FND_MSG_PUB.Add_Exc_Msg(G_PKG_NAME,l_api_name);
412: END IF ;
413:
414: FND_MSG_PUB.Count_And_Get(p_count => x_msg_count,

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

407: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
408:
409: IF FND_MSG_PUB.Check_Msg_Level
410: (FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)THEN
411: FND_MSG_PUB.Add_Exc_Msg(G_PKG_NAME,l_api_name);
412: END IF ;
413:
414: FND_MSG_PUB.Count_And_Get(p_count => x_msg_count,
415: p_data => x_msg_data,

Line 414: FND_MSG_PUB.Count_And_Get(p_count => x_msg_count,

410: (FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)THEN
411: FND_MSG_PUB.Add_Exc_Msg(G_PKG_NAME,l_api_name);
412: END IF ;
413:
414: FND_MSG_PUB.Count_And_Get(p_count => x_msg_count,
415: p_data => x_msg_data,
416: p_encoded => FND_API.G_FALSE) ;
417:
418: END ;

Line 524: FND_MSG_PUB.initialize ;

520: END IF ;
521:
522: -- Initialize the message list if p_msg_list is set to TRUE
523: IF FND_API.To_Boolean(p_init_msg_list) THEN
524: FND_MSG_PUB.initialize ;
525: END IF ;
526:
527:
528: --Initialize the API Return Success to True

Line 627: FND_MSG_PUB.Count_And_Get(p_count =>x_msg_count,

623: COMMIT WORK ;
624: END IF ;
625:
626: --Standard call to get message count and if count is 1 , get message info
627: FND_MSG_PUB.Count_And_Get(p_count =>x_msg_count,
628: p_data => x_msg_data) ;
629:
630: --Begin Exception Handling
631:

Line 641: FND_MSG_PUB.Count_And_Get(p_count => x_msg_count,

637: END IF ;
638:
639: x_return_status := FND_API.G_RET_STS_ERROR ;
640:
641: FND_MSG_PUB.Count_And_Get(p_count => x_msg_count,
642: p_data => x_msg_data,
643: p_encoded => FND_API.G_FALSE) ;
644:
645:

Line 653: FND_MSG_PUB.Count_And_Get(p_count => x_msg_count,

649: END IF ;
650:
651: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
652:
653: FND_MSG_PUB.Count_And_Get(p_count => x_msg_count,
654: p_data => x_msg_data,
655: p_encoded => FND_API.G_FALSE) ;
656: WHEN OTHERS THEN
657: IF FND_API.To_Boolean( p_transaction_control ) THEN

Line 663: IF FND_MSG_PUB.Check_Msg_Level

659: END IF ;
660:
661: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
662:
663: IF FND_MSG_PUB.Check_Msg_Level
664: (FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN
665: FND_MSG_PUB.Add_Exc_Msg(G_PKG_NAME,l_api_name);
666: END IF ;
667:

Line 664: (FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN

660:
661: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
662:
663: IF FND_MSG_PUB.Check_Msg_Level
664: (FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN
665: FND_MSG_PUB.Add_Exc_Msg(G_PKG_NAME,l_api_name);
666: END IF ;
667:
668: FND_MSG_PUB.Count_And_Get(p_count => x_msg_count,

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

661: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
662:
663: IF FND_MSG_PUB.Check_Msg_Level
664: (FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN
665: FND_MSG_PUB.Add_Exc_Msg(G_PKG_NAME,l_api_name);
666: END IF ;
667:
668: FND_MSG_PUB.Count_And_Get(p_count => x_msg_count,
669: p_data => x_msg_data,

Line 668: FND_MSG_PUB.Count_And_Get(p_count => x_msg_count,

664: (FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN
665: FND_MSG_PUB.Add_Exc_Msg(G_PKG_NAME,l_api_name);
666: END IF ;
667:
668: FND_MSG_PUB.Count_And_Get(p_count => x_msg_count,
669: p_data => x_msg_data,
670: p_encoded => FND_API.G_FALSE) ;
671: END ;
672:

Line 740: FND_MSG_PUB.Count_And_Get(p_count => x_msg_count,

736: COMMIT WORK ;
737: END IF ;
738:
739: --Standard call to get message count and if count is 1 , get message info
740: FND_MSG_PUB.Count_And_Get(p_count => x_msg_count,
741: p_data => x_msg_data,
742: p_encoded => FND_API.G_FALSE) ;
743: IF FND_LOG.level_procedure >= FND_LOG.g_current_runtime_level
744: THEN

Line 764: FND_MSG_PUB.Count_And_Get(p_count => x_msg_count,

760: END IF ;
761:
762: x_return_status := FND_API.G_RET_STS_ERROR ;
763:
764: FND_MSG_PUB.Count_And_Get(p_count => x_msg_count,
765: p_data => x_msg_data,
766: p_encoded => FND_API.G_FALSE) ;
767:
768:

Line 776: FND_MSG_PUB.Count_And_Get(p_count => x_msg_count,

772: END IF ;
773:
774: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
775:
776: FND_MSG_PUB.Count_And_Get(p_count => x_msg_count,
777: p_data => x_msg_data,
778: p_encoded => FND_API.G_FALSE) ;
779: WHEN OTHERS THEN
780: IF FND_API.To_Boolean( p_transaction_control ) THEN

Line 786: IF FND_MSG_PUB.Check_Msg_Level

782: END IF ;
783:
784: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
785:
786: IF FND_MSG_PUB.Check_Msg_Level
787: (FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN
788: FND_MSG_PUB.Add_Exc_Msg(G_PKG_NAME,l_api_name);
789: END IF ;
790:

Line 787: (FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN

783:
784: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
785:
786: IF FND_MSG_PUB.Check_Msg_Level
787: (FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN
788: FND_MSG_PUB.Add_Exc_Msg(G_PKG_NAME,l_api_name);
789: END IF ;
790:
791: FND_MSG_PUB.Count_And_Get(p_count => x_msg_count,

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

784: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
785:
786: IF FND_MSG_PUB.Check_Msg_Level
787: (FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN
788: FND_MSG_PUB.Add_Exc_Msg(G_PKG_NAME,l_api_name);
789: END IF ;
790:
791: FND_MSG_PUB.Count_And_Get(p_count => x_msg_count,
792: p_data => x_msg_data,

Line 791: FND_MSG_PUB.Count_And_Get(p_count => x_msg_count,

787: (FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN
788: FND_MSG_PUB.Add_Exc_Msg(G_PKG_NAME,l_api_name);
789: END IF ;
790:
791: FND_MSG_PUB.Count_And_Get(p_count => x_msg_count,
792: p_data => x_msg_data,
793: p_encoded => FND_API.G_FALSE) ;
794:
795:

Line 890: FND_MSG_PUB.initialize ;

886: END IF ;
887:
888: -- Initialize the message list if p_msg_list is set to TRUE
889: IF FND_API.To_Boolean(p_init_msg_list) THEN
890: FND_MSG_PUB.initialize ;
891: END IF ;
892:
893:
894: -- Initialize the API Return Success to True

Line 970: FND_MSG_PUB.Count_And_Get(p_count =>x_msg_count,

966: COMMIT WORK ;
967: END IF ;
968:
969: --Standard call to get message count and if count is 1 , get message info
970: FND_MSG_PUB.Count_And_Get(p_count =>x_msg_count,
971: p_data => x_msg_data) ;
972:
973: IF FND_LOG.level_procedure >= FND_LOG.g_current_runtime_level
974: THEN

Line 989: FND_MSG_PUB.Count_And_Get(p_count => x_msg_count,

985: END IF ;
986:
987: x_return_status := FND_API.G_RET_STS_ERROR ;
988:
989: FND_MSG_PUB.Count_And_Get(p_count => x_msg_count,
990: p_data => x_msg_data,
991: p_encoded => FND_API.G_FALSE) ;
992:
993: WHEN FND_API.G_EXC_UNEXPECTED_ERROR THEN

Line 1000: FND_MSG_PUB.Count_And_Get(p_count => x_msg_count,

996: END IF ;
997:
998: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
999:
1000: FND_MSG_PUB.Count_And_Get(p_count => x_msg_count,
1001: p_data => x_msg_data,
1002: p_encoded => FND_API.G_FALSE) ;
1003:
1004: WHEN OTHERS THEN

Line 1011: IF FND_MSG_PUB.Check_Msg_Level

1007: END IF ;
1008:
1009: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
1010:
1011: IF FND_MSG_PUB.Check_Msg_Level
1012: (FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN
1013: FND_MSG_PUB.Add_Exc_Msg(G_PKG_NAME,l_api_name);
1014: END IF ;
1015:

Line 1012: (FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN

1008:
1009: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
1010:
1011: IF FND_MSG_PUB.Check_Msg_Level
1012: (FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN
1013: FND_MSG_PUB.Add_Exc_Msg(G_PKG_NAME,l_api_name);
1014: END IF ;
1015:
1016: FND_MSG_PUB.Count_And_Get(p_count => x_msg_count,

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

1009: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
1010:
1011: IF FND_MSG_PUB.Check_Msg_Level
1012: (FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN
1013: FND_MSG_PUB.Add_Exc_Msg(G_PKG_NAME,l_api_name);
1014: END IF ;
1015:
1016: FND_MSG_PUB.Count_And_Get(p_count => x_msg_count,
1017: p_data => x_msg_data,

Line 1016: FND_MSG_PUB.Count_And_Get(p_count => x_msg_count,

1012: (FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN
1013: FND_MSG_PUB.Add_Exc_Msg(G_PKG_NAME,l_api_name);
1014: END IF ;
1015:
1016: FND_MSG_PUB.Count_And_Get(p_count => x_msg_count,
1017: p_data => x_msg_data,
1018: p_encoded => FND_API.G_FALSE) ;
1019: END;
1020: --added by bkanimoz on 15-dec-2007 for service costing

Line 1104: FND_MSG_PUB.Count_And_Get(p_count => x_msg_count,

1100: END IF ;
1101:
1102: x_return_status := FND_API.G_RET_STS_ERROR ;
1103:
1104: FND_MSG_PUB.Count_And_Get(p_count => x_msg_count,
1105: p_data => x_msg_data,
1106: p_encoded => FND_API.G_FALSE) ;
1107:
1108: WHEN FND_API.G_EXC_UNEXPECTED_ERROR THEN

Line 1115: FND_MSG_PUB.Count_And_Get(p_count => x_msg_count,

1111: END IF ;
1112:
1113: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
1114:
1115: FND_MSG_PUB.Count_And_Get(p_count => x_msg_count,
1116: p_data => x_msg_data,
1117: p_encoded => FND_API.G_FALSE) ;
1118:
1119: WHEN OTHERS THEN

Line 1126: IF FND_MSG_PUB.Check_Msg_Level

1122: END IF ;
1123:
1124: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
1125:
1126: IF FND_MSG_PUB.Check_Msg_Level
1127: (FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN
1128: FND_MSG_PUB.Add_Exc_Msg(G_PKG_NAME,l_api_name);
1129: END IF ;
1130:

Line 1127: (FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN

1123:
1124: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
1125:
1126: IF FND_MSG_PUB.Check_Msg_Level
1127: (FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN
1128: FND_MSG_PUB.Add_Exc_Msg(G_PKG_NAME,l_api_name);
1129: END IF ;
1130:
1131: FND_MSG_PUB.Count_And_Get(p_count => x_msg_count,

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

1124: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
1125:
1126: IF FND_MSG_PUB.Check_Msg_Level
1127: (FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN
1128: FND_MSG_PUB.Add_Exc_Msg(G_PKG_NAME,l_api_name);
1129: END IF ;
1130:
1131: FND_MSG_PUB.Count_And_Get(p_count => x_msg_count,
1132: p_data => x_msg_data,

Line 1131: FND_MSG_PUB.Count_And_Get(p_count => x_msg_count,

1127: (FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN
1128: FND_MSG_PUB.Add_Exc_Msg(G_PKG_NAME,l_api_name);
1129: END IF ;
1130:
1131: FND_MSG_PUB.Count_And_Get(p_count => x_msg_count,
1132: p_data => x_msg_data,
1133: p_encoded => FND_API.G_FALSE) ;
1134: END;
1135:

Line 1180: FND_MSG_PUB.initialize ;

1176: END IF ;
1177:
1178: -- Initialize the message list if p_msg_list is set to TRUE
1179: IF FND_API.To_Boolean(p_init_msg_list) THEN
1180: FND_MSG_PUB.initialize ;
1181: END IF ;
1182:
1183:
1184: -- Initialize the API Return Success to True

Line 1248: FND_MSG_PUB.Count_And_Get(p_count =>x_msg_count,

1244: COMMIT WORK ;
1245: END IF ;
1246:
1247: --Standard call to get message count and if count is 1 , get message info
1248: FND_MSG_PUB.Count_And_Get(p_count =>x_msg_count,
1249: p_data => x_msg_data) ;
1250:
1251: --Begin Exception Handling
1252:

Line 1262: FND_MSG_PUB.Count_And_Get(p_count => x_msg_count,

1258: END IF ;
1259:
1260: x_return_status := FND_API.G_RET_STS_ERROR ;
1261:
1262: FND_MSG_PUB.Count_And_Get(p_count => x_msg_count,
1263: p_data => x_msg_data,
1264: p_encoded => FND_API.G_FALSE) ;
1265:
1266: WHEN FND_API.G_EXC_UNEXPECTED_ERROR THEN

Line 1273: FND_MSG_PUB.Count_And_Get(p_count => x_msg_count,

1269: END IF ;
1270:
1271: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
1272:
1273: FND_MSG_PUB.Count_And_Get(p_count => x_msg_count,
1274: p_data => x_msg_data,
1275: p_encoded => FND_API.G_FALSE) ;
1276:
1277: WHEN OTHERS THEN

Line 1284: IF FND_MSG_PUB.Check_Msg_Level

1280: END IF ;
1281:
1282: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
1283:
1284: IF FND_MSG_PUB.Check_Msg_Level
1285: (FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN
1286: FND_MSG_PUB.Add_Exc_Msg(G_PKG_NAME,l_api_name);
1287: END IF ;
1288:

Line 1285: (FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN

1281:
1282: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
1283:
1284: IF FND_MSG_PUB.Check_Msg_Level
1285: (FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN
1286: FND_MSG_PUB.Add_Exc_Msg(G_PKG_NAME,l_api_name);
1287: END IF ;
1288:
1289: FND_MSG_PUB.Count_And_Get(p_count => x_msg_count,

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

1282: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
1283:
1284: IF FND_MSG_PUB.Check_Msg_Level
1285: (FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN
1286: FND_MSG_PUB.Add_Exc_Msg(G_PKG_NAME,l_api_name);
1287: END IF ;
1288:
1289: FND_MSG_PUB.Count_And_Get(p_count => x_msg_count,
1290: p_data => x_msg_data,

Line 1289: FND_MSG_PUB.Count_And_Get(p_count => x_msg_count,

1285: (FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN
1286: FND_MSG_PUB.Add_Exc_Msg(G_PKG_NAME,l_api_name);
1287: END IF ;
1288:
1289: FND_MSG_PUB.Count_And_Get(p_count => x_msg_count,
1290: p_data => x_msg_data,
1291: p_encoded => FND_API.G_FALSE) ;
1292:
1293: END Copy_Estimate; -- End of Procedure Copy_Estimate