DBA Data[Home] [Help]

APPS.OKS_QA_DATA_INTEGRITY dependencies on FND_MESSAGE

Line 3062: FND_MESSAGE.set_name(G_APP_NAME, 'OKS_MANDATORY_ARG');

3058: END IF;
3059:
3060: --basic input validation
3061: IF(p_chr_id IS NULL) THEN
3062: FND_MESSAGE.set_name(G_APP_NAME, 'OKS_MANDATORY_ARG');
3063: FND_MESSAGE.set_token('ARG_NAME', 'p_chr_id');
3064: FND_MESSAGE.set_token('PROG_NAME', G_PKG_NAME || '.' || l_api_name);
3065: IF (FND_LOG.level_error >= FND_LOG.g_current_runtime_level) THEN
3066: FND_LOG.message(FND_LOG.level_error, l_mod_name || '.input_validation', FALSE);

Line 3063: FND_MESSAGE.set_token('ARG_NAME', 'p_chr_id');

3059:
3060: --basic input validation
3061: IF(p_chr_id IS NULL) THEN
3062: FND_MESSAGE.set_name(G_APP_NAME, 'OKS_MANDATORY_ARG');
3063: FND_MESSAGE.set_token('ARG_NAME', 'p_chr_id');
3064: FND_MESSAGE.set_token('PROG_NAME', G_PKG_NAME || '.' || l_api_name);
3065: IF (FND_LOG.level_error >= FND_LOG.g_current_runtime_level) THEN
3066: FND_LOG.message(FND_LOG.level_error, l_mod_name || '.input_validation', FALSE);
3067: END IF;

Line 3064: FND_MESSAGE.set_token('PROG_NAME', G_PKG_NAME || '.' || l_api_name);

3060: --basic input validation
3061: IF(p_chr_id IS NULL) THEN
3062: FND_MESSAGE.set_name(G_APP_NAME, 'OKS_MANDATORY_ARG');
3063: FND_MESSAGE.set_token('ARG_NAME', 'p_chr_id');
3064: FND_MESSAGE.set_token('PROG_NAME', G_PKG_NAME || '.' || l_api_name);
3065: IF (FND_LOG.level_error >= FND_LOG.g_current_runtime_level) THEN
3066: FND_LOG.message(FND_LOG.level_error, l_mod_name || '.input_validation', FALSE);
3067: END IF;
3068: FND_MSG_PUB.ADD;

Line 4835: --also pick up IBY message in l_response and place onto standard FND message stack

4831: --show IBY error message on standard FND stack in QA results UI
4832: x_return_status := OKC_API.G_RET_STS_ERROR;
4833:
4834:
4835: --also pick up IBY message in l_response and place onto standard FND message stack
4836: IF NVL(l_response.Result_Category,'x') <> IBY_FNDCPT_COMMON_PUB.G_RC_SUCCESS THEN --'SUCCESS'
4837: FND_MSG_PUB.add_exc_msg(
4838: p_pkg_name => 'IBY_FNDCPT_TRXN_PUB',
4839: p_procedure_name => 'Create_Authorization',

Line 4902: --also pick up IBY message in l_response and place onto standard FND message stack

4898: -- show IBY error message on standard FND stack in QA results UI
4899: x_return_status := OKC_API.G_RET_STS_ERROR;
4900:
4901:
4902: --also pick up IBY message in l_response and place onto standard FND message stack
4903: IF NVL(l_response.Result_Category,'x') <> IBY_FNDCPT_COMMON_PUB.G_RC_SUCCESS THEN --'SUCCESS'
4904: FND_MSG_PUB.add_exc_msg(
4905: p_pkg_name => 'IBY_FNDCPT_TRXN_PUB',
4906: p_procedure_name => 'Create_Authorization',

Line 5081: --also pick up IBY message in l_response and place onto standard FND message stack

5077:
5078: ELSIF NVL(l_response.Result_Category,'x') <> IBY_FNDCPT_COMMON_PUB.G_RC_SUCCESS THEN --'SUCCESS'
5079: x_return_status := OKC_API.G_RET_STS_ERROR; --show IBY error message (should be in stack) in QA results UI
5080:
5081: --also pick up IBY message in l_response and place onto standard FND message stack
5082: IF l_response.Result_Category <> IBY_FNDCPT_COMMON_PUB.G_RC_SUCCESS THEN --'SUCCESS'
5083: FND_MSG_PUB.add_exc_msg(
5084: p_pkg_name => 'IBY_FNDCPT_TRXN_PUB',
5085: p_procedure_name => 'Get_Authorization',

Line 5218: --also pick up IBY message in l_response and place onto standard FND message stack

5214:
5215: --show IBY error message (should be in stack) in QA results UI
5216: x_return_status := OKC_API.G_RET_STS_ERROR;
5217:
5218: --also pick up IBY message in l_response and place onto standard FND message stack
5219: IF l_response.Result_Category <> IBY_FNDCPT_COMMON_PUB.G_RC_SUCCESS THEN --'SUCCESS'
5220: FND_MSG_PUB.add_exc_msg(
5221: p_pkg_name => 'IBY_FNDCPT_TRXN_PUB',
5222: p_procedure_name => 'Get_Authorization',