DBA Data[Home] [Help]

APPS.ECX_OUTBOUND dependencies on ECX_MAPPINGS

Line 971: from ecx_mappings

967: /** Check for Map Code **/
968: begin
969: select map_id
970: into i_map_id
971: from ecx_mappings
972: where map_code = i_map_code;
973: exception
974: when others then
975: ecx_debug.setErrorInfo(1, 30, 'ECX_MAP_NOT_FOUND', 'MAP_CODE', i_map_code);