DBA Data[Home] [Help]

APPS.HXC_TIMECARD_SUMMARY_PKG dependencies on WF_ITEM_ACTIVITY_STATUSES

Line 535: from wf_item_activity_statuses wias

531:
532: cursor c_is_wf_deferred(p_item_key in hxc_timecard_summary.approval_item_key%type)
533: is
534: select 'Y'
535: from wf_item_activity_statuses wias
536: where item_type = 'HXCEMP'
537: and item_key = l_item_key
538: and activity_status = 'DEFERRED';
539: