DBA Data[Home] [Help]

APPS.CS_SERVICEREQUEST_PVT dependencies on CS_INCIDENTS_ALL_VL

Line 1436: from CS_INCIDENTS_ALL_VL

1432: -- calls.This was mainly done for the Misc ER:owner auto assg changes.
1433:
1434: cursor l_ServiceRequest_csr(c_incident_id number) is
1435: select *
1436: from CS_INCIDENTS_ALL_VL
1437: where incident_id = c_incident_id;
1438: -- FOR UPDATE OF incident_id NOWAIT;
1439: -- This declaration is to store the old values of SR when SR is updated.
1440: