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 4900: Executes the Data from the ECX_TRAN_STAGE_DATA for a given Stage and Level.

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

Line 4915: from ecx_tran_stage_data ets

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