DBA Data[Home] [Help]

APPS.HXT_UTIL dependencies on HXT_DET_HOURS_WORKED_F

Line 228: p_raw_time_in IN hxt_det_hours_worked_f.time_in%TYPE,

224: p_lookup_description OUT NOCOPY VARCHAR2);
225: PROCEDURE check_batch_states(P_BATCH_ID IN NUMBER); --3739107
226:
227: FUNCTION is_valid_time_entry (
228: p_raw_time_in IN hxt_det_hours_worked_f.time_in%TYPE,
229: p_rounded_time_in IN hxt_det_hours_worked_f.time_in%TYPE,
230: p_raw_time_out IN hxt_det_hours_worked_f.time_in%TYPE,
231: p_rounded_time_out IN hxt_det_hours_worked_f.time_in%TYPE
232: )

Line 229: p_rounded_time_in IN hxt_det_hours_worked_f.time_in%TYPE,

225: PROCEDURE check_batch_states(P_BATCH_ID IN NUMBER); --3739107
226:
227: FUNCTION is_valid_time_entry (
228: p_raw_time_in IN hxt_det_hours_worked_f.time_in%TYPE,
229: p_rounded_time_in IN hxt_det_hours_worked_f.time_in%TYPE,
230: p_raw_time_out IN hxt_det_hours_worked_f.time_in%TYPE,
231: p_rounded_time_out IN hxt_det_hours_worked_f.time_in%TYPE
232: )
233: RETURN BOOLEAN ;

Line 230: p_raw_time_out IN hxt_det_hours_worked_f.time_in%TYPE,

226:
227: FUNCTION is_valid_time_entry (
228: p_raw_time_in IN hxt_det_hours_worked_f.time_in%TYPE,
229: p_rounded_time_in IN hxt_det_hours_worked_f.time_in%TYPE,
230: p_raw_time_out IN hxt_det_hours_worked_f.time_in%TYPE,
231: p_rounded_time_out IN hxt_det_hours_worked_f.time_in%TYPE
232: )
233: RETURN BOOLEAN ;
234:

Line 231: p_rounded_time_out IN hxt_det_hours_worked_f.time_in%TYPE

227: FUNCTION is_valid_time_entry (
228: p_raw_time_in IN hxt_det_hours_worked_f.time_in%TYPE,
229: p_rounded_time_in IN hxt_det_hours_worked_f.time_in%TYPE,
230: p_raw_time_out IN hxt_det_hours_worked_f.time_in%TYPE,
231: p_rounded_time_out IN hxt_det_hours_worked_f.time_in%TYPE
232: )
233: RETURN BOOLEAN ;
234:
235: PROCEDURE check_timecard_exists (p_person_id IN NUMBER);