DBA Data[Home] [Help]

APPS.XLA_JE_VALIDATION_PKG dependencies on FUN_BAL_PKG

Line 7145: fun_bal_pkg.journal_balancing

7141: ELSE
7142: l_debug_flag := 'N';
7143: END IF;
7144:
7145: fun_bal_pkg.journal_balancing
7146: (p_api_version => 1.0
7147: ,p_debug => l_debug_flag
7148: ,x_return_status => l_bal_retcode
7149: ,x_msg_count => l_bal_msg_count

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

7163: END IF;
7164:
7165: IF (l_bal_retcode <> FND_API.G_RET_STS_SUCCESS) THEN
7166: IF (C_LEVEL_ERROR >= g_log_level) THEN
7167: trace(p_msg => 'Error returning from fun_bal_pkg.journal_balancing: '||l_bal_retcode,
7168: p_module => l_log_module,
7169: p_level => C_LEVEL_ERROR);
7170: END IF;
7171: create_intercompany_errors(l_err_count, l_err_hdr_ids);