DBA Data[Home] [Help]

APPS.ECX_UTILS dependencies on ECX_PROC_MAPPINGS

Line 249: from ecx_proc_mappings epm,

245: epm.variable_pos variable_pos,
246: epm.data_type data_type,
247: nvl(epm.variable_direction,'S') variable_direction,
248: epm.variable_value variable_constant
249: from ecx_proc_mappings epm,
250: ecx_tran_stage_data etsd
251: where etsd.transtage_id = epm.transtage_id
252: and etsd.map_id = p_map_id
253: and epm.map_id = p_map_id