DBA Data[Home] [Help]

APPS.HXT_UTIL dependencies on HXT_SHIFTS

Line 705: FROM hxt_shifts sht,

701: p_standard_stop,
702: p_early_start,
703: p_late_stop,
704: p_hours
705: FROM hxt_shifts sht,
706: hxt_weekly_work_schedules wws,
707: hxt_work_shifts wsh
708: WHERE wsh.week_day = hxt_util.get_week_day(p_date)
709: AND wws.id = wsh.tws_id