DBA Data[Home] [Help]

APPS.IGC_CC_HEADERS_PKG dependencies on FND_MSG_PUB

Line 70: IF (FND_MSG_PUB.Check_Msg_Level (FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)) THEN

66: /*WHEN FND_API.G_EXC_ERROR THEN
67: RETURN;*/
68:
69: WHEN OTHERS THEN
70: IF (FND_MSG_PUB.Check_Msg_Level (FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)) THEN
71: FND_MSG_PUB.Add_Exc_Msg (G_PKG_NAME, l_api_name);
72: END IF;
73: RETURN;
74:

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

67: RETURN;*/
68:
69: WHEN OTHERS THEN
70: IF (FND_MSG_PUB.Check_Msg_Level (FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)) THEN
71: FND_MSG_PUB.Add_Exc_Msg (G_PKG_NAME, l_api_name);
72: END IF;
73: RETURN;
74:
75: END Output_Debug;

Line 186: FND_MSG_PUB.initialize ;

182: END IF;
183:
184:
185: IF FND_API.to_Boolean (p_init_msg_list ) THEN
186: FND_MSG_PUB.initialize ;
187: END IF;
188:
189: X_return_status := FND_API.G_RET_STS_SUCCESS ;
190: -- l_debug := FND_PROFILE.VALUE('IGC_DEBUG_ENABLED');

Line 432: FND_MSG_PUB.Count_And_Get ( p_count => X_msg_count,

428: END IF;
429: COMMIT WORK;
430: END iF;
431:
432: FND_MSG_PUB.Count_And_Get ( p_count => X_msg_count,
433: p_data => X_msg_data );
434:
435: -- IF (IGC_MSGS_PKG.g_debug_mode) THEN
436: IF g_debug_mode = 'Y' THEN

Line 460: FND_MSG_PUB.Count_And_Get (p_count => X_msg_count,

456: END IF;
457: IF (c_igc_app_id%ISOPEN) THEN
458: CLOSE c_igc_app_id;
459: END IF;
460: FND_MSG_PUB.Count_And_Get (p_count => X_msg_count,
461: p_data => X_msg_data );
462: IF (g_excep_level >= g_debug_level ) THEN
463: FND_LOG.STRING (g_excep_level,l_full_path,'FND_API.G_EXC_ERROR Exception Raised');
464: END IF;

Line 481: FND_MSG_PUB.Count_And_Get ( p_count => X_msg_count,

477: END IF;
478: IF (c_igc_app_id%ISOPEN) THEN
479: CLOSE c_igc_app_id;
480: END IF;
481: FND_MSG_PUB.Count_And_Get ( p_count => X_msg_count,
482: p_data => X_msg_data );
483: IF (g_excep_level >= g_debug_level ) THEN
484: FND_LOG.STRING (g_excep_level,l_full_path,'FND_API.G_EXC_UNEXPECTED_ERROR Exception Raised');
485: END IF;

Line 503: IF FND_MSG_PUB.Check_Msg_Level (FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN

499: IF (c_igc_app_id%ISOPEN) THEN
500: CLOSE c_igc_app_id;
501: END IF;
502:
503: IF FND_MSG_PUB.Check_Msg_Level (FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN
504: FND_MSG_PUB.Add_Exc_Msg ( G_PKG_NAME,
505: l_api_name);
506: END if;
507:

Line 504: FND_MSG_PUB.Add_Exc_Msg ( G_PKG_NAME,

500: CLOSE c_igc_app_id;
501: END IF;
502:
503: IF FND_MSG_PUB.Check_Msg_Level (FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN
504: FND_MSG_PUB.Add_Exc_Msg ( G_PKG_NAME,
505: l_api_name);
506: END if;
507:
508: FND_MSG_PUB.Count_And_Get ( p_count => X_msg_count,

Line 508: FND_MSG_PUB.Count_And_Get ( p_count => X_msg_count,

504: FND_MSG_PUB.Add_Exc_Msg ( G_PKG_NAME,
505: l_api_name);
506: END if;
507:
508: FND_MSG_PUB.Count_And_Get ( p_count => X_msg_count,
509: p_data => X_msg_data );
510:
511: IF ( g_unexp_level >= g_debug_level ) THEN
512: FND_MESSAGE.SET_NAME('IGC','IGC_LOGGING_UNEXP_ERROR');

Line 628: FND_MSG_PUB.initialize ;

624: END IF;
625:
626:
627: IF FND_API.to_Boolean (p_init_msg_list ) THEN
628: FND_MSG_PUB.initialize ;
629: END IF;
630:
631: X_return_status := FND_API.G_RET_STS_SUCCESS ;
632: -- l_debug := FND_PROFILE.VALUE('IGC_DEBUG_ENABLED');

Line 872: FND_MSG_PUB.Count_And_Get ( p_count => X_msg_count,

868: END IF;
869: COMMIT WORK;
870: END iF;
871:
872: FND_MSG_PUB.Count_And_Get ( p_count => X_msg_count,
873: p_data => X_msg_data );
874:
875: -- IF (IGC_MSGS_PKG.g_debug_mode) THEN
876: IF g_debug_mode = 'Y' THEN

Line 900: FND_MSG_PUB.Count_And_Get (p_count => X_msg_count,

896: END IF;
897: IF (c_igc_app_id%ISOPEN) THEN
898: CLOSE c_igc_app_id;
899: END IF;
900: FND_MSG_PUB.Count_And_Get (p_count => X_msg_count,
901: p_data => X_msg_data );
902: IF (g_excep_level >= g_debug_level ) THEN
903: FND_LOG.STRING (g_excep_level,l_full_path,'FND_API.G_EXC_ERROR Exception Raised');
904: END IF;

Line 921: FND_MSG_PUB.Count_And_Get ( p_count => X_msg_count,

917: END IF;
918: IF (c_igc_app_id%ISOPEN) THEN
919: CLOSE c_igc_app_id;
920: END IF;
921: FND_MSG_PUB.Count_And_Get ( p_count => X_msg_count,
922: p_data => X_msg_data );
923: IF (g_excep_level >= g_debug_level ) THEN
924: FND_LOG.STRING (g_excep_level,l_full_path,'FND_API.G_EXC_UNEXPECTED_ERROR Exception Raised');
925: END IF;

Line 944: IF FND_MSG_PUB.Check_Msg_Level (FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN

940: IF (c_igc_app_id%ISOPEN) THEN
941: CLOSE c_igc_app_id;
942: END IF;
943:
944: IF FND_MSG_PUB.Check_Msg_Level (FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN
945: FND_MSG_PUB.Add_Exc_Msg ( G_PKG_NAME,
946: l_api_name);
947: END if;
948:

Line 945: FND_MSG_PUB.Add_Exc_Msg ( G_PKG_NAME,

941: CLOSE c_igc_app_id;
942: END IF;
943:
944: IF FND_MSG_PUB.Check_Msg_Level (FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN
945: FND_MSG_PUB.Add_Exc_Msg ( G_PKG_NAME,
946: l_api_name);
947: END if;
948:
949: FND_MSG_PUB.Count_And_Get ( p_count => X_msg_count,

Line 949: FND_MSG_PUB.Count_And_Get ( p_count => X_msg_count,

945: FND_MSG_PUB.Add_Exc_Msg ( G_PKG_NAME,
946: l_api_name);
947: END if;
948:
949: FND_MSG_PUB.Count_And_Get ( p_count => X_msg_count,
950: p_data => X_msg_data );
951: IF ( g_unexp_level >= g_debug_level ) THEN
952: FND_MESSAGE.SET_NAME('IGC','IGC_LOGGING_UNEXP_ERROR');
953: FND_MESSAGE.SET_TOKEN('CODE',SQLCODE);

Line 1059: FND_MSG_PUB.initialize ;

1055: END IF;
1056:
1057:
1058: IF FND_API.to_Boolean ( p_init_msg_list ) THEN
1059: FND_MSG_PUB.initialize ;
1060: END IF;
1061:
1062: X_return_status := FND_API.G_RET_STS_SUCCESS ;
1063: X_row_locked := FND_API.G_TRUE ;

Line 1086: FND_MSG_PUB.Add;

1082:
1083: IF (C%NOTFOUND) THEN
1084: CLOSE C;
1085: FND_MESSAGE.Set_Name('FND', 'FORM_RECORD_DELETED');
1086: FND_MSG_PUB.Add;
1087: IF (g_excep_level >= g_debug_level ) THEN
1088: FND_LOG.MESSAGE (g_excep_level ,l_full_path,FALSE);
1089: END IF;
1090: RAISE FND_API.G_EXC_ERROR;

Line 1231: FND_MSG_PUB.Add;

1227: Output_Debug (l_full_path, p_debug_msg => g_debug_msg);
1228: END IF;
1229:
1230: FND_MESSAGE.Set_Name('FND', 'FORM_RECORD_CHANGED');
1231: FND_MSG_PUB.Add;
1232: IF (g_excep_level >= g_debug_level ) THEN
1233: FND_LOG.MESSAGE (g_excep_level , l_full_path,FALSE);
1234: END IF;
1235: RAISE FND_API.G_EXC_ERROR ;

Line 1249: FND_MSG_PUB.Count_And_Get ( p_count => X_msg_count,

1245:
1246: COMMIT WORK;
1247: END iF;
1248:
1249: FND_MSG_PUB.Count_And_Get ( p_count => X_msg_count,
1250: p_data => X_msg_data );
1251:
1252: -- IF (IGC_MSGS_PKG.g_debug_mode) THEN
1253: IF g_debug_mode = 'Y' THEN

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

1269: g_debug_msg := ' IGCCHDRB -- Failure Record Lock Exc Header ID .....' || p_cc_header_id;
1270: Output_Debug (l_full_path, p_debug_msg => g_debug_msg);
1271: END IF;
1272:
1273: FND_MSG_PUB.Count_And_Get ( p_count => X_msg_count,
1274: p_data => X_msg_data );
1275: IF (g_excep_level >= g_debug_level ) THEN
1276: FND_LOG.STRING (g_excep_level,l_full_path,'APP_EXCEPTION.RECORD_LOCK_EXCEPTION Exception Raised');
1277: END IF;

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

1285: g_debug_msg := ' IGCCHDRB -- Failure Execute Lock Header ID .....' || p_cc_header_id;
1286: Output_Debug (l_full_path, p_debug_msg => g_debug_msg);
1287: END IF;
1288:
1289: FND_MSG_PUB.Count_And_Get ( p_count => X_msg_count,
1290: p_data => X_msg_data );
1291: IF (g_excep_level >= g_debug_level ) THEN
1292: FND_LOG.STRING (g_excep_level,l_full_path,'FND_API.G_EXC_ERROR Exception Raised');
1293: END IF;

Line 1304: FND_MSG_PUB.Count_And_Get ( p_count => X_msg_count,

1300: IF g_debug_mode = 'Y' THEN
1301: g_debug_msg := ' IGCCHDRB -- Failure Unexpected Lock Header ID .....' || p_cc_header_id;
1302: Output_Debug (l_full_path, p_debug_msg => g_debug_msg);
1303: END IF;
1304: FND_MSG_PUB.Count_And_Get ( p_count => X_msg_count,
1305: p_data => X_msg_data );
1306: IF (g_excep_level >= g_debug_level ) THEN
1307: FND_LOG.STRING (g_excep_level,l_full_path,'FND_API.G_EXC_UNEXPECTED_ERROR Exception Raised');
1308: END IF;

Line 1320: IF FND_MSG_PUB.Check_Msg_Level (FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN

1316: g_debug_msg := ' IGCCHDRB -- Failure Others Lock Header ID .....' || p_cc_header_id;
1317: Output_Debug (l_full_path, p_debug_msg => g_debug_msg);
1318: END IF;
1319:
1320: IF FND_MSG_PUB.Check_Msg_Level (FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN
1321: FND_MSG_PUB.Add_Exc_Msg ( G_PKG_NAME,
1322: l_api_name);
1323: END if;
1324:

Line 1321: FND_MSG_PUB.Add_Exc_Msg ( G_PKG_NAME,

1317: Output_Debug (l_full_path, p_debug_msg => g_debug_msg);
1318: END IF;
1319:
1320: IF FND_MSG_PUB.Check_Msg_Level (FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN
1321: FND_MSG_PUB.Add_Exc_Msg ( G_PKG_NAME,
1322: l_api_name);
1323: END if;
1324:
1325: FND_MSG_PUB.Count_And_Get ( p_count => X_msg_count,

Line 1325: FND_MSG_PUB.Count_And_Get ( p_count => X_msg_count,

1321: FND_MSG_PUB.Add_Exc_Msg ( G_PKG_NAME,
1322: l_api_name);
1323: END if;
1324:
1325: FND_MSG_PUB.Count_And_Get ( p_count => X_msg_count,
1326: p_data => X_msg_data );
1327: IF ( g_unexp_level >= g_debug_level ) THEN
1328: FND_MESSAGE.SET_NAME('IGC','IGC_LOGGING_UNEXP_ERROR');
1329: FND_MESSAGE.SET_TOKEN('CODE',SQLCODE);

Line 1439: FND_MSG_PUB.initialize ;

1435: RAISE FND_API.G_EXC_UNEXPECTED_ERROR ;
1436: END IF;
1437:
1438: IF FND_API.to_Boolean ( p_init_msg_list ) THEN
1439: FND_MSG_PUB.initialize ;
1440: END IF;
1441:
1442: X_return_status := FND_API.G_RET_STS_SUCCESS ;
1443: -- l_debug := FND_PROFILE.VALUE('IGC_DEBUG_ENABLED');

Line 1622: FND_MSG_PUB.Count_And_Get ( p_count => X_msg_count,

1618: END IF;
1619: COMMIT WORK;
1620: END iF;
1621:
1622: FND_MSG_PUB.Count_And_Get ( p_count => X_msg_count,
1623: p_data => X_msg_data );
1624:
1625: -- IF (IGC_MSGS_PKG.g_debug_mode) THEN
1626: IF g_debug_mode = 'Y' THEN

Line 1647: FND_MSG_PUB.Count_And_Get ( p_count => X_msg_count,

1643: END IF;
1644: IF (c_igc_app_id%ISOPEN) THEN
1645: CLOSE c_igc_app_id;
1646: END IF;
1647: FND_MSG_PUB.Count_And_Get ( p_count => X_msg_count,
1648: p_data => X_msg_data );
1649: IF (g_excep_level >= g_debug_level ) THEN
1650: FND_LOG.STRING (g_excep_level,l_full_path,'FND_API.G_EXC_ERROR Exception Raised');
1651: END IF;

Line 1665: FND_MSG_PUB.Count_And_Get ( p_count => X_msg_count,

1661: END IF;
1662: IF (c_igc_app_id%ISOPEN) THEN
1663: CLOSE c_igc_app_id;
1664: END IF;
1665: FND_MSG_PUB.Count_And_Get ( p_count => X_msg_count,
1666: p_data => X_msg_data );
1667: IF (g_excep_level >= g_debug_level ) THEN
1668: FND_LOG.STRING (g_excep_level,l_full_path,'FND_API.G_EXC_UNEXPECTED_ERROR Exception Raised');
1669: END IF;

Line 1684: IF FND_MSG_PUB.Check_Msg_Level (FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN

1680: IF (c_igc_app_id%ISOPEN) THEN
1681: CLOSE c_igc_app_id;
1682: END IF;
1683:
1684: IF FND_MSG_PUB.Check_Msg_Level (FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN
1685: FND_MSG_PUB.Add_Exc_Msg ( G_PKG_NAME,
1686: l_api_name);
1687: END if;
1688:

Line 1685: FND_MSG_PUB.Add_Exc_Msg ( G_PKG_NAME,

1681: CLOSE c_igc_app_id;
1682: END IF;
1683:
1684: IF FND_MSG_PUB.Check_Msg_Level (FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN
1685: FND_MSG_PUB.Add_Exc_Msg ( G_PKG_NAME,
1686: l_api_name);
1687: END if;
1688:
1689: FND_MSG_PUB.Count_And_Get ( p_count => X_msg_count,

Line 1689: FND_MSG_PUB.Count_And_Get ( p_count => X_msg_count,

1685: FND_MSG_PUB.Add_Exc_Msg ( G_PKG_NAME,
1686: l_api_name);
1687: END if;
1688:
1689: FND_MSG_PUB.Count_And_Get ( p_count => X_msg_count,
1690: p_data => X_msg_data );
1691: IF ( g_unexp_level >= g_debug_level ) THEN
1692: FND_MESSAGE.SET_NAME('IGC','IGC_LOGGING_UNEXP_ERROR');
1693: FND_MESSAGE.SET_TOKEN('CODE',SQLCODE);

Line 1802: FND_MSG_PUB.initialize ;

1798: RAISE FND_API.G_EXC_UNEXPECTED_ERROR ;
1799: END IF;
1800:
1801: IF FND_API.to_Boolean ( p_init_msg_list ) THEN
1802: FND_MSG_PUB.initialize ;
1803: END IF;
1804:
1805: X_return_status := FND_API.G_RET_STS_SUCCESS ;
1806: -- l_debug := FND_PROFILE.VALUE('IGC_DEBUG_ENABLED');

Line 1983: FND_MSG_PUB.Count_And_Get ( p_count => X_msg_count,

1979: END IF;
1980: COMMIT WORK;
1981: END iF;
1982:
1983: FND_MSG_PUB.Count_And_Get ( p_count => X_msg_count,
1984: p_data => X_msg_data );
1985:
1986: -- IF (IGC_MSGS_PKG.g_debug_mode) THEN
1987: IF g_debug_mode = 'Y' THEN

Line 2008: FND_MSG_PUB.Count_And_Get ( p_count => X_msg_count,

2004: END IF;
2005: IF (c_igc_app_id%ISOPEN) THEN
2006: CLOSE c_igc_app_id;
2007: END IF;
2008: FND_MSG_PUB.Count_And_Get ( p_count => X_msg_count,
2009: p_data => X_msg_data );
2010: IF (g_excep_level >= g_debug_level ) THEN
2011: FND_LOG.STRING (g_excep_level,l_full_path,'FND_API.G_EXC_ERROR Exception Raised');
2012: END IF;

Line 2026: FND_MSG_PUB.Count_And_Get ( p_count => X_msg_count,

2022: END IF;
2023: IF (c_igc_app_id%ISOPEN) THEN
2024: CLOSE c_igc_app_id;
2025: END IF;
2026: FND_MSG_PUB.Count_And_Get ( p_count => X_msg_count,
2027: p_data => X_msg_data );
2028: IF (g_excep_level >= g_debug_level ) THEN
2029: FND_LOG.STRING (g_excep_level,l_full_path,'FND_API.G_EXC_UNEXPECTED_ERROR Exception Raised');
2030: END IF;

Line 2045: IF FND_MSG_PUB.Check_Msg_Level (FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN

2041: IF (c_igc_app_id%ISOPEN) THEN
2042: CLOSE c_igc_app_id;
2043: END IF;
2044:
2045: IF FND_MSG_PUB.Check_Msg_Level (FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN
2046: FND_MSG_PUB.Add_Exc_Msg ( G_PKG_NAME,
2047: l_api_name);
2048: END if;
2049:

Line 2046: FND_MSG_PUB.Add_Exc_Msg ( G_PKG_NAME,

2042: CLOSE c_igc_app_id;
2043: END IF;
2044:
2045: IF FND_MSG_PUB.Check_Msg_Level (FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN
2046: FND_MSG_PUB.Add_Exc_Msg ( G_PKG_NAME,
2047: l_api_name);
2048: END if;
2049:
2050: FND_MSG_PUB.Count_And_Get ( p_count => X_msg_count,

Line 2050: FND_MSG_PUB.Count_And_Get ( p_count => X_msg_count,

2046: FND_MSG_PUB.Add_Exc_Msg ( G_PKG_NAME,
2047: l_api_name);
2048: END if;
2049:
2050: FND_MSG_PUB.Count_And_Get ( p_count => X_msg_count,
2051: p_data => X_msg_data );
2052:
2053: IF ( g_unexp_level >= g_debug_level ) THEN
2054: FND_MESSAGE.SET_NAME('IGC','IGC_LOGGING_UNEXP_ERROR');

Line 2122: FND_MSG_PUB.initialize ;

2118: RAISE FND_API.G_EXC_UNEXPECTED_ERROR ;
2119: END IF;
2120:
2121: IF FND_API.to_Boolean ( p_init_msg_list ) THEN
2122: FND_MSG_PUB.initialize ;
2123: END IF ;
2124:
2125: X_return_status := FND_API.G_RET_STS_SUCCESS ;
2126: -- l_debug := FND_PROFILE.VALUE('IGC_DEBUG_ENABLED');

Line 2502: FND_MSG_PUB.Count_And_Get ( p_count => X_msg_count,

2498: END IF;
2499: COMMIT WORK;
2500: END iF;
2501:
2502: FND_MSG_PUB.Count_And_Get ( p_count => X_msg_count,
2503: p_data => X_msg_data );
2504:
2505: -- IF (IGC_MSGS_PKG.g_debug_mode) THEN
2506: IF g_debug_mode = 'Y' THEN

Line 2527: FND_MSG_PUB.Count_And_Get ( p_count => X_msg_count,

2523: END IF;
2524: IF (c_cc_header_row_id%ISOPEN) THEN
2525: CLOSE c_cc_header_row_id;
2526: END IF;
2527: FND_MSG_PUB.Count_And_Get ( p_count => X_msg_count,
2528: p_data => X_msg_data );
2529: IF (g_excep_level >= g_debug_level ) THEN
2530: FND_LOG.STRING (g_excep_level,l_full_path,'FND_API.G_EXC_ERROR Exception Raised');
2531: END IF;

Line 2545: FND_MSG_PUB.Count_And_Get ( p_count => X_msg_count,

2541: END IF;
2542: IF (c_cc_header_row_id%ISOPEN) THEN
2543: CLOSE c_cc_header_row_id;
2544: END IF;
2545: FND_MSG_PUB.Count_And_Get ( p_count => X_msg_count,
2546: p_data => X_msg_data );
2547: IF (g_excep_level >= g_debug_level ) THEN
2548: FND_LOG.STRING (g_excep_level,l_full_path,'FND_API.G_EXC_UNEXPECTED_ERROR Exception Raised');
2549: END IF;

Line 2564: IF FND_MSG_PUB.Check_Msg_Level (FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN

2560: IF (c_cc_header_row_id%ISOPEN) THEN
2561: CLOSE c_cc_header_row_id;
2562: END IF;
2563:
2564: IF FND_MSG_PUB.Check_Msg_Level (FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN
2565: FND_MSG_PUB.Add_Exc_Msg ( G_PKG_NAME,
2566: l_api_name);
2567: END if;
2568:

Line 2565: FND_MSG_PUB.Add_Exc_Msg ( G_PKG_NAME,

2561: CLOSE c_cc_header_row_id;
2562: END IF;
2563:
2564: IF FND_MSG_PUB.Check_Msg_Level (FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN
2565: FND_MSG_PUB.Add_Exc_Msg ( G_PKG_NAME,
2566: l_api_name);
2567: END if;
2568:
2569: FND_MSG_PUB.Count_And_Get ( p_count => X_msg_count,

Line 2569: FND_MSG_PUB.Count_And_Get ( p_count => X_msg_count,

2565: FND_MSG_PUB.Add_Exc_Msg ( G_PKG_NAME,
2566: l_api_name);
2567: END if;
2568:
2569: FND_MSG_PUB.Count_And_Get ( p_count => X_msg_count,
2570: p_data => X_msg_data );
2571: IF ( g_unexp_level >= g_debug_level ) THEN
2572: FND_MESSAGE.SET_NAME('IGC','IGC_LOGGING_UNEXP_ERROR');
2573: FND_MESSAGE.SET_TOKEN('CODE',SQLCODE);