DBA Data[Home] [Help]

APPS.CS_SERVICEREQUEST_PVT dependencies on CS_INCIDENTS_ALL_VL

Line 1515: from CS_INCIDENTS_ALL_VL

1511: -- calls.This was mainly done for the Misc ER:owner auto assg changes.
1512:
1513: cursor l_ServiceRequest_csr(c_incident_id number) is
1514: select *
1515: from CS_INCIDENTS_ALL_VL
1516: where incident_id = c_incident_id;
1517: -- FOR UPDATE OF incident_id NOWAIT;
1518: -- This declaration is to store the old values of SR when SR is updated.
1519: