DBA Data[Home] [Help]

APPS.ARW_CMREQ_COVER dependencies on RA_CM_REQUESTS_ALL

Line 1239: update ra_cm_requests_all

1235: /* bug 8830917*/
1236: if l_itemtype = 'ARCMREQ' OR l_itemtype = 'ARAMECM' then
1237:
1238: begin
1239: update ra_cm_requests_all
1240: set status = 'CANCELLED'
1241: where request_id = l_itemkey;
1242: exception
1243: when no_data_found then