DBA Data[Home] [Help]

APPS.XLA_JE_VALIDATION_PKG dependencies on FUN_BAL_PKG

Line 7174: ,p_value_1 => 'fun_bal_pkg.journal_balancing'

7170: xla_accounting_err_pkg.build_message(
7171: p_appli_s_name => 'XLA'
7172: ,p_msg_name => 'XLA_FUN_INTERNAL_ERROR'
7173: ,p_token_1 => 'LOCATION'
7174: ,p_value_1 => 'fun_bal_pkg.journal_balancing'
7175: ,p_token_2 => 'ERR_MSG'
7176: ,p_value_2 => l_err.error_message
7177: ,p_entity_id => l_err.entity_id
7178: ,p_event_id => l_err.event_id

Line 7594: fun_bal_pkg.journal_balancing

7590: l_debug_flag := 'N';
7591: END IF;
7592:
7593:
7594: fun_bal_pkg.journal_balancing
7595: (p_api_version => 1.0
7596: ,p_debug => l_debug_flag
7597: ,x_return_status => l_bal_retcode
7598: ,x_msg_count => l_bal_msg_count

Line 7618: trace(p_msg => 'Error returning from fun_bal_pkg.journal_balancing: '||l_bal_retcode,

7614: END IF;
7615:
7616: IF (l_bal_retcode <> FND_API.G_RET_STS_SUCCESS) THEN
7617: IF (C_LEVEL_ERROR >= g_log_level) THEN
7618: trace(p_msg => 'Error returning from fun_bal_pkg.journal_balancing: '||l_bal_retcode,
7619: p_module => l_log_module,
7620: p_level => C_LEVEL_ERROR);
7621: END IF;
7622: create_intercompany_errors(l_err_count, l_err_hdr_ids);