DBA Data[Home] [Help]

APPS.HXC_ABS_INTG_PKG dependencies on HXC_TIMECARD_SUMMARY

Line 23: from hxc_timecard_summary

19: p_stop_time IN DATE)
20: IS
21:
22: select '1'
23: from hxc_timecard_summary
24: where resource_id = p_resource_id
25: and start_time <= p_stop_time
26: and stop_time >= p_start_time;
27: --and approval_status <> 'ERROR'; -- Added Error TC check Bug 9014012