DBA Data[Home] [Help]

APPS.CS_INCIDENTLINKS_UTIL dependencies on CS_INCIDENTS_B_SEC

Line 783: from cs_incidents_b_sec

779: x_return_status := FND_API.G_RET_STS_SUCCESS;
780:
781: select count(*)
782: into l_dummy
783: from cs_incidents_b_sec
784: where incident_id = p_incident_id;
785:
786: if ( l_dummy <= 0 ) then
787: -- new message for 11.5.10