DBA Data[Home] [Help]

APPS.HRI_EDW_DIM_EVENTS dependencies on HRI_EDW_USER_EVENTS_S

Line 83: ( hri_edw_user_events_s.nextval

79: , threshold_units
80: , global_threshold_value
81: , global_enabled_flag)
82: VALUES
83: ( hri_edw_user_events_s.nextval
84: , 'GLOBAL_' || p_user_event_type
85: , p_threshold_units
86: , p_global_threshold_value
87: , p_global_enabled_flag);

Line 164: ( hri_edw_user_events_s.nextval

160: , threshold_units
161: , global_threshold_value
162: , global_enabled_flag)
163: VALUES
164: ( hri_edw_user_events_s.nextval
165: , p_user_event_type
166: , p_event_code
167: , p_event_threshold
168: , l_threshold_units

Line 304: ( hri_edw_user_events_s.nextval

300: , threshold_units
301: , global_threshold_value
302: , global_enabled_flag )
303: values
304: ( hri_edw_user_events_s.nextval
305: , p_user_event_type
306: , p_event_code
307: , p_threshold_value
308: , p_threshold_units