DBA Data[Home] [Help]

APPS.ECX_INBOUND_NEW dependencies on ECX_MAPPINGS

Line 1132: from ecx_mappings

1128:
1129: cursor get_map_code(p_map_id IN pls_integer)
1130: is
1131: select map_code
1132: from ecx_mappings
1133: where map_id = p_map_id;
1134:
1135: begin
1136: if (l_procedureEnabled) then