DBA Data[Home] [Help]

APPS.ECX_INBOUND_NEW dependencies on ECX_CODE_CONVERSION_PVT

Line 591: ecx_code_conversion_pvt.convert_external_value

587:
588: l_cat_id := ecx_utils.g_source(p_int_col_pos).xref_category_id;
589:
590: if (l_cat_id is not null) then
591: ecx_code_conversion_pvt.convert_external_value
592: (
593: p_api_version_number => 1.0,
594: p_return_status => l_return_status,
595: p_msg_count => l_msg_count,

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

613: ecx_utils.g_source(p_int_col_pos).xref_retcode,
614: i_method_name);
615: end if;
616:
617: if (l_return_status = ecx_code_conversion_pvt.G_RET_STS_ERROR) or
618: (l_return_status = ecx_code_conversion_pvt.G_RET_STS_UNEXP_ERROR) or
619: (l_return_status = ECX_CODE_CONVERSION_PVT.g_xref_not_found) then
620: if(l_statementEnabled) then
621: ecx_debug.log(l_statement, 'Code Conversion uses the original code.',

Line 618: (l_return_status = ecx_code_conversion_pvt.G_RET_STS_UNEXP_ERROR) or

614: i_method_name);
615: end if;
616:
617: if (l_return_status = ecx_code_conversion_pvt.G_RET_STS_ERROR) or
618: (l_return_status = ecx_code_conversion_pvt.G_RET_STS_UNEXP_ERROR) or
619: (l_return_status = ECX_CODE_CONVERSION_PVT.g_xref_not_found) then
620: if(l_statementEnabled) then
621: ecx_debug.log(l_statement, 'Code Conversion uses the original code.',
622: i_method_name);

Line 619: (l_return_status = ECX_CODE_CONVERSION_PVT.g_xref_not_found) then

615: end if;
616:
617: if (l_return_status = ecx_code_conversion_pvt.G_RET_STS_ERROR) or
618: (l_return_status = ecx_code_conversion_pvt.G_RET_STS_UNEXP_ERROR) or
619: (l_return_status = ECX_CODE_CONVERSION_PVT.g_xref_not_found) then
620: if(l_statementEnabled) then
621: ecx_debug.log(l_statement, 'Code Conversion uses the original code.',
622: i_method_name);
623: end if;

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

621: ecx_debug.log(l_statement, 'Code Conversion uses the original code.',
622: i_method_name);
623: end if;
624: else
625: if (l_return_status = ECX_CODE_CONVERSION_PVT.g_recv_xref_not_found) then
626: if(l_statementEnabled) then
627: ecx_debug.log(l_statement, 'Code Conversion uses the sender converted value',
628: p_value,i_method_name);
629: end if;