DBA Data[Home] [Help]

APPS.HXC_TIMECARD_SUMMARY_PKG dependencies on WF_ITEM_ACTIVITY_STATUSES

Line 483: from wf_item_activity_statuses wias

479:
480: cursor c_is_wf_deferred(p_item_key in hxc_timecard_summary.approval_item_key%type)
481: is
482: select 'Y'
483: from wf_item_activity_statuses wias
484: where item_type = 'HXCEMP'
485: and item_key = l_item_key
486: and activity_status = 'DEFERRED';
487: