DBA Data[Home] [Help]

APPS.ZX_TDS_RULE_BASE_DETM_PVT dependencies on FND_MESSAGE

Line 6894: FND_MESSAGE.SET_NAME('ZX','GENERIC_MESSAGE');

6890: Begin
6891: p_zx_result_rec.numeric_result := l_action_rec_tbl(i).action_value;
6892: exception
6893: when others then
6894: FND_MESSAGE.SET_NAME('ZX','GENERIC_MESSAGE');
6895: FND_MESSAGE.SET_TOKEN('GENERIC_TEXT','The action value for APPLY_EXCEPTION action code'||
6896: 'does not contain number');
6897: FND_MSG_PUB.Add;
6898: IF (g_level_error >= g_current_runtime_level ) THEN

Line 6895: FND_MESSAGE.SET_TOKEN('GENERIC_TEXT','The action value for APPLY_EXCEPTION action code'||

6891: p_zx_result_rec.numeric_result := l_action_rec_tbl(i).action_value;
6892: exception
6893: when others then
6894: FND_MESSAGE.SET_NAME('ZX','GENERIC_MESSAGE');
6895: FND_MESSAGE.SET_TOKEN('GENERIC_TEXT','The action value for APPLY_EXCEPTION action code'||
6896: 'does not contain number');
6897: FND_MSG_PUB.Add;
6898: IF (g_level_error >= g_current_runtime_level ) THEN
6899: FND_LOG.STRING(g_level_error,