DBA Data[Home] [Help]

APPS.XDP_AQ_UTILITIES dependencies on XDP_WORKITEMS

Line 925: from xdp_workitems xw,

921: -- Remove Later??
922: lv_workitem_name varchar2(40);
923: cursor c_GetWorkitemName is
924: select xw.workitem_name workitem_name
925: from xdp_workitems xw,
926: xdp_fulfill_worklist xfw
927: where xfw.workitem_instance_id = p_wi_instance_id
928: and xfw.workitem_id = xw.workitem_id;
929: