DBA Data[Home] [Help]

APPS.ECX_ACTIONS dependencies on ECX_CONDITIONS

Line 1405: --if not ( ecx_conditions.check_type_condition('6',pre_var_value,1,null,1)) then

1401: ecx_debug.log(l_statement,'Prev Variable Val ', pre_var_value,i_method_name);
1402: ecx_debug.log(l_statement,'Prev Variable Pos ', pre_var_stack_pos,i_method_name);
1403: end if;
1404:
1405: --if not ( ecx_conditions.check_type_condition('6',pre_var_value,1,null,1)) then
1406: if pre_var_on_stack then
1407: l_data_type := ecx_utils.g_stack(pre_var_stack_pos).data_type;
1408: if(l_statementEnabled) then
1409: ecx_debug.log(l_statement,'Data Type' , to_char(nvl(l_data_type,-1)),i_method_name);

Line 4424: x := ecx_conditions.math_functions ( i_math_fun_type, y_number, z_number);

4420: ecx_debug.setErrorInfo(2,30,'ECX_CANNOT_CONVERT_TO_NUM',
4421: 'p_value',z);
4422: raise ecx_utils.program_exit;
4423: end;
4424: x := ecx_conditions.math_functions ( i_math_fun_type, y_number, z_number);
4425:
4426: get_var_attr (
4427: x_level,
4428: x_name,

Line 5225: condition_flag := ecx_conditions.check_condition

5221: or
5222: ecx_utils.g_stage_data(i).cond_logical_operator is not null
5223: )
5224: then
5225: condition_flag := ecx_conditions.check_condition
5226: (
5227: ecx_utils.g_stage_data(i).cond_logical_operator,
5228: ecx_utils.g_stage_data(i).cond_operator1,
5229: i_var1,