DBA Data[Home] [Help]

APPS.XDP_AQ_UTILITIES dependencies on XDPSTATUS

Line 1164: XDPSTATUS.UPDATE_XDP_WORKITEM_STATUS(

1160:
1161: BEGIN
1162:
1163: if lv_wf_object.wf_item_type <> 'XDPPROV' then
1164: XDPSTATUS.UPDATE_XDP_WORKITEM_STATUS(
1165: p_status => 'IN PROGRESS',
1166: p_workitem_instance_id => lv_wf_object.workitem_instance_id);
1167: end if;
1168: