DBA Data[Home] [Help]

APPS.RLM_INBOUND_SV dependencies on ECE_MAPPINGS

Line 79: FROM ece_mappings

75:
76: --
77: SELECT map_type
78: INTO i_map_type
79: FROM ece_mappings
80: WHERE map_id = p_map_id
81: AND enabled ='Y';
82: --
83: IF i_map_type = 'XML' THEN