DBA Data[Home] [Help]

APPS.ECX_INBOUND dependencies on ECX_CODE_CONVERSION_PVT

Line 861: ecx_code_conversion_pvt.convert_external_value

857:
858: l_cat_id := ecx_utils.g_source(p_int_col_pos).xref_category_id;
859:
860: if (l_cat_id is not null) then
861: ecx_code_conversion_pvt.convert_external_value
862: (
863: p_api_version_number => 1.0,
864: p_return_status => l_return_status,
865: p_msg_count => l_msg_count,

Line 885: if (l_return_status = ecx_code_conversion_pvt.G_RET_STS_ERROR) or

881: ecx_debug.log(l_statement, 'xref return code',
882: ecx_utils.g_source(p_int_col_pos).xref_retcode,i_method_name);
883: end if;
884:
885: if (l_return_status = ecx_code_conversion_pvt.G_RET_STS_ERROR) or
886: (l_return_status = ecx_code_conversion_pvt.G_RET_STS_UNEXP_ERROR) or
887: (l_return_status = ECX_CODE_CONVERSION_PVT.g_xref_not_found) then
888: if(l_statementEnabled) then
889: ecx_debug.log(l_statement, 'Code Conversion uses the original code.',i_method_name);

Line 886: (l_return_status = ecx_code_conversion_pvt.G_RET_STS_UNEXP_ERROR) or

882: ecx_utils.g_source(p_int_col_pos).xref_retcode,i_method_name);
883: end if;
884:
885: if (l_return_status = ecx_code_conversion_pvt.G_RET_STS_ERROR) or
886: (l_return_status = ecx_code_conversion_pvt.G_RET_STS_UNEXP_ERROR) or
887: (l_return_status = ECX_CODE_CONVERSION_PVT.g_xref_not_found) then
888: if(l_statementEnabled) then
889: ecx_debug.log(l_statement, 'Code Conversion uses the original code.',i_method_name);
890: end if;

Line 887: (l_return_status = ECX_CODE_CONVERSION_PVT.g_xref_not_found) then

883: end if;
884:
885: if (l_return_status = ecx_code_conversion_pvt.G_RET_STS_ERROR) or
886: (l_return_status = ecx_code_conversion_pvt.G_RET_STS_UNEXP_ERROR) or
887: (l_return_status = ECX_CODE_CONVERSION_PVT.g_xref_not_found) then
888: if(l_statementEnabled) then
889: ecx_debug.log(l_statement, 'Code Conversion uses the original code.',i_method_name);
890: end if;
891: else

Line 892: if (l_return_status = ECX_CODE_CONVERSION_PVT.g_recv_xref_not_found) then

888: if(l_statementEnabled) then
889: ecx_debug.log(l_statement, 'Code Conversion uses the original code.',i_method_name);
890: end if;
891: else
892: if (l_return_status = ECX_CODE_CONVERSION_PVT.g_recv_xref_not_found) then
893: if(l_statementEnabled) then
894: ecx_debug.log(l_statement, 'Code Conversion uses the sender converted value', l_value,i_method_name);
895: end if;
896: end if;