DBA Data[Home] [Help]

APPS.ECX_INBOUND_NEW dependencies on ECX_MAPPINGS

Line 1121: from ecx_mappings

1117:
1118: cursor get_map_code(p_map_id IN pls_integer)
1119: is
1120: select map_code
1121: from ecx_mappings
1122: where map_id = p_map_id;
1123:
1124: begin
1125: if (l_procedureEnabled) then