DBA Data[Home] [Help]

APPS.ARW_CMREQ_COVER dependencies on RA_CM_REQUESTS_ALL

Line 1153: update ra_cm_requests_all

1149:
1150: if l_itemtype = 'ARCMREQ' then
1151:
1152: begin
1153: update ra_cm_requests_all
1154: set status = 'CANCELLED'
1155: where request_id = l_itemkey;
1156: exception
1157: when no_data_found then