DBA Data[Home] [Help]

APPS.CUG_ADDRESS_CREATION_PKG dependencies on CS_INCIDENTS_ALL_B

Line 95: update cs_incidents_all_b set install_site_id = l_location_id

91:
92: If (x_return_status = CSC_CORE_UTILS_PVT.G_RET_STS_SUCCESS) Then
93: x_location_id := l_location_id;
94: End If;
95: update cs_incidents_all_b set install_site_id = l_location_id
96: where incident_id = l_incident_id;
97:
98: End Create_Incident_Address;
99: