DBA Data[Home] [Help]

APPS.IGC_CC_MPFS_PROCESS_PKG dependencies on FND_MSG_PUB

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

349: END IF;
350:
351: Insert_Interface_Row(l_cc_interface_rec);
352:
353: FND_MSG_PUB.Count_And_Get ( p_count => x_msg_count,
354: p_data => x_msg_data );
355: EXCEPTION
356: WHEN FND_API.G_EXC_ERROR
357: THEN

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

356: WHEN FND_API.G_EXC_ERROR
357: THEN
358: x_return_status := FND_API.G_RET_STS_ERROR;
359:
360: FND_MSG_PUB.Count_And_Get ( p_count => x_msg_count,
361: p_data => x_msg_data );
362: IF (g_excep_level >= g_debug_level ) THEN
363: FND_LOG.STRING (g_excep_level,l_full_path,'FND_API.G_EXC_ERROR Exception Raised');
364: END IF;

Line 2502: fnd_msg_pub.count_and_get (p_count => l_msg_count,

2498: -- the user if any are present.
2499: -- ------------------------------------------------------------------------------------
2500: IF (l_budg_status = FALSE)
2501: THEN
2502: fnd_msg_pub.count_and_get (p_count => l_msg_count,
2503: p_data => l_msg_data);
2504:
2505: IF (l_msg_count > 0)
2506: THEN

Line 2511: --l_error_text := ' Mesg No : '|| l_cur ||' '|| FND_MSG_PUB.GET(l_cur, FND_API.G_FALSE);

2507: l_error_text := '';
2508:
2509: FOR l_cur IN 1 .. l_msg_count
2510: LOOP
2511: --l_error_text := ' Mesg No : '|| l_cur ||' '|| FND_MSG_PUB.GET(l_cur, FND_API.G_FALSE);
2512: l_error_text :=
2513: l_cur || ' ' || fnd_msg_pub.get (l_cur, fnd_api.g_false);
2514: fnd_file.put_line (fnd_file.LOG, l_error_text);
2515:

Line 2513: l_cur || ' ' || fnd_msg_pub.get (l_cur, fnd_api.g_false);

2509: FOR l_cur IN 1 .. l_msg_count
2510: LOOP
2511: --l_error_text := ' Mesg No : '|| l_cur ||' '|| FND_MSG_PUB.GET(l_cur, FND_API.G_FALSE);
2512: l_error_text :=
2513: l_cur || ' ' || fnd_msg_pub.get (l_cur, fnd_api.g_false);
2514: fnd_file.put_line (fnd_file.LOG, l_error_text);
2515:
2516: IF (g_excep_level >= g_debug_level)
2517: THEN

Line 4443: fnd_msg_pub.count_and_get (p_count => l_msg_count, p_data => l_msg_data);

4439: -- ------------------------------------------------------------------------------------
4440: -- Ensure that any exceptions raised are output into the log file to be reported to
4441: -- the user if any are present.
4442: -- ------------------------------------------------------------------------------------
4443: fnd_msg_pub.count_and_get (p_count => l_msg_count, p_data => l_msg_data);
4444:
4445: IF (l_msg_count > 0)
4446: THEN
4447: l_error_text := '';

Line 4452: l_cur || ' ' || fnd_msg_pub.get (l_cur, fnd_api.g_false);

4448:
4449: FOR l_cur IN 1 .. l_msg_count
4450: LOOP
4451: l_error_text :=
4452: l_cur || ' ' || fnd_msg_pub.get (l_cur, fnd_api.g_false);
4453:
4454: IF (g_excep_level >= g_debug_level)
4455: THEN
4456: fnd_log.STRING (g_excep_level, l_full_path, l_error_text);

Line 4470: IF (fnd_msg_pub.check_msg_level (fnd_msg_pub.g_msg_lvl_unexp_error))

4466: Output_Debug (l_full_path, ' SQLERRM ' || SQLERRM);
4467: END IF;*/
4468: l_exception := NULL;
4469:
4470: IF (fnd_msg_pub.check_msg_level (fnd_msg_pub.g_msg_lvl_unexp_error))
4471: THEN
4472: fnd_msg_pub.add_exc_msg (g_pkg_name, 'MPFS_MAIN');
4473: END IF;
4474:

Line 4472: fnd_msg_pub.add_exc_msg (g_pkg_name, 'MPFS_MAIN');

4468: l_exception := NULL;
4469:
4470: IF (fnd_msg_pub.check_msg_level (fnd_msg_pub.g_msg_lvl_unexp_error))
4471: THEN
4472: fnd_msg_pub.add_exc_msg (g_pkg_name, 'MPFS_MAIN');
4473: END IF;
4474:
4475: fnd_msg_pub.count_and_get (p_count => l_msg_count,
4476: p_data => l_msg_data);

Line 4475: fnd_msg_pub.count_and_get (p_count => l_msg_count,

4471: THEN
4472: fnd_msg_pub.add_exc_msg (g_pkg_name, 'MPFS_MAIN');
4473: END IF;
4474:
4475: fnd_msg_pub.count_and_get (p_count => l_msg_count,
4476: p_data => l_msg_data);
4477:
4478: IF (l_msg_count > 0)
4479: THEN

Line 4488: || fnd_msg_pub.get (l_cur, fnd_api.g_false);

4484: l_error_text :=
4485: ' Mesg No : '
4486: || l_cur
4487: || ' '
4488: || fnd_msg_pub.get (l_cur, fnd_api.g_false);
4489:
4490: /*fnd_file.put_line (FND_FILE.LOG,
4491: l_error_text);*/
4492: IF (g_excep_level >= g_debug_level)

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

4560: /* WHEN FND_API.G_EXC_ERROR THEN
4561: RETURN;*/
4562:
4563: WHEN OTHERS THEN
4564: IF (FND_MSG_PUB.Check_Msg_Level (FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)) THEN
4565: FND_MSG_PUB.Add_Exc_Msg (G_PKG_NAME, l_api_name);
4566: END IF;
4567: RETURN;
4568:

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

4561: RETURN;*/
4562:
4563: WHEN OTHERS THEN
4564: IF (FND_MSG_PUB.Check_Msg_Level (FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)) THEN
4565: FND_MSG_PUB.Add_Exc_Msg (G_PKG_NAME, l_api_name);
4566: END IF;
4567: RETURN;
4568:
4569: END Output_Debug;