DBA Data[Home] [Help]

APPS.HXC_TIMEKEEPER_WF_PKG dependencies on HXC_ERRORS

Line 1221: from hxc_errors

1217: cursor c_error_id
1218: (p_tbb_id in number,
1219: p_tbb_ovn in number) is
1220: select *
1221: from hxc_errors
1222: where time_building_block_id = p_tbb_id
1223: and time_building_block_ovn = p_tbb_ovn
1224: and message_name in ('HXC_WF_TK_WORKER_NO_RESPOND','HXC_WF_TK_SUPER_NO_RESPOND')
1225: and (date_to=hr_general.end_of_time OR date_to is NULL);