DBA Data[Home] [Help]

APPS.HR_ABSUTIL_SS dependencies on WF_ITEMS

Line 592: from wf_items

588: if(lv_status in ('S','RIS'))then
589: begin
590: select item_type, item_key
591: into lv_item_type,lv_item_key
592: from wf_items
593: where user_key=p_transaction_id
594: and rownum<2;
595: exception
596: when no_data_found then