DBA Data[Home] [Help]

APPS.HR_ABSUTIL_SS dependencies on WF_ITEMS

Line 641: from wf_items

637: if(lv_status in ('S','RIS'))then
638: begin
639: select item_type, item_key
640: into lv_item_type,lv_item_key
641: from wf_items
642: where user_key=p_transaction_id
643: and rownum<2;
644: exception
645: when no_data_found then

Line 834: lr_wf_items_rec wf_items%rowtype := null;

830:
831:
832: lv_result varchar2(100);
833: lr_hr_api_transaction_rec hr_api_transactions%rowtype;
834: lr_wf_items_rec wf_items%rowtype := null;
835: l_user_key varchar2(50) := null;
836:
837: begin
838: