DBA Data[Home] [Help]

APPS.IBC_AUDIT_LOG_GRP dependencies on FND_MSG_PUB

Line 320: FND_MSG_PUB.initialize; --|**|

316: --DBMS_OUTPUT.put_line('----- ' || l_api_name || ' -----');
317: --******************* BEGIN REQUIRED AREA ******************************
318: SAVEPOINT svpt_log_action; --|**|
319: IF (p_init_msg_list = FND_API.g_true) THEN --|**|
320: FND_MSG_PUB.initialize; --|**|
321: END IF; --|**|
322: --|**|
323: -- Standard call to check for call compatibility. --|**|
324: IF NOT FND_API.Compatible_API_Call ( --|**|

Line 418: FND_MSG_PUB.Count_And_Get(

414: COMMIT;
415: END IF;
416:
417: -- Standard call to get message count and if count is 1, get message info.
418: FND_MSG_PUB.Count_And_Get(
419: p_count => x_msg_count,
420: p_data => x_msg_data
421: );
422:

Line 430: ,p_exception_level => FND_MSG_PUB.G_MSG_LVL_ERROR

426: ROLLBACK TO svpt_log_action;
427: Ibc_Utilities_Pvt.handle_exceptions(
428: p_api_name => L_API_NAME
429: ,p_pkg_name => G_PKG_NAME
430: ,p_exception_level => FND_MSG_PUB.G_MSG_LVL_ERROR
431: ,p_package_type => Ibc_Utilities_Pvt.G_PVT
432: ,p_sqlcode => SQLCODE
433: ,p_sqlerrm => SQLERRM
434: ,x_msg_count => x_msg_count

Line 444: ,p_exception_level => FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR

440: ROLLBACK TO svpt_log_action;
441: Ibc_Utilities_Pvt.handle_exceptions(
442: p_api_name => L_API_NAME
443: ,p_pkg_name => G_PKG_NAME
444: ,p_exception_level => FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR
445: ,p_package_type => Ibc_Utilities_Pvt.G_PVT
446: ,p_sqlcode => SQLCODE
447: ,p_sqlerrm => SQLERRM
448: ,x_msg_count => x_msg_count