DBA Data[Home] [Help]

APPS.ECX_ACTIONS dependencies on ECX_TRAN_STAGE_DATA

Line 1360: i_variable_name ecx_tran_stage_data.variable_value%type;

1356: pre_var_on_stack Boolean;
1357: pre_var_stack_pos pls_integer;
1358: i_date date;
1359: i_number Number;
1360: i_variable_name ecx_tran_stage_data.variable_value%type;
1361: l_data_type pls_integer;
1362:
1363: BEGIN
1364: if (l_procedureEnabled) then

Line 4903: Executes the Data from the ECX_TRAN_STAGE_DATA for a given Stage and Level.

4899: raise ecx_utils.PROGRAM_EXIT;
4900: end transform_xml_with_xslt;
4901:
4902: /**
4903: Executes the Data from the ECX_TRAN_STAGE_DATA for a given Stage and Level.
4904: **/
4905: procedure execute_stage_data (
4906: i_stage IN pls_integer,
4907: i_level IN pls_integer,

Line 4918: from ecx_tran_stage_data ets

4914: select variable_name,
4915: variable_value,
4916: variable_direction,
4917: data_type datatype
4918: from ecx_tran_stage_data ets
4919: where ets.map_id = ecx_utils.g_map_id
4920: and variable_level = 0
4921: and action_type = 10;
4922: