DBA Data[Home] [Help]

APPS.EC_DOCUMENT dependencies on ECE_MAPPINGS

Line 199: select map_id, map_type from ece_mappings

195: where transaction_type = p_transaction_type
196: order by parameter_id, sequence_number;
197:
198: cursor c_map_id(p_transaction_type VARCHAR2) is
199: select map_id, map_type from ece_mappings
200: where ece_mappings.transaction_type = p_transaction_type;
201:
202: BEGIN
203: ec_debug.enable_debug(i_debug_mode);

Line 200: where ece_mappings.transaction_type = p_transaction_type;

196: order by parameter_id, sequence_number;
197:
198: cursor c_map_id(p_transaction_type VARCHAR2) is
199: select map_id, map_type from ece_mappings
200: where ece_mappings.transaction_type = p_transaction_type;
201:
202: BEGIN
203: ec_debug.enable_debug(i_debug_mode);
204: ec_debug.pl(0,'EC','ECE_START_OUTBOUND_TRIG','TRANSACTION_TYPE',i_Transaction_Type);