DBA Data[Home] [Help]

APPS.EDW_OWB_COLLECTION_UTIL dependencies on STANDARD

Line 2861: upper(p_hold_func_category(l_index)) <> 'EDW_STANDARD_TRANSFORMS' then

2857: lower(p_hold_func_category(l_index)) <> 'conversion' and
2858: lower(p_hold_func_category(l_index)) <> 'date' and
2859: lower(p_hold_func_category(l_index)) <> 'numeric' and
2860: upper(p_hold_func_category(l_index)) not like 'EDW_STAND_ALONE%' and
2861: upper(p_hold_func_category(l_index)) <> 'EDW_STANDARD_TRANSFORMS' then
2862: if p_hold_func(l_index)='GROUP_BY' then
2863: l_is_groupby_flag:=true;
2864: l_transform:='';
2865: p_agg_flag:='AGGREGATION';

Line 3057: --see if the function is a standard function implementation

3053: return null;
3054: end if;
3055: end if;
3056: --l_output_pos has the ascending order of ranks
3057: --see if the function is a standard function implementation
3058: if upper(p_hold_func_category(l_index))='EDW_STANDARD_TRANSFORMS' or
3059: upper(p_hold_func_category(l_index)) like 'EDW_STAND_ALONE%' then
3060: --these are MULTIPLY, DIVIDE, ADD, SUBTRACT etc
3061: if p_hold_func(l_index)='MULTIPLY' then

Line 3058: if upper(p_hold_func_category(l_index))='EDW_STANDARD_TRANSFORMS' or

3054: end if;
3055: end if;
3056: --l_output_pos has the ascending order of ranks
3057: --see if the function is a standard function implementation
3058: if upper(p_hold_func_category(l_index))='EDW_STANDARD_TRANSFORMS' or
3059: upper(p_hold_func_category(l_index)) like 'EDW_STAND_ALONE%' then
3060: --these are MULTIPLY, DIVIDE, ADD, SUBTRACT etc
3061: if p_hold_func(l_index)='MULTIPLY' then
3062: l_sign:='*';